Home
last modified time | relevance | path

Searched refs:input_rel_hdr (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delf-vxworks.c139 Elf_Internal_Shdr *input_rel_hdr, in elf_vxworks_emit_relocs() argument
151 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr) in elf_vxworks_emit_relocs()
189 input_rel_hdr, internal_relocs, in elf_vxworks_emit_relocs()
Delflink.c2169 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
[all …]
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delflink.h6711 elf_link_output_relocs (output_bfd, input_section, input_rel_hdr, in elf_link_output_relocs() argument
6715 Elf_Internal_Shdr *input_rel_hdr;
6731 == input_rel_hdr->sh_entsize)
6738 == input_rel_hdr->sh_entsize))
6755 if (input_rel_hdr->sh_entsize == sizeof (Elf_External_Rel))
6757 else if (input_rel_hdr->sh_entsize == sizeof (Elf_External_Rela))
6763 erel += *rel_countp * input_rel_hdr->sh_entsize;
6765 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr)
6771 erel += input_rel_hdr->sh_entsize;
6776 *rel_countp += NUM_SHDR_ENTRIES (input_rel_hdr);
[all …]
Delflink.c1990 Elf_Internal_Shdr *input_rel_hdr, in _bfd_elf_link_output_relocs() argument
2006 == input_rel_hdr->sh_entsize) in _bfd_elf_link_output_relocs()
2013 == input_rel_hdr->sh_entsize)) in _bfd_elf_link_output_relocs()
2030 if (input_rel_hdr->sh_entsize == bed->s->sizeof_rel) in _bfd_elf_link_output_relocs()
2032 else if (input_rel_hdr->sh_entsize == bed->s->sizeof_rela) in _bfd_elf_link_output_relocs()
2038 erel += *rel_countp * input_rel_hdr->sh_entsize; in _bfd_elf_link_output_relocs()
2040 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr) in _bfd_elf_link_output_relocs()
2046 erel += input_rel_hdr->sh_entsize; in _bfd_elf_link_output_relocs()
2051 *rel_countp += NUM_SHDR_ENTRIES (input_rel_hdr); in _bfd_elf_link_output_relocs()
6670 Elf_Internal_Shdr *input_rel_hdr, *input_rel_hdr2; in elf_link_input_bfd() local
[all …]