Home
last modified time | relevance | path

Searched refs:Elf32_Phdr (Results 1 – 25 of 29) sorted by relevance

12

/netbsd/src/external/bsd/elftosb/dist/common/
DStELFFile.h44 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);
DStELFFile.cpp107 Elf32_Phdr programHeader; in readFileHeaders()
229 const Elf32_Phdr & StELFFile::getSegmentAtIndex(unsigned inIndex) const in getSegmentAtIndex()
267 uint8_t * StELFFile::readSegmentData(const Elf32_Phdr & inHeader) in readSegmentData()
DELF.h214 struct Elf32_Phdr struct
/netbsd/src/sys/arch/atari/stand/tostools/libtos/
Delf.c73 Elf32_Phdr *phdrs; in elf_load()
89 i = ehdr.e_phnum * sizeof(Elf32_Phdr); in elf_load()
91 if ((phdrs = (Elf32_Phdr *)MALLOC(i)) == NULL) in elf_load()
150 Elf32_Phdr *php = &phdrs[i]; in elf_load()
Dexec_elf.h285 } Elf32_Phdr; typedef
616 #define Elf_Phdr Elf32_Phdr
/netbsd/src/sys/arch/epoc32/stand/e32boot/exe/
Dnetbsd.cpp95 Elf32_Phdr *phdr = NULL; in ParseHeader()
99 PhdrSize = sizeof(Elf32_Phdr) * ehdr.e_phnum; in ParseHeader()
100 phdr = (Elf32_Phdr *) new (ELeave) TUint8[PhdrSize]; in ParseHeader()
/netbsd/src/usr.bin/elf2aout/
Delf2aout.c197 Elf32_Phdr *ph; in main()
272 (size_t)ex.e_phnum * sizeof(Elf32_Phdr), "ph"); in main()
274 bswap32_region((int32_t*)ph, sizeof(Elf32_Phdr) * ex.e_phnum); in main()
312 qsort(ph, ex.e_phnum, sizeof(Elf32_Phdr), phcmp); in main()
629 const Elf32_Phdr *h1, *h2; in phcmp()
631 h1 = (const Elf32_Phdr *)vh1; in phcmp()
632 h2 = (const Elf32_Phdr *)vh2; in phcmp()
/netbsd/src/usr.sbin/mopd/common/
Dfile.c458 Elf32_Phdr phdr; in GetElfFileInfo()
542 offsetof(Elf32_Phdr, p_offset), in GetElfFileInfo()
546 offsetof(Elf32_Phdr, p_vaddr), in GetElfFileInfo()
550 offsetof(Elf32_Phdr, p_filesz), in GetElfFileInfo()
554 offsetof(Elf32_Phdr, p_memsz), in GetElfFileInfo()
561 offsetof(Elf32_Phdr, p_offset), in GetElfFileInfo()
565 offsetof(Elf32_Phdr, p_vaddr), in GetElfFileInfo()
569 offsetof(Elf32_Phdr, p_filesz), in GetElfFileInfo()
573 offsetof(Elf32_Phdr, p_memsz), in GetElfFileInfo()
/netbsd/src/usr.bin/elf2ecoff/
Delf2ecoff.c81 static int phcmp(Elf32_Phdr *, Elf32_Phdr *);
103 Elf32_Phdr *ph; in main()
180 ph = (Elf32_Phdr *) saveRead(infile, ex.e_phoff, in main()
181 ex.e_phnum * sizeof(Elf32_Phdr), "ph"); in main()
183 bswap32_region((int32_t*)ph, sizeof(Elf32_Phdr) * ex.e_phnum); in main()
217 qsort(ph, ex.e_phnum, sizeof(Elf32_Phdr), in main()
494 phcmp(Elf32_Phdr *h1, Elf32_Phdr *h2) in phcmp()
/netbsd/src/sys/arch/mvme68k/stand/bootxx/
Dbootxx.c138 Elf32_Phdr *ep = (Elf32_Phdr *)(*addr + x->eh.e_phoff); in copyboot()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
Ds390-multiarch.c70 } Elf32_Phdr; typedef
103 ((elf)->ei_class == ELFCLASS32 ? sizeof (Elf32_Phdr) : \
108 ((Elf32_Phdr *) &(elf)->buf[((Elf32_Ehdr *)(elf)->buf) \
/netbsd/src/sys/arch/ews4800mips/stand/common/
Dbootxx.c192 Elf32_Phdr *p; in load_elf()
202 BASSERT(e->e_phentsize == sizeof(Elf32_Phdr)); in load_elf()
/netbsd/src/sys/arch/mipsco/stand/common/
Dbootxx.c121 Elf32_Phdr phdr; in loadfile()
/netbsd/src/sys/arch/emips/stand/common/
Dbootxx.c117 Elf32_Phdr phdr; in loadfile()
/netbsd/src/sys/arch/pmax/stand/common/
Dbootxx.c139 Elf32_Phdr phdr; in loadfile()
/netbsd/src/tools/amiga-elf2bb/sys/
Dexec_elf.h289 } Elf32_Phdr; typedef
709 #define Elf_Phdr Elf32_Phdr
/netbsd/src/sys/arch/pmax/stand/smallnet/setnetimage/
Dsetnetimage.c86 Elf32_Phdr phdr; in main()
/netbsd/src/sys/arch/prep/stand/installboot/
Dinstallboot.c78 Elf32_Phdr ph; in load_boot()
/netbsd/src/sys/arch/epoc32/stand/e32boot/include/
Delf.h331 } Elf32_Phdr; typedef
1068 #define Elf_Phdr Elf32_Phdr
/netbsd/src/tools/m68k-elf2aout/sys/
Dexec_elf.h333 } Elf32_Phdr; typedef
1097 #define Elf_Phdr Elf32_Phdr
/netbsd/src/sys/arch/zaurus/stand/zbsdmod/
Dzbsdmod.c108 #define phdr ((Elf32_Phdr *)((char *)elf + elf->e_phoff)) in elf32bsdboot()
/netbsd/src/external/bsd/file/dist/src/
Dreadelf.h186 } Elf32_Phdr; typedef
/netbsd/src/sys/arch/x68k/stand/common/
Dexec_sub.c121 Elf32_Phdr *ph; in xk_elf()
/netbsd/src/usr.sbin/installboot/arch/
Dpmax.c316 Elf32_Phdr phdr; in load_bootstrap()
/netbsd/src/sys/sys/
Dexec_elf.h424 } Elf32_Phdr; typedef
1214 #define Elf_Phdr Elf32_Phdr

12