mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-07 14:28:40 +00:00
mark referenced symbols as live for unresolved-symbol detection
This commit is contained in:
+3
-3
@@ -5,6 +5,9 @@
|
||||
|
||||
// --- Link --------------------------------------------------------------------
|
||||
|
||||
#define LNK_IMPORT_STUB "*** RAD_IMPORT_STUB ***"
|
||||
#define LNK_SECTION_FLAG_IS_LIVE (1 << 0)
|
||||
|
||||
typedef struct LNK_LinkContext
|
||||
{
|
||||
LNK_SymbolTable *symtab;
|
||||
@@ -15,12 +18,9 @@ typedef struct LNK_LinkContext
|
||||
|
||||
// -- Image --------------------------------------------------------------------
|
||||
|
||||
#define LNK_IMPORT_STUB "*** RAD_IMPORT_STUB ***"
|
||||
#define LNK_REMOVED_SECTION_NUMBER_32 (U32)-3
|
||||
#define LNK_REMOVED_SECTION_NUMBER_16 (U16)-3
|
||||
|
||||
#define LNK_SECTION_FLAG_IS_LIVE (1 << 0)
|
||||
|
||||
typedef struct LNK_ImageContext
|
||||
{
|
||||
String8 image_data;
|
||||
|
||||
Reference in New Issue
Block a user