Searched refs:input_rel_hdr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/binutils/bfd/
H A Delf-vxworks.c153 Elf_Internal_Shdr *input_rel_hdr,
165 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr)
203 input_rel_hdr, internal_relocs,
151 elf_vxworks_emit_relocs(bfd *output_bfd, asection *input_section, Elf_Internal_Shdr *input_rel_hdr, Elf_Internal_Rela *internal_relocs, struct elf_link_hash_entry **rel_hash) argument
H A Delflink.c2280 Elf_Internal_Shdr *input_rel_hdr,
2298 == input_rel_hdr->sh_entsize)
2305 == input_rel_hdr->sh_entsize))
2320 if (input_rel_hdr->sh_entsize == bed->s->sizeof_rel)
2322 else if (input_rel_hdr->sh_entsize == bed->s->sizeof_rela)
2328 erel += *rel_countp * input_rel_hdr->sh_entsize;
2330 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr)
2336 erel += input_rel_hdr->sh_entsize;
2341 *rel_countp += NUM_SHDR_ENTRIES (input_rel_hdr);
8704 Elf_Internal_Shdr *input_rel_hdr, *input_rel_hdr
2272 _bfd_elf_link_output_relocs(bfd *output_bfd, asection *input_section, Elf_Internal_Shdr *input_rel_hdr, Elf_Internal_Rela *internal_relocs, struct elf_link_hash_entry **rel_hash ATTRIBUTE_UNUSED) argument
8694 Elf_Internal_Shdr *input_rel_hdr, *input_rel_hdr2; local
[all...]

Completed in 121 milliseconds