Searched refs:phdr_index (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | elf.c | 3782 unsigned int phdr_index; in _bfd_elf_map_sections_to_segments() local 3866 phdr_index = 0; in _bfd_elf_map_sections_to_segments() 3998 m = make_mapping (abfd, sections, phdr_index, i, phdr_in_segment); in _bfd_elf_map_sections_to_segments() 4016 phdr_index = i; in _bfd_elf_map_sections_to_segments() 4023 && (i - phdr_index != 1 in _bfd_elf_map_sections_to_segments() 4027 m = make_mapping (abfd, sections, phdr_index, i, phdr_in_segment); in _bfd_elf_map_sections_to_segments()
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | elf.c | 4400 unsigned int phdr_index; in _bfd_elf_map_sections_to_segments() local 4484 phdr_index = 0; in _bfd_elf_map_sections_to_segments() 4628 m = make_mapping (abfd, sections, phdr_index, i, phdr_in_segment); in _bfd_elf_map_sections_to_segments() 4646 phdr_index = i; in _bfd_elf_map_sections_to_segments() 4653 && (i - phdr_index != 1 in _bfd_elf_map_sections_to_segments() 4657 m = make_mapping (abfd, sections, phdr_index, i, phdr_in_segment); in _bfd_elf_map_sections_to_segments()
|