Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delfcore.h77 Elf_Internal_Phdr *i_phdrp; /* Elf program header, internal form. */ in elf_core_file_p() local
214 amt = sizeof (*i_phdrp) * i_ehdrp->e_phnum; in elf_core_file_p()
215 i_phdrp = bfd_alloc (abfd, amt); in elf_core_file_p()
216 if (!i_phdrp) in elf_core_file_p()
219 elf_tdata (abfd)->phdr = i_phdrp; in elf_core_file_p()
229 elf_swap_phdr_in (abfd, &x_phdr, i_phdrp + phindex); in elf_core_file_p()
244 if (! bfd_section_from_phdr (abfd, i_phdrp + phindex, (int) phindex)) in elf_core_file_p()
Delf.c4372 Elf_Internal_Phdr *i_phdrp = 0; /* Program header table, internal form */ in prep_headers() local
4444 i_phdrp = elf_build_phdrs (abfd, i_ehdrp, i_shdrp, &i_ehdrp->e_phnum); in prep_headers()
4452 i_phdrp = 0; in prep_headers()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delfcore.h77 Elf_Internal_Phdr *i_phdrp; /* Elf program header, internal form. */ in elf_core_file_p() local
214 amt = sizeof (*i_phdrp) * i_ehdrp->e_phnum; in elf_core_file_p()
215 i_phdrp = bfd_alloc (abfd, amt); in elf_core_file_p()
216 if (!i_phdrp) in elf_core_file_p()
219 elf_tdata (abfd)->phdr = i_phdrp; in elf_core_file_p()
229 elf_swap_phdr_in (abfd, &x_phdr, i_phdrp + phindex); in elf_core_file_p()
251 if (! bfd_section_from_phdr (abfd, i_phdrp + phindex, (int) phindex)) in elf_core_file_p()
Delf.c5033 Elf_Internal_Phdr *i_phdrp = 0; /* Program header table, internal form */ in prep_headers() local
5103 i_phdrp = 0; in prep_headers()