Searched refs:symtab_command (Results 1 – 4 of 4) sorted by relevance
143 struct symtab_command sc; in parse_macho()147 memcpy(&sc, buf, sizeof(struct symtab_command)); in parse_macho()149 if (sc.cmdsize != sizeof(struct symtab_command)) { in parse_macho()
1295 struct nlist *symtable = (struct nlist *)(((struct symtab_command *)lc)->symoff + table_off);1296 unsigned long numsyms = ((struct symtab_command *)lc)->nsyms;1299 unsigned long strtable = (unsigned long)(((struct symtab_command *)lc)->stroff + table_off);
463 struct symtab_command { struct
671 struct symtab_command *symcmd = NULL; in ML_()737 symcmd = (struct symtab_command *)cmd; in ML_()