Searched refs:dysymtab_cmd (Results 1 – 1 of 1) sorted by relevance
243 struct dysymtab_command dysymtab_cmd; in scan_macho_load_commands() local244 memcpy(&dysymtab_cmd, offset, sizeof(struct dysymtab_command)); in scan_macho_load_commands()253 (dysymtab_cmd.ilocalsym * nlist_size); in scan_macho_load_commands()254 int local_syms_count = dysymtab_cmd.nlocalsym; in scan_macho_load_commands()256 (dysymtab_cmd.iextdefsym * nlist_size); in scan_macho_load_commands()257 int exported_syms_count = dysymtab_cmd.nextdefsym; in scan_macho_load_commands()