Home
last modified time | relevance | path

Searched refs:Elf64_Shdr (Results 1 – 7 of 7) sorted by relevance

/haiku/src/tools/elfsymbolpatcher/
H A DElf.h22 typedef Elf64_Shdr Elf_Shdr;
/haiku/src/tools/
H A Dset_haiku_revision.cpp163 } Elf64_Shdr; typedef
364 _ParseELFHeader<Elf64_Ehdr, Elf64_Shdr>(); in SetTo()
381 result = _ReadSectionHeader<Elf64_Shdr>(i, info); in FindSectionByName()
/haiku/headers/private/debugger/elf/
H A DElfFile.h107 typedef Elf64_Shdr Shdr;
/haiku/headers/os/kernel/
H A Delf.h260 } Elf64_Shdr; typedef
/haiku/headers/build/os/kernel/
H A Delf.h249 } Elf64_Shdr; typedef
/haiku/src/system/boot/loader/
H A Delf.cpp123 typedef Elf64_Shdr ShdrType;
/haiku/src/kits/storage/
H A DResourceFile.cpp495 _InitELFXFile<Elf64_Ehdr, Elf64_Phdr, Elf64_Shdr>(file, fileSize); in _InitELFFile()