Lines Matching refs:input_rel_hdr
2169 Elf_Internal_Shdr *input_rel_hdr, in _bfd_elf_link_output_relocs() argument
2187 == input_rel_hdr->sh_entsize) in _bfd_elf_link_output_relocs()
2194 == input_rel_hdr->sh_entsize)) in _bfd_elf_link_output_relocs()
2209 if (input_rel_hdr->sh_entsize == bed->s->sizeof_rel) in _bfd_elf_link_output_relocs()
2211 else if (input_rel_hdr->sh_entsize == bed->s->sizeof_rela) in _bfd_elf_link_output_relocs()
2217 erel += *rel_countp * input_rel_hdr->sh_entsize; in _bfd_elf_link_output_relocs()
2219 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr) in _bfd_elf_link_output_relocs()
2225 erel += input_rel_hdr->sh_entsize; in _bfd_elf_link_output_relocs()
2230 *rel_countp += NUM_SHDR_ENTRIES (input_rel_hdr); in _bfd_elf_link_output_relocs()
7544 Elf_Internal_Shdr *input_rel_hdr, *input_rel_hdr2; in elf_link_input_bfd() local
7548 input_rel_hdr = &elf_section_data (o)->rel_hdr; in elf_link_input_bfd()
7550 && (input_rel_hdr->sh_entsize in elf_link_input_bfd()
7743 if (input_rel_hdr->sh_size != 0 in elf_link_input_bfd()
7745 input_rel_hdr, in elf_link_input_bfd()
7753 internal_relocs += (NUM_SHDR_ENTRIES (input_rel_hdr) in elf_link_input_bfd()
7755 rel_hash_list += NUM_SHDR_ENTRIES (input_rel_hdr); in elf_link_input_bfd()