#include <structs.h>
Collaboration diagram for Settings:
Data Fields | |
uint8 | exe_FileName [STRING_MAX_SIZE] |
uint8 | dest_FileName [STRING_MAX_SIZE] |
uint8 | asm_SrcFileName [STRING_MAX_SIZE] |
uint8 | objdump_FileName [STRING_MAX_SIZE] |
uint8 | sym_FileName [STRING_MAX_SIZE] |
Section | sections [MAX_SECTIONS] |
uint8 | splitOutput |
uint8 | ctags |
uint8 | printPlt |
uint8 | printDsym |
char | blank_line [16] |
uint8 | offsetSort |
uint8 | printGraph |
uint8 | symInject |
uint8 | noDupSym |
|
|
|
blank lines, will be empty if "-nobl" option is active |
|
create tag file or not |
|
|
|
|
|
Remove duplicate symbols |
|
|
|
|
|
print dynamic symbols list |
|
print a call graph |
|
print plt section or not |
|
|
|
create several files or not |
|
custom symbols definition file |
|
Inject custom symbols definition |