Searched refs:RELOC_STD_BITS_PCREL_BIG (Results 1 – 10 of 10) sorted by relevance
113 r_pcrel_done = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_BIG)); in MY()169 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0) in MY()209 reloc->r_type[0] |= RELOC_STD_BITS_PCREL_BIG; in MY()443 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG: 0) in MY_swap_std_reloc_out()
173 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0) in NAME()358 r_pcrel = (0 != (bytes->r_index[0] & RELOC_STD_BITS_PCREL_BIG)); in NAME()
372 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG: 0) in riscix_swap_std_reloc_out()
305 r_pcrel_done = (0 != (relocs->r_type[0] & RELOC_STD_BITS_PCREL_BIG)); in tic30_aout_reloc_howto()
2005 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0) in NAME()2226 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_BIG)); in NAME()3795 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0) in aout_link_reloc_link_order()3996 r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_BIG)); in aout_link_input_section_std()
2367 pcrel = (0 != (srel->r_type[0] & RELOC_STD_BITS_PCREL_BIG)); in sunos_check_dynamic_reloc()
3120 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0) in aout_link_reloc_link_order()
187 #define RELOC_STD_BITS_PCREL_BIG 0x80 macro
354 #define RELOC_STD_BITS_PCREL_BIG ((unsigned int) 0x80) macro
387 #define RELOC_STD_BITS_PCREL_BIG 0x80 macro