HomeSort by: relevance | last modified time | path
    Searched refs:Elf32_Phdr (Results 1 - 25 of 53) sorted by relevancy

1 2 3

  /src/external/bsd/elftosb/dist/common/
StELFFile.h 44 typedef std::vector<Elf32_Phdr>::const_iterator const_segment_iterator;
103 const Elf32_Phdr & getSegmentAtIndex(unsigned inIndex) const;
158 std::vector<Elf32_Phdr> m_programHeaders; //!< All of the program headers.
180 uint8_t * readSegmentData(const Elf32_Phdr & inHeader);
ELF.h 214 struct Elf32_Phdr
StELFFile.cpp 107 Elf32_Phdr programHeader;
229 const Elf32_Phdr & StELFFile::getSegmentAtIndex(unsigned inIndex) const
267 uint8_t * StELFFile::readSegmentData(const Elf32_Phdr & inHeader)
  /src/sys/arch/epoc32/stand/e32boot/exe/
netbsd.cpp 95 Elf32_Phdr *phdr = NULL;
99 PhdrSize = sizeof(Elf32_Phdr) * ehdr.e_phnum;
100 phdr = (Elf32_Phdr *) new (ELeave) TUint8[PhdrSize];
  /src/external/bsd/elftoolchain/dist/libelf/
gelf_phdr.c 42 Elf32_Phdr *
60 Elf32_Phdr *ep32;
106 Elf32_Phdr *
134 Elf32_Phdr *ph32;
libelf.h 240 Elf32_Phdr *elf32_getphdr(Elf *_elf);
243 Elf32_Phdr *elf32_newphdr(Elf *_elf, size_t _count);
libelf_phdr.c 154 e->e_u.e_elf.e_phdr.e_phdr32 = (Elf32_Phdr *) newphdr;
  /src/sys/arch/mvme68k/stand/bootxx/
bootxx.c 140 Elf32_Phdr *ep = (Elf32_Phdr *)(*addr + x->eh.e_phoff);
  /src/sys/arch/atari/stand/tostools/libtos/
elf.c 73 Elf32_Phdr *phdrs;
89 i = ehdr.e_phnum * sizeof(Elf32_Phdr);
91 if ((phdrs = (Elf32_Phdr *)MALLOC(i)) == NULL)
150 Elf32_Phdr *php = &phdrs[i];
exec_elf.h 285 } Elf32_Phdr;
616 #define Elf_Phdr Elf32_Phdr
  /src/sys/arch/emips/stand/common/
bootxx.c 117 Elf32_Phdr phdr;
  /src/sys/arch/mipsco/stand/common/
bootxx.c 121 Elf32_Phdr phdr;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/solaris/
libelf.d 125 Elf32_Phdr* elf32_getphdr(Elf*);
142 Elf32_Phdr* elf32_newphdr(Elf*, size_t);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
s390-multiarch.c 70 } Elf32_Phdr;
103 ((elf)->ei_class == ELFCLASS32 ? sizeof (Elf32_Phdr) : \
108 ((Elf32_Phdr *) &(elf)->buf[((Elf32_Ehdr *)(elf)->buf) \
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
s390-multiarch.c 70 } Elf32_Phdr;
103 ((elf)->ei_class == ELFCLASS32 ? sizeof (Elf32_Phdr) : \
108 ((Elf32_Phdr *) &(elf)->buf[((Elf32_Ehdr *)(elf)->buf) \
  /src/usr.bin/elf2aout/
elf2aout.c 197 Elf32_Phdr *ph;
272 (size_t)ex.e_phnum * sizeof(Elf32_Phdr), "ph");
274 bswap32_region((int32_t*)ph, sizeof(Elf32_Phdr) * ex.e_phnum);
312 qsort(ph, ex.e_phnum, sizeof(Elf32_Phdr), phcmp);
629 const Elf32_Phdr *h1, *h2;
631 h1 = (const Elf32_Phdr *)vh1;
632 h2 = (const Elf32_Phdr *)vh2;
  /src/sys/arch/pmax/stand/common/
bootxx.c 139 Elf32_Phdr phdr;
  /src/usr.sbin/mopd/common/
file.c 458 Elf32_Phdr phdr;
542 offsetof(Elf32_Phdr, p_offset),
546 offsetof(Elf32_Phdr, p_vaddr),
550 offsetof(Elf32_Phdr, p_filesz),
554 offsetof(Elf32_Phdr, p_memsz),
561 offsetof(Elf32_Phdr, p_offset),
565 offsetof(Elf32_Phdr, p_vaddr),
569 offsetof(Elf32_Phdr, p_filesz),
573 offsetof(Elf32_Phdr, p_memsz),
  /src/usr.bin/elf2ecoff/
elf2ecoff.c 84 static int phcmp(Elf32_Phdr *, Elf32_Phdr *);
146 Elf32_Phdr *ph;
217 ph = (Elf32_Phdr *) saveRead(infile, ex.e_phoff,
218 ex.e_phnum * sizeof(Elf32_Phdr), "ph");
220 bswap32_region((int32_t*)ph, sizeof(Elf32_Phdr) * ex.e_phnum);
254 qsort(ph, ex.e_phnum, sizeof(Elf32_Phdr),
516 phcmp(Elf32_Phdr *h1, Elf32_Phdr *h2)
  /src/sys/arch/ews4800mips/stand/common/
bootxx.c 192 Elf32_Phdr *p;
202 BASSERT(e->e_phentsize == sizeof(Elf32_Phdr));
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/sys/
elf32.d 58 struct Elf32_Phdr
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/sys/
elf32.d 58 struct Elf32_Phdr
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/netbsd/sys/
elf32.d 58 struct Elf32_Phdr
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/sys/
elf32.d 58 struct Elf32_Phdr
  /src/tools/amiga-elf2bb/sys/
exec_elf.h 289 } Elf32_Phdr;
709 #define Elf_Phdr Elf32_Phdr

Completed in 24 milliseconds

1 2 3