Home
last modified time | relevance | path

Searched refs:SHT_LOOS (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DELF.h994 SHT_LOOS = 0x60000000, // Lowest operating system-specific type. enumerator
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp3649 if (Type >= SHT_LOOS && Type <= SHT_HIOS) in getSectionTypeOffsetString()
3650 return "LOOS+0x" + utohexstr(Type - SHT_LOOS); in getSectionTypeOffsetString()