Searched refs:hdr_index (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf.c | 2470 int hdr_index, in _bfd_elf_make_section_from_phdr() argument 2485 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr() 2521 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr() 2560 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument 2567 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null"); in bfd_section_from_phdr() 2570 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load"); in bfd_section_from_phdr() 2573 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "dynamic"); in bfd_section_from_phdr() 2576 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "interp"); in bfd_section_from_phdr() 2579 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note")) in bfd_section_from_phdr() 2586 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib"); in bfd_section_from_phdr() [all …]
|