Searched refs:Elf32_Ehdr (Results 1 – 16 of 16) sorted by relevance
/haiku/src/system/runtime_loader/ |
H A D | elf_load_image.h | 15 status_t parse_elf32_header(Elf32_Ehdr* eheader, int32* _pheaderSize,
|
H A D | runtime_loader.cpp | 481 determine_x86_abi(int fd, const Elf32_Ehdr& elfHeader, bool& _isGcc2) in determine_x86_abi() 642 Elf32_Ehdr elfHeader; in get_executable_architecture()
|
H A D | elf.cpp | 1148 if (length < sizeof(Elf32_Ehdr)) in elf32_verify_header() 1151 return parse_elf32_header((Elf32_Ehdr *)header, &programSize, §ionSize); in elf32_verify_header()
|
H A D | elf_load_image.cpp | 457 parse_elf32_header(Elf32_Ehdr* eheader, int32* _pheaderSize, in parse_elf32_header()
|
/haiku/src/libs/bsd/ |
H A D | dl_iterate_phdr.c | 16 typedef Elf32_Ehdr Elf_Ehdr;
|
/haiku/src/tools/elfsymbolpatcher/ |
H A D | Elf.h | 36 typedef Elf32_Ehdr Elf_Ehdr;
|
/haiku/src/tools/restest/ |
H A D | Elf.h | 40 } Elf32_Ehdr; typedef
|
H A D | ResourceFile.cpp | 16 static const uint32 kMaxELFHeaderSize = sizeof(Elf32_Ehdr) + 32; 630 Elf32_Ehdr fileHeader; in _InitELFFile() 631 read_exactly(file, 0, &fileHeader, sizeof(Elf32_Ehdr), in _InitELFFile() 665 if (headerSize < sizeof(Elf32_Ehdr) || headerSize > kMaxELFHeaderSize) { in _InitELFFile()
|
/haiku/headers/private/kernel/boot/ |
H A D | elf.h | 47 Elf32_Ehdr elf_header;
|
/haiku/src/tools/ |
H A D | set_haiku_revision.cpp | 77 } Elf32_Ehdr; typedef 366 _ParseELFHeader<Elf32_Ehdr, Elf32_Shdr>(); in SetTo()
|
H A D | elf2aout.c | 177 Elf32_Ehdr *e = v; in elf2aout32()
|
/haiku/headers/private/debugger/elf/ |
H A D | ElfFile.h | 90 typedef Elf32_Ehdr Ehdr;
|
/haiku/headers/os/kernel/ |
H A D | elf.h | 66 } Elf32_Ehdr; typedef 845 Elf32_Ehdr::IsHostEndian() const in IsHostEndian()
|
/haiku/headers/build/os/kernel/ |
H A D | elf.h | 55 } Elf32_Ehdr; typedef 832 Elf32_Ehdr::IsHostEndian() const in IsHostEndian()
|
/haiku/src/kits/storage/ |
H A D | ResourceFile.cpp | 36 = std::max(sizeof(Elf32_Ehdr), sizeof(Elf64_Ehdr)) + 32; 492 _InitELFXFile<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(file, fileSize); in _InitELFFile()
|
/haiku/src/system/boot/loader/ |
H A D | elf.cpp | 71 typedef Elf32_Ehdr EhdrType;
|