Searched refs:BFD_MACH_O_BE_PCREL (Results 1 – 2 of 2) sorted by relevance
135 #define BFD_MACH_O_BE_PCREL 0x80 macro
1312 rel->r_pcrel = (info & BFD_MACH_O_BE_PCREL) ? 1 : 0; in bfd_mach_o_swap_in_non_scattered_reloc()1633 info |= rel->r_pcrel ? BFD_MACH_O_BE_PCREL : 0; in bfd_mach_o_swap_out_non_scattered_reloc()