Home
last modified time | relevance | path

Searched refs:Elf_Ehdr (Results 1 – 4 of 4) sorted by relevance

/haiku/src/libs/bsd/
H A Ddl_iterate_phdr.c16 typedef Elf32_Ehdr Elf_Ehdr; typedef
18 typedef Elf64_Ehdr Elf_Ehdr; typedef
41 const Elf_Ehdr* header = (const Elf_Ehdr*)info.text; in dl_iterate_phdr()
/haiku/src/tools/elfsymbolpatcher/
H A DElf.h21 typedef Elf64_Ehdr Elf_Ehdr; typedef
36 typedef Elf32_Ehdr Elf_Ehdr; typedef
H A DElfFile.h133 Elf_Ehdr fHeader;
H A DElfFile.cpp38 static const uint32 kMaxELFHeaderSize = sizeof(Elf_Ehdr) + 32;
613 error = read_exactly(fFile, 0, &fHeader, sizeof(Elf_Ehdr), in _SetTo()
648 if (headerSize < sizeof(Elf_Ehdr) || headerSize > kMaxELFHeaderSize) { in _SetTo()