Home
last modified time | relevance | path

Searched refs:SHT_HEX_ORDERED (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Object/
DELF.cpp253 switch (Type) { STRINGIFY_ENUM_CASE(ELF, SHT_HEX_ORDERED); } in getELFSectionTypeName()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DELF.h1057 SHT_HEX_ORDERED = 0x70000000, // Link editor is to sort the entries in enumerator
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DELFYAML.cpp693 ECase(SHT_HEX_ORDERED); in enumeration()