#include <structs.h>
Collaboration diagram for _Mapping:
Data Fields | |
uint8 | is_printed |
uint32 | addr |
uint32 | size |
uint8 | label [STRING_MAX_SIZE] |
RE_ObjectType | type |
LIST_Reference | references |
LIST_Callee | callees |
Mapping * | next |
Mapping * | prev |
Mapping * | next_alpha |
Mapping * | prev_alpha |
|
Addr of symbol or message value |
|
list of called functions |
|
callees are printed |
|
Label of symbol |
|
Next object |
|
Next object alphabeticaly sorted |
|
Previous object |
|
Previous object alphabeticaly sorted |
|
References to the object |
|
Size of the symbol |
|
Object type |