Lines Matching refs:hdr_index

2926 				 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()
3053 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "phdr"); in bfd_section_from_phdr()
3056 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, in bfd_section_from_phdr()
3060 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "stack"); in bfd_section_from_phdr()
3063 return _bfd_elf_make_section_from_phdr (abfd, hdr, hdr_index, "relro"); in bfd_section_from_phdr()
3068 return bed->elf_backend_section_from_phdr (abfd, hdr, hdr_index, "proc"); in bfd_section_from_phdr()
4675 unsigned int hdr_index; in _bfd_elf_map_sections_to_segments() local
4796 hdr_index = 0; in _bfd_elf_map_sections_to_segments()
4970 m = make_mapping (abfd, sections, hdr_index, i, phdr_in_segment); in _bfd_elf_map_sections_to_segments()
4990 hdr_index = i; in _bfd_elf_map_sections_to_segments()
4997 && (i - hdr_index != 1 in _bfd_elf_map_sections_to_segments()
5000 m = make_mapping (abfd, sections, hdr_index, i, phdr_in_segment); in _bfd_elf_map_sections_to_segments()