mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 05:18:40 +00:00
store library pointer in the obj instead of path; required for prioritized symbol lookup implementation
This commit is contained in:
@@ -42,7 +42,7 @@ typedef struct LNK_InputObj
|
||||
String8 dedup_id;
|
||||
String8 path;
|
||||
String8 data;
|
||||
String8 lib_path;
|
||||
struct LNK_Lib *lib;
|
||||
U64 input_idx;
|
||||
} LNK_InputObj;
|
||||
|
||||
@@ -55,6 +55,8 @@ typedef struct LNK_InputObjList
|
||||
|
||||
////////////////////////////////
|
||||
|
||||
internal void lnk_error_input_obj(LNK_ErrorCode code, LNK_InputObj *input, char *fmt, ...);
|
||||
|
||||
internal String8 lnk_string_from_input_source(LNK_InputSourceType input_source);
|
||||
|
||||
internal void lnk_input_obj_list_push_node(LNK_InputObjList *list, LNK_InputObj *node);
|
||||
|
||||
Reference in New Issue
Block a user