Home
last modified time | relevance | path

Searched refs:SHT_SYMTAB (Results 1 – 9 of 9) sorted by relevance

/haiku/headers/private/storage/
H A DElf.h66 #define SHT_SYMTAB 2 macro
/haiku/src/tools/restest/
H A DElf.h90 #define SHT_SYMTAB 2 macro
/haiku/src/kits/debug/
H A DImage.cpp328 status_t error = _FindTableInSection(elfHeader, SHT_SYMTAB); in _LoadFile()
/haiku/src/tools/
H A Dset_haiku_revision.cpp168 #define SHT_SYMTAB 2 macro
/haiku/headers/os/kernel/
H A Delf.h274 #define SHT_SYMTAB 2 macro
/haiku/headers/build/os/kernel/
H A Delf.h263 #define SHT_SYMTAB 2 macro
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp356 if (!_FindSymbolSections(symbolSection, stringSection, SHT_SYMTAB) in CreateSymbolLookup()
/haiku/src/system/boot/loader/
H A Delf.cpp508 if (sectionHeaders[i].sh_type == SHT_SYMTAB) { in _LoadSymbolTable()
/haiku/src/system/kernel/
H A Delf.cpp1190 if (sectionHeaders[i].sh_type == SHT_SYMTAB) { in load_elf_symbol_table()