Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/bfd/
Delfxx-target.h359 #define elf_backend_section_from_phdr _bfd_elf_make_section_from_phdr
Delf.c2600 _bfd_elf_make_section_from_phdr (bfd *abfd, in _bfd_elf_make_section_from_phdr() function
2680 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "null"); in bfd_section_from_phdr()
2683 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "load"); in bfd_section_from_phdr()
2686 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "dynamic"); in bfd_section_from_phdr()
2689 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "interp"); in bfd_section_from_phdr()
2692 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, index, "note")) in bfd_section_from_phdr()
2699 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "shlib"); in bfd_section_from_phdr()
2702 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "phdr"); in bfd_section_from_phdr()
2705 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, in bfd_section_from_phdr()
2709 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "stack"); in bfd_section_from_phdr()
[all …]
Delf-bfd.h1585 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-0203945 * elf.c (_bfd_elf_make_section_from_phdr): Set alignment_power of
7908 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.