Lines Matching refs:r_pcrel
1944 int r_pcrel; in NAME() local
1951 r_pcrel = (int) g->howto->pc_relative; /* Relative to PC? */ in NAME()
2001 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0) in NAME()
2013 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0) in NAME()
2208 int r_pcrel; in NAME() local
2222 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_BIG)); in NAME()
2235 r_pcrel = (0 != (bytes->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE)); in NAME()
2243 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel in NAME()
3762 int r_pcrel; in aout_link_reloc_link_order()
3768 r_pcrel = (int) howto->pc_relative; in aout_link_reloc_link_order()
3782 | (r_pcrel ? RELOC_STD_BITS_PCREL_BIG : 0) in aout_link_reloc_link_order()
3795 | (r_pcrel ? RELOC_STD_BITS_PCREL_LITTLE : 0) in aout_link_reloc_link_order()
3963 int r_pcrel; in aout_link_input_section_std() local
3973 howto = MY_reloc_howto (input_bfd, rel, r_index, r_extern, r_pcrel); in aout_link_input_section_std()
3987 r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_BIG)); in aout_link_input_section_std()
4000 r_pcrel = (0 != (rel->r_type[0] & RELOC_STD_BITS_PCREL_LITTLE)); in aout_link_input_section_std()
4011 howto_idx = (r_length + 4 * r_pcrel + 8 * r_baserel in aout_link_input_section_std()
4143 if (r_pcrel) in aout_link_input_section_std()
4196 if (r_pcrel) in aout_link_input_section_std()