Skip to content

symbol_table

include/linker/symbol_table.h View source View on GitHub
struct sym {
    uint64_t    addr;
    const char  *name;
};
extern const struct sym syms[];
extern const uint64_t syms_len;