Home
last modified time | relevance | path

Searched refs:i_phdrp (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/binutils/bfd/
HDelfcore.h77 Elf_Internal_Phdr *i_phdrp; /* Elf program header, internal form. */ in elf_core_file_p() local
189 amt = sizeof (*i_phdrp) * i_ehdrp->e_phnum; in elf_core_file_p()
190 i_phdrp = bfd_alloc (abfd, amt); in elf_core_file_p()
191 if (!i_phdrp) in elf_core_file_p()
194 elf_tdata (abfd)->phdr = i_phdrp; in elf_core_file_p()
204 elf_swap_phdr_in (abfd, &x_phdr, i_phdrp + phindex); in elf_core_file_p()
226 if (! bfd_section_from_phdr (abfd, i_phdrp + phindex, (int) phindex)) in elf_core_file_p()
HDelf.c4969 Elf_Internal_Phdr *i_phdrp = 0; /* Program header table, internal form */ in prep_headers() local
5041 i_phdrp = 0; in prep_headers()