Home
last modified time | relevance | path

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

/xnu-11215/EXTERNAL_HEADERS/mach-o/
H A Dloader.h917 struct dysymtab_command { struct
919 uint32_t cmdsize; /* sizeof(struct dysymtab_command) */ argument
936 uint32_t ilocalsym; /* index to local symbols */
937 uint32_t nlocalsym; /* number of local symbols */
942 uint32_t iundefsym; /* index to undefined symbols */
943 uint32_t nundefsym; /* number of undefined symbols */
953 uint32_t tocoff; /* file offset to table of contents */
954 uint32_t ntoc; /* number of entries in table of contents */
965 uint32_t modtaboff; /* file offset to module table */
966 uint32_t nmodtab; /* number of module table entries */
[all …]