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

/haiku-buildtools/legacy/binutils/bfd/
H A Delfcore.h77 Elf_Internal_Phdr *i_phdrp; /* Elf program header, internal form. */ local
189 amt = sizeof (*i_phdrp) * i_ehdrp->e_phnum;
190 i_phdrp = bfd_alloc (abfd, amt);
191 if (!i_phdrp)
194 elf_tdata (abfd)->phdr = i_phdrp;
204 elf_swap_phdr_in (abfd, &x_phdr, i_phdrp + phindex);
226 if (! bfd_section_from_phdr (abfd, i_phdrp + phindex, (int) phindex))
H A Delf.c4837 Elf_Internal_Phdr *i_phdrp = 0; /* Program header table, internal form */
4907 i_phdrp = 0;
4832 Elf_Internal_Phdr *i_phdrp = 0; /* Program header table, internal form */ local
/haiku-buildtools/binutils/bfd/
H A Delfcore.h83 Elf_Internal_Phdr *i_phdrp; /* Elf program header, internal form. */ local
240 amt = sizeof (*i_phdrp) * i_ehdrp->e_phnum;
241 i_phdrp = (Elf_Internal_Phdr *) bfd_alloc (abfd, amt);
242 if (!i_phdrp)
245 elf_tdata (abfd)->phdr = i_phdrp;
255 elf_swap_phdr_in (abfd, &x_phdr, i_phdrp + phindex);
277 if (! bfd_section_from_phdr (abfd, i_phdrp + phindex, (int) phindex))
286 Elf_Internal_Phdr *p = i_phdrp + phindex;
H A Delfcode.h1055 Elf_Internal_Phdr *i_phdrp = elf_tdata (abfd)->phdr;
1072 elf_swap_phdr_out (abfd, &i_phdrp[count], &x_phdr);
1052 Elf_Internal_Phdr *i_phdrp = elf_tdata (abfd)->phdr; local

Completed in 166 milliseconds