Home
last modified time | relevance | path

Searched refs:hdr_index (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf.c2926 int hdr_index, in _bfd_elf_make_section_from_phdr() argument
2942 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr()
2978 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr()
3019 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument
3026 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null"); in bfd_section_from_phdr()
3029 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load")) in bfd_section_from_phdr()
3036 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "dynamic"); in bfd_section_from_phdr()
3039 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "interp"); in bfd_section_from_phdr()
3042 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note")) in bfd_section_from_phdr()
3050 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib"); in bfd_section_from_phdr()
[all …]
H A DChangeLog-2018530 (_bfd_elf_map_sections_to_segments): Rename phdr_index to hdr_index.
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf.c3464 int hdr_index, in _bfd_elf_make_section_from_phdr() argument
3480 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr()
3516 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr()
3557 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument
3564 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null"); in bfd_section_from_phdr()
3567 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load")) in bfd_section_from_phdr()
3574 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "dynamic"); in bfd_section_from_phdr()
3577 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "interp"); in bfd_section_from_phdr()
3580 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note")) in bfd_section_from_phdr()
3588 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib"); in bfd_section_from_phdr()
[all …]
H A Delfnn-aarch64.c8381 int hdr_index ATTRIBUTE_UNUSED, in elfNN_aarch64_section_from_phdr()
H A DChangeLog-2018530 (_bfd_elf_map_sections_to_segments): Rename phdr_index to hdr_index.
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-2018530 (_bfd_elf_map_sections_to_segments): Rename phdr_index to hdr_index.
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-2018530 (_bfd_elf_map_sections_to_segments): Rename phdr_index to hdr_index.