drafting the got/plt changes
This commit is contained in:
@@ -26,6 +26,8 @@ typedef struct HiSymbol {
|
||||
HiSymbolBind binding;
|
||||
HiSymbolType type;
|
||||
void *address;
|
||||
void **got_entry;
|
||||
void *orig_address;
|
||||
} HiSymbol;
|
||||
sc_array_def(HiSymbol, sym);
|
||||
typedef struct sc_array_sym HiSymbols;
|
||||
|
||||
Reference in New Issue
Block a user