Home
last modified time | relevance | path

Searched refs:Elf32_Ehdr (Results 1 – 16 of 16) sorted by relevance

/haiku/src/system/runtime_loader/
H A Delf_load_image.h15 status_t parse_elf32_header(Elf32_Ehdr* eheader, int32* _pheaderSize,
H A Druntime_loader.cpp481 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 Delf.cpp1148 if (length < sizeof(Elf32_Ehdr)) in elf32_verify_header()
1151 return parse_elf32_header((Elf32_Ehdr *)header, &programSize, &sectionSize); in elf32_verify_header()
H A Delf_load_image.cpp457 parse_elf32_header(Elf32_Ehdr* eheader, int32* _pheaderSize, in parse_elf32_header()
/haiku/src/libs/bsd/
H A Ddl_iterate_phdr.c16 typedef Elf32_Ehdr Elf_Ehdr;
/haiku/src/tools/elfsymbolpatcher/
H A DElf.h36 typedef Elf32_Ehdr Elf_Ehdr;
/haiku/src/tools/restest/
H A DElf.h40 } Elf32_Ehdr; typedef
H A DResourceFile.cpp16 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 Delf.h47 Elf32_Ehdr elf_header;
/haiku/src/tools/
H A Dset_haiku_revision.cpp77 } Elf32_Ehdr; typedef
366 _ParseELFHeader<Elf32_Ehdr, Elf32_Shdr>(); in SetTo()
H A Delf2aout.c177 Elf32_Ehdr *e = v; in elf2aout32()
/haiku/headers/private/debugger/elf/
H A DElfFile.h90 typedef Elf32_Ehdr Ehdr;
/haiku/headers/os/kernel/
H A Delf.h66 } Elf32_Ehdr; typedef
845 Elf32_Ehdr::IsHostEndian() const in IsHostEndian()
/haiku/headers/build/os/kernel/
H A Delf.h55 } Elf32_Ehdr; typedef
832 Elf32_Ehdr::IsHostEndian() const in IsHostEndian()
/haiku/src/kits/storage/
H A DResourceFile.cpp36 = 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 Delf.cpp71 typedef Elf32_Ehdr EhdrType;