Searched defs:macho_symtab_command (Results 1 – 1 of 1) sorted by relevance
192 struct macho_symtab_command struct194 uint32_t cmd; /* The type of load command (LC_SEGMENT) */195 uint32_t cmdsize; /* Size in bytes of the entire command */196 uint32_t symoff; /* File offset of symbol table */197 uint32_t nsyms; /* Number of symbols */198 uint32_t stroff; /* File offset of string table */199 uint32_t strsize; /* String table size */