Home
last modified time | relevance | path

Searched defs:kxld_sym (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/libkern/kxld/
H A Dkxld_sym.h44 struct kxld_sym { struct
45 char *name; // The symbol's name
46 char *alias; // The indirect symbol's alias name
47 kxld_addr_t base_addr; // The symbol's base address
48 kxld_addr_t link_addr; // The relocated address
49 kxld_addr_t got_addr; // The address of this symbol's GOT entry
50 uint16_t desc;
51 uint8_t type;
52 uint8_t sectnum; // The symbol's section number
53 uint8_t relocated_sectnum;
[all …]