Searched refs:Elf_Internal_Phdr (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf-bfd.h449 (bfd *, const Elf_Internal_Phdr *, unsigned int);
646 (bfd *, Elf_Internal_Phdr *, int, const char *);
1264 Elf_Internal_Phdr *phdr;
1507 (bfd *, Elf_Internal_Phdr *, int, const char *);
1612 (bfd *, Elf_Internal_Phdr *, int);
1778 (bfd *, const Elf32_External_Phdr *, Elf_Internal_Phdr *);
1780 (bfd *, const Elf_Internal_Phdr *, Elf32_External_Phdr *);
1790 (bfd *, const Elf_Internal_Phdr *, unsigned int);
1820 (bfd *, const Elf64_External_Phdr *, Elf_Internal_Phdr *);
1822 (bfd *, const Elf_Internal_Phdr *, Elf64_External_Phd
[all...]
H A Delfcore.h77 Elf_Internal_Phdr *i_phdrp; /* Elf program header, internal form. */
H A Delfcode.h343 Elf_Internal_Phdr *dst)
367 const Elf_Internal_Phdr *src,
781 Elf_Internal_Phdr *i_phdr;
784 amt = i_ehdrp->e_phnum * sizeof (Elf_Internal_Phdr);
993 const Elf_Internal_Phdr *phdr,
1542 Elf_Internal_Phdr *i_phdrs, *last_phdr;
1621 i_phdrs = (Elf_Internal_Phdr *) &x_phdrs[i_ehdr.e_phnum];
H A Delf.c877 Elf_Internal_Phdr *phdr;
1125 Elf_Internal_Phdr *p;
2559 Elf_Internal_Phdr *hdr,
2631 bfd_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int index)
4245 Elf_Internal_Phdr *phdrs;
4246 Elf_Internal_Phdr *p;
4276 phdrs = bfd_alloc2 (abfd, alloc, sizeof (Elf_Internal_Phdr));
4305 /* An ELF segment (described by Elf_Internal_Phdr) may contain a
4634 Elf_Internal_Phdr *phdrs;
4635 Elf_Internal_Phdr *
[all...]
H A Delf32-bfin.c1478 Elf_Internal_Phdr *p;
4166 Elf_Internal_Phdr *p;
4733 Elf_Internal_Phdr *iphdr = &elf_tdata (ibfd)->phdr[i];
H A Delf32-frv.c1344 Elf_Internal_Phdr *p;
5685 Elf_Internal_Phdr *p;
6412 Elf_Internal_Phdr *iphdr = &elf_tdata (ibfd)->phdr[i];
H A Delf32-spu.c1627 Elf_Internal_Phdr *phdr, *last;
H A Delf64-hppa.c2708 elf64_hppa_section_from_phdr (bfd *abfd, Elf_Internal_Phdr *hdr, int index,
H A Delfxx-ia64.c1750 Elf_Internal_Phdr *p;
5015 Elf_Internal_Phdr *p;
/macosx-10.10.1/cxxfilt-11/cxxfilt/include/elf/
H A Dinternal.h74 typedef struct elf_internal_phdr Elf_Internal_Phdr; typedef in typeref:struct:elf_internal_phdr
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c184 static Elf_Internal_Phdr *program_headers;
3269 get_32bit_program_headers (FILE *file, Elf_Internal_Phdr *program_headers)
3273 Elf_Internal_Phdr *internal;
3302 get_64bit_program_headers (FILE *file, Elf_Internal_Phdr *program_headers)
3306 Elf_Internal_Phdr *internal;
3339 Elf_Internal_Phdr *phdrs;
3345 phdrs = cmalloc (elf_header.e_phnum, sizeof (Elf_Internal_Phdr));
3370 Elf_Internal_Phdr *segment;
3599 Elf_Internal_Phdr *seg;
4927 Elf_Internal_Phdr *se
[all...]

Completed in 147 milliseconds