Lines Matching refs:r_pcrel
99 int *r_pcrel) in MY()
106 *r_pcrel = 0; in MY()
131 *r_pcrel = 1; in MY()
148 int r_pcrel; in MY() local
159 r_pcrel = howto->type & 4; /* PC Relative done? */ in MY()
169 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0) in MY()
180 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0) in MY()
354 int r_pcrel; in MY_swap_std_reloc_in() local
359 cache_ptr->howto = MY_reloc_howto (abfd, bytes, r_index, r_extern, r_pcrel); in MY_swap_std_reloc_in()
373 int r_pcrel; in MY_swap_std_reloc_out() local
386 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */ in MY_swap_std_reloc_out()
393 r_pcrel = 0; in MY_swap_std_reloc_out()
398 r_pcrel = 1; in MY_swap_std_reloc_out()
443 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG: 0) in MY_swap_std_reloc_out()
454 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE: 0) in MY_swap_std_reloc_out()