Home
last modified time | relevance | path

Searched refs:SHN_HIOS (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp300 ENUM_TO_CSTR(SHN_HIOS); in sectionIndexToCString()
/freebsd/sys/sys/
H A Delf_common.h426 #define SHN_HIOS 0xff3f /* Last operating system-specific. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1132 SHN_HIOS = 0xff3f, // Highest operating system-specific index enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h262 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h758 SYMBOL_HIOS = ELF::SHN_HIOS,
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1973 case SHN_HIOS: in sym_list_print_each()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1106 _ELF_DEFINE_SHN(SHN_HIOS, 0xFF3FU, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp843 ECase(SHN_HIOS); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1034 if (Ndx >= ELF::SHN_LOOS && Ndx <= ELF::SHN_HIOS) in getSymbolSectionIndex()
4295 if (SectionIndex >= ELF::SHN_LOOS && SectionIndex <= ELF::SHN_HIOS) in getSymbolSectionNdx()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1116 else if (shndx >= SHN_LOOS && shndx <= SHN_HIOS) in st_shndx()