Home
last modified time | relevance | path

Searched refs:_bfd_elf_single_rel_hdr (Results 1 – 16 of 16) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf-bfd.h2353 extern Elf_Internal_Shdr *_bfd_elf_single_rel_hdr (asection *sec);
2497 rel_hdr = _bfd_elf_single_rel_hdr (input_section->output_section); \
2503 rel_hdr = _bfd_elf_single_rel_hdr (input_section); \
DChangeLog-2010757 (_bfd_elf_single_rel_hdr): Declare.
764 (_bfd_elf_single_rel_hdr): New function.
798 _bfd_elf_single_rel_hdr.
805 (mips_elf64_write_relocs): Use _bfd_elf_single_rel_hdr.
810 (ppc64_elf_finish_dynamic_sections): Use _bfd_elf_single_rel_hdr.
813 * elfxx-ia64.c (get_reloc_section): Use _bfd_elf_single_rel_hdr.
820 _bfd_elf_single_rel_hdr.
Delf32-metag.c1424 rel_hdr = _bfd_elf_single_rel_hdr (input_section->output_section); \
1430 rel_hdr = _bfd_elf_single_rel_hdr (input_section); \
Delf32-or1k.c1629 unsigned int shnam = _bfd_elf_single_rel_hdr (sec)->sh_name; in or1k_elf_check_relocs()
Delfxx-sparc.c1391 num_relocs = NUM_SHDR_ENTRIES (_bfd_elf_single_rel_hdr (sec)); in _bfd_sparc_elf_check_relocs()
2966 num_relocs = NUM_SHDR_ENTRIES (_bfd_elf_single_rel_hdr (input_section)); in _bfd_sparc_elf_relocate_section()
Delf64-mips.c3996 rel_hdr = _bfd_elf_single_rel_hdr (sec); in mips_elf64_write_relocs()
Delf64-hppa.c406 _bfd_elf_single_rel_hdr(sec)->sh_name)); in get_reloc_section()
Delfnn-ia64.c2078 _bfd_elf_single_rel_hdr (sec)->sh_name)); in get_reloc_section()
Delf64-ia64-vms.c1840 _bfd_elf_single_rel_hdr (sec)->sh_name)); in get_reloc_section()
Delf64-alpha.c4224 _bfd_elf_single_rel_hdr (input_section)->sh_name)); in elf64_alpha_relocate_section()
Delf32-spu.c5103 rel_hdr = _bfd_elf_single_rel_hdr (input_section); in spu_elf_relocate_section()
Delf64-ppc.c7939 rel_hdr = _bfd_elf_single_rel_hdr (sec); in ppc64_elf_edit_opd()
9275 rel_hdr = _bfd_elf_single_rel_hdr (toc); in ppc64_elf_edit_toc()
Delf32-ppc.c7240 rel_hdr = _bfd_elf_single_rel_hdr (isec); in ppc_elf_relax_section()
Delf.c2612 _bfd_elf_single_rel_hdr (asection *sec) in _bfd_elf_single_rel_hdr() function
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dxtensaelf.em150 rel_hdr = _bfd_elf_single_rel_hdr (prop_sec);
152 rel_hdr->sh_size = _bfd_elf_single_rel_hdr (insn_sec)->sh_size;
/toolchain/binutils/binutils-2.25/ld/
DChangeLog-2010637 _bfd_elf_single_rel_hdr.