Searched defs:dysymtab_command (Results 1 – 1 of 1) sorted by relevance
917 struct dysymtab_command { struct919 uint32_t cmdsize; /* sizeof(struct dysymtab_command) */ argument936 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 …]