Home
last modified time | relevance | path

Searched refs:Elf32_Shdr (Results 1 – 10 of 10) sorted by relevance

/haiku/src/tools/elfsymbolpatcher/
H A DElf.h37 typedef Elf32_Shdr Elf_Shdr;
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp523 if (elfHeader.e_shoff == 0 || elfHeader.e_shentsize < sizeof(Elf32_Shdr)) in determine_x86_abi()
542 Elf32_Shdr* sectionHeader in determine_x86_abi()
543 = (Elf32_Shdr*)((uint8*)sectionHeaders + i * elfHeader.e_shentsize); in determine_x86_abi()
604 Elf32_Shdr* sectionHeader = (Elf32_Shdr*)((uint8*)sectionHeaders in determine_x86_abi()
/haiku/src/tools/restest/
H A DElf.h85 } Elf32_Shdr; typedef
H A DResourceFile.cpp692 read_exactly(file, shOffset, &programHeader, sizeof(Elf32_Shdr), in _InitELFFile()
727 if (sectionHeaderSize < sizeof(Elf32_Shdr) in _InitELFFile()
738 Elf32_Shdr sectionHeader; in _InitELFFile()
739 read_exactly(file, shOffset, &sectionHeader, sizeof(Elf32_Shdr), in _InitELFFile()
/haiku/src/tools/
H A Dset_haiku_revision.cpp150 } Elf32_Shdr; typedef
366 _ParseELFHeader<Elf32_Ehdr, Elf32_Shdr>(); in SetTo()
383 result = _ReadSectionHeader<Elf32_Shdr>(i, info); in FindSectionByName()
/haiku/headers/private/debugger/elf/
H A DElfFile.h92 typedef Elf32_Shdr Shdr;
/haiku/headers/os/kernel/
H A Delf.h247 } Elf32_Shdr; typedef
/haiku/headers/build/os/kernel/
H A Delf.h236 } Elf32_Shdr; typedef
/haiku/src/system/boot/loader/
H A Delf.cpp73 typedef Elf32_Shdr ShdrType;
/haiku/src/kits/storage/
H A DResourceFile.cpp492 _InitELFXFile<Elf32_Ehdr, Elf32_Phdr, Elf32_Shdr>(file, fileSize); in _InitELFFile()