Searched refs:_bfd_elf_make_section_from_phdr (Results 1 - 6 of 6) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delfxx-target.h343 #define elf_backend_section_from_phdr _bfd_elf_make_section_from_phdr
H A Delf.c2534 _bfd_elf_make_section_from_phdr (bfd *abfd,
2614 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "null");
2617 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "load");
2620 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "dynamic");
2623 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "interp");
2626 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, index, "note"))
2633 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "shlib");
2636 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "phdr");
2639 return _bfd_elf_make_section_from_phdr (abfd, hdr, index,
2643 return _bfd_elf_make_section_from_phdr (abf
2529 _bfd_elf_make_section_from_phdr (bfd *abfd, function
[all...]
H A Delf64-hppa.c2724 if (!_bfd_elf_make_section_from_phdr (abfd, hdr, index, typename))
2747 if (!_bfd_elf_make_section_from_phdr (abfd, hdr, index, typename))
2760 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, typename);
H A Delf-bfd.h1471 extern bfd_boolean _bfd_elf_make_section_from_phdr
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf.c2190 _bfd_elf_make_section_from_phdr (bfd *abfd,
2270 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "null");
2273 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "load");
2276 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "dynamic");
2279 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "interp");
2282 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, index, "note"))
2289 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "shlib");
2292 return _bfd_elf_make_section_from_phdr (abfd, hdr, index, "phdr");
2295 return _bfd_elf_make_section_from_phdr (abfd, hdr, index,
2299 return _bfd_elf_make_section_from_phdr (abf
2185 _bfd_elf_make_section_from_phdr (bfd *abfd, function
[all...]
H A Delf-bfd.h1351 extern bfd_boolean _bfd_elf_make_section_from_phdr

Completed in 205 milliseconds