Home
last modified time | relevance | path

Searched refs:sh_type (Results 1 – 13 of 13) sorted by relevance

/haiku/src/tools/restest/
H A DElf.h76 Elf32_Word sh_type; member
H A DResourceFile.cpp742 uint32 type = _GetUInt32(sectionHeader.sh_type); in _InitELFFile()
/haiku/headers/private/storage/
H A DElfX.h57 ElfX(Word) sh_type;
/haiku/src/tools/
H A Dset_haiku_revision.cpp141 Elf32_Word sh_type; member
154 Elf64_Word sh_type; member
626 uint32_t type = GetValue(sectionHeader.sh_type); in _ReadSectionHeader()
/haiku/src/tools/elfsymbolpatcher/
H A DElfFile.cpp155 return fHeader->sh_type; in GetType()
197 if (fHeader && !fData && fHeader->sh_type != SHT_NULL in Load()
198 && fHeader->sh_type != SHT_NOBITS) { in Load()
/haiku/src/kits/debug/
H A DImage.cpp347 if (sectionHeader->sh_type == sectionType) { in _FindTableInSection()
352 if (stringHeader.sh_type != SHT_STRTAB) in _FindTableInSection()
/haiku/headers/os/kernel/
H A Delf.h238 Elf32_Word sh_type; member
251 Elf64_Word sh_type; member
/haiku/headers/build/os/kernel/
H A Delf.h227 Elf32_Word sh_type; member
240 Elf64_Word sh_type; member
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp442 ".shstrtab", Get(stringSectionHeader->sh_type),fFD, in _LoadFile()
475 Get(sectionHeader->sh_type), fFD, Get(sectionHeader->sh_offset), in _LoadFile()
/haiku/src/system/boot/loader/
H A Delf.cpp508 if (sectionHeaders[i].sh_type == SHT_SYMTAB) { in _LoadSymbolTable()
511 if (stringHeader->sh_type != SHT_STRTAB) { in _LoadSymbolTable()
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp552 switch (sectionHeader->sh_type) { in determine_x86_abi()
/haiku/src/system/kernel/
H A Delf.cpp1190 if (sectionHeaders[i].sh_type == SHT_SYMTAB) { in load_elf_symbol_table()
1193 if (stringHeader->sh_type != SHT_STRTAB) { in load_elf_symbol_table()
/haiku/src/kits/storage/
H A DResourceFile.cpp627 uint32 type = _GetInt(sectionHeader.sh_type); in _InitELFXFile()