symbol_table
include/linker/symbol_table.h View source View on GitHubStructs
Section titled “Structs”struct sym {
uint64_t addr;
const char *name;
}; Variables
Section titled “Variables”extern const struct sym syms[]; syms_len
Section titled “syms_len”extern const uint64_t syms_len;