Home
last modified time | relevance | path

Searched refs:SHT_DYNSYM (Results 1 – 8 of 8) sorted by relevance

/haiku/headers/private/storage/
H A DElf.h75 #define SHT_DYNSYM 11 macro
/haiku/src/tools/restest/
H A DElf.h99 #define SHT_DYNSYM 11 macro
/haiku/src/kits/debug/
H A DImage.cpp330 error = _FindTableInSection(elfHeader, SHT_DYNSYM); in _LoadFile()
/haiku/src/tools/
H A Dset_haiku_revision.cpp177 #define SHT_DYNSYM 11 macro
/haiku/headers/os/kernel/
H A Delf.h283 #define SHT_DYNSYM 11 macro
/haiku/headers/build/os/kernel/
H A Delf.h272 #define SHT_DYNSYM 11 macro
/haiku/src/kits/debugger/elf/
H A DElfFile.cpp357 && !_FindSymbolSections(symbolSection, stringSection, SHT_DYNSYM)) { in CreateSymbolLookup()
/haiku/src/system/runtime_loader/
H A Druntime_loader.cpp564 case SHT_DYNSYM: in determine_x86_abi()