Searched refs:obj_mach_o_indirect_sym (Results 1 – 2 of 2) sorted by relevance
1156 typedef struct obj_mach_o_indirect_sym struct1160 struct obj_mach_o_indirect_sym *next; argument1161 } obj_mach_o_indirect_sym; typedef1165 obj_mach_o_indirect_sym *indirect_syms;1166 obj_mach_o_indirect_sym *indirect_syms_tail;1186 obj_mach_o_indirect_sym *isym; in obj_mach_o_indirect_symbol()1209 isym = (obj_mach_o_indirect_sym *) in obj_mach_o_indirect_symbol()1210 xmalloc (sizeof (obj_mach_o_indirect_sym)); in obj_mach_o_indirect_symbol()1787 obj_mach_o_indirect_sym *isym; in obj_mach_o_set_indirect_symbols()1788 obj_mach_o_indirect_sym *list = NULL; in obj_mach_o_set_indirect_symbols()[all …]
1851 (obj_mach_o_indirect_sym): New type.