Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf-vxworks.c152 Elf_Internal_Shdr *input_rel_hdr, in elf_vxworks_emit_relocs() argument
168 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr) in elf_vxworks_emit_relocs()
208 input_rel_hdr, internal_relocs, in elf_vxworks_emit_relocs()
H A Delflink.c2907 Elf_Internal_Shdr *input_rel_hdr, in _bfd_elf_link_output_relocs() argument
2925 if (esdo->rel.hdr && esdo->rel.hdr->sh_entsize == input_rel_hdr->sh_entsize) in _bfd_elf_link_output_relocs()
2931 && esdo->rela.hdr->sh_entsize == input_rel_hdr->sh_entsize) in _bfd_elf_link_output_relocs()
2947 erel += output_reldata->count * input_rel_hdr->sh_entsize; in _bfd_elf_link_output_relocs()
2949 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr) in _bfd_elf_link_output_relocs()
2955 erel += input_rel_hdr->sh_entsize; in _bfd_elf_link_output_relocs()
2960 output_reldata->count += NUM_SHDR_ENTRIES (input_rel_hdr); in _bfd_elf_link_output_relocs()
11665 Elf_Internal_Shdr *input_rel_hdr, *input_rela_hdr; in elf_link_input_bfd() local
11894 input_rel_hdr = esdi->rel.hdr; in elf_link_input_bfd()
11895 if (input_rel_hdr && input_rel_hdr->sh_size != 0) in elf_link_input_bfd()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf-vxworks.c152 Elf_Internal_Shdr *input_rel_hdr, in elf_vxworks_emit_relocs() argument
168 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr) in elf_vxworks_emit_relocs()
208 input_rel_hdr, internal_relocs, in elf_vxworks_emit_relocs()
H A Delflink.c2882 Elf_Internal_Shdr *input_rel_hdr, in _bfd_elf_link_output_relocs() argument
2900 if (esdo->rel.hdr && esdo->rel.hdr->sh_entsize == input_rel_hdr->sh_entsize) in _bfd_elf_link_output_relocs()
2906 && esdo->rela.hdr->sh_entsize == input_rel_hdr->sh_entsize) in _bfd_elf_link_output_relocs()
2922 erel += output_reldata->count * input_rel_hdr->sh_entsize; in _bfd_elf_link_output_relocs()
2924 irelaend = irela + (NUM_SHDR_ENTRIES (input_rel_hdr) in _bfd_elf_link_output_relocs()
2930 erel += input_rel_hdr->sh_entsize; in _bfd_elf_link_output_relocs()
2935 output_reldata->count += NUM_SHDR_ENTRIES (input_rel_hdr); in _bfd_elf_link_output_relocs()
11578 Elf_Internal_Shdr *input_rel_hdr, *input_rela_hdr; in elf_link_input_bfd() local
11807 input_rel_hdr = esdi->rel.hdr; in elf_link_input_bfd()
11808 if (input_rel_hdr && input_rel_hdr->sh_size != 0) in elf_link_input_bfd()
[all …]