Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/bfd/
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 …]
Delfnn-aarch64.c8381 int hdr_index ATTRIBUTE_UNUSED, in elfNN_aarch64_section_from_phdr()
DChangeLog-2018530 (_bfd_elf_map_sections_to_segments): Rename phdr_index to hdr_index.
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf.c3458 int hdr_index, in _bfd_elf_make_section_from_phdr() argument
3474 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr()
3510 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr()
3551 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument
3558 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null"); in bfd_section_from_phdr()
3561 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load")) in bfd_section_from_phdr()
3568 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "dynamic"); in bfd_section_from_phdr()
3571 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "interp"); in bfd_section_from_phdr()
3574 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note")) in bfd_section_from_phdr()
3582 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib"); in bfd_section_from_phdr()
[all …]
Delfnn-aarch64.c8379 int hdr_index ATTRIBUTE_UNUSED, in elfNN_aarch64_section_from_phdr()
DChangeLog-2018530 (_bfd_elf_map_sections_to_segments): Rename phdr_index to hdr_index.