Home
last modified time | relevance | path

Searched refs:_bfd_elf_make_section_from_phdr (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
Delfxx-target.h413 #define elf_backend_section_from_phdr _bfd_elf_make_section_from_phdr
Delf.c2851 _bfd_elf_make_section_from_phdr (bfd *abfd, in _bfd_elf_make_section_from_phdr() function
2950 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null"); in bfd_section_from_phdr()
2953 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load"); in bfd_section_from_phdr()
2956 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "dynamic"); in bfd_section_from_phdr()
2959 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "interp"); in bfd_section_from_phdr()
2962 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note")) in bfd_section_from_phdr()
2969 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib"); in bfd_section_from_phdr()
2972 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "phdr"); in bfd_section_from_phdr()
2975 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, in bfd_section_from_phdr()
2979 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "stack"); in bfd_section_from_phdr()
[all …]
Delf64-hppa.c2755 if (!_bfd_elf_make_section_from_phdr (abfd, hdr, sec_index, typename)) in elf64_hppa_section_from_phdr()
2778 if (!_bfd_elf_make_section_from_phdr (abfd, hdr, sec_index, typename)) in elf64_hppa_section_from_phdr()
2791 return _bfd_elf_make_section_from_phdr (abfd, hdr, sec_index, typename); in elf64_hppa_section_from_phdr()
Delf-bfd.h1925 extern bfd_boolean _bfd_elf_make_section_from_phdr
DChangeLog-9899172 (_bfd_elf_make_section_from_phdr): Renamed from bfd_section_from_phdr.
174 _bfd_elf_make_section_from_phdr for generic segment types and
178 now called by _bfd_elf_make_section_from_phdr. Note that this func
DChangeLog-20071295 * elf.c: (_bfd_elf_make_section_from_phdr): Properly handle
DChangeLog-20042638 _bfd_elf_make_section_from_phdr, elf_fake_sections,
DChangeLog-20054307 _bfd_elf_make_section_from_shdr and _bfd_elf_make_section_from_phdr
DChangeLog-0203945 * elf.c (_bfd_elf_make_section_from_phdr): Set alignment_power of
7908 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.