| /netbsd/src/external/bsd/elftosb/dist/common/ |
| D | 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);
|
| D | StELFFile.cpp | 107 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()
|
| D | ELF.h | 214 struct Elf32_Phdr struct
|
| /netbsd/src/sys/arch/atari/stand/tostools/libtos/ |
| D | elf.c | 73 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()
|
| D | exec_elf.h | 285 } Elf32_Phdr; typedef 616 #define Elf_Phdr Elf32_Phdr
|
| /netbsd/src/sys/arch/epoc32/stand/e32boot/exe/ |
| D | netbsd.cpp | 95 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/ |
| D | elf2aout.c | 197 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/ |
| D | file.c | 458 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/ |
| D | elf2ecoff.c | 81 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/ |
| D | bootxx.c | 138 Elf32_Phdr *ep = (Elf32_Phdr *)(*addr + x->eh.e_phoff); in copyboot()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| D | s390-multiarch.c | 70 } 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/ |
| D | bootxx.c | 192 Elf32_Phdr *p; in load_elf() 202 BASSERT(e->e_phentsize == sizeof(Elf32_Phdr)); in load_elf()
|
| /netbsd/src/sys/arch/mipsco/stand/common/ |
| D | bootxx.c | 121 Elf32_Phdr phdr; in loadfile()
|
| /netbsd/src/sys/arch/emips/stand/common/ |
| D | bootxx.c | 117 Elf32_Phdr phdr; in loadfile()
|
| /netbsd/src/sys/arch/pmax/stand/common/ |
| D | bootxx.c | 139 Elf32_Phdr phdr; in loadfile()
|
| /netbsd/src/tools/amiga-elf2bb/sys/ |
| D | exec_elf.h | 289 } Elf32_Phdr; typedef 709 #define Elf_Phdr Elf32_Phdr
|
| /netbsd/src/sys/arch/pmax/stand/smallnet/setnetimage/ |
| D | setnetimage.c | 86 Elf32_Phdr phdr; in main()
|
| /netbsd/src/sys/arch/prep/stand/installboot/ |
| D | installboot.c | 78 Elf32_Phdr ph; in load_boot()
|
| /netbsd/src/sys/arch/epoc32/stand/e32boot/include/ |
| D | elf.h | 331 } Elf32_Phdr; typedef 1068 #define Elf_Phdr Elf32_Phdr
|
| /netbsd/src/tools/m68k-elf2aout/sys/ |
| D | exec_elf.h | 333 } Elf32_Phdr; typedef 1097 #define Elf_Phdr Elf32_Phdr
|
| /netbsd/src/sys/arch/zaurus/stand/zbsdmod/ |
| D | zbsdmod.c | 108 #define phdr ((Elf32_Phdr *)((char *)elf + elf->e_phoff)) in elf32bsdboot()
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | readelf.h | 186 } Elf32_Phdr; typedef
|
| /netbsd/src/sys/arch/x68k/stand/common/ |
| D | exec_sub.c | 121 Elf32_Phdr *ph; in xk_elf()
|
| /netbsd/src/usr.sbin/installboot/arch/ |
| D | pmax.c | 316 Elf32_Phdr phdr; in load_bootstrap()
|
| /netbsd/src/sys/sys/ |
| D | exec_elf.h | 424 } Elf32_Phdr; typedef 1214 #define Elf_Phdr Elf32_Phdr
|