Lines Matching refs:hdr_index

2366 				 int hdr_index,  in _bfd_elf_make_section_from_phdr()  argument
2381 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "a" : ""); in _bfd_elf_make_section_from_phdr()
2417 sprintf (namebuf, "%s%d%s", type_name, hdr_index, split ? "b" : ""); in _bfd_elf_make_section_from_phdr()
2456 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int hdr_index) in bfd_section_from_phdr() argument
2463 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "null"); in bfd_section_from_phdr()
2466 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "load"); in bfd_section_from_phdr()
2469 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "dynamic"); in bfd_section_from_phdr()
2472 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "interp"); in bfd_section_from_phdr()
2475 if (! _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "note")) in bfd_section_from_phdr()
2482 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "shlib"); in bfd_section_from_phdr()
2485 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "phdr"); in bfd_section_from_phdr()
2488 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, in bfd_section_from_phdr()
2492 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "stack"); in bfd_section_from_phdr()
2495 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "relro"); in bfd_section_from_phdr()
2500 return bed->elf_backend_section_from_phdr (abfd, hdr, hdr_index, "proc"); in bfd_section_from_phdr()