Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp297 ENUM_TO_CSTR(SHN_LOPROC); in sectionIndexToCString()
/freebsd/sys/sys/
H A Delf_common.h419 #define SHN_LOPROC 0xff00 /* First processor-specific. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1055 SHN_LOPROC = 0xff00, // Lowest processor-specific index enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h257 return st_shndx >= ELF::SHN_LOPROC && st_shndx <= ELF::SHN_HIPROC;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h741 SYMBOL_LOPROC = ELF::SHN_LOPROC,
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1963 case SHN_LOPROC: in sym_list_print_each()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1085 _ELF_DEFINE_SHN(SHN_LOPROC, 0xFF00U, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp818 ECase(SHN_LOPROC); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1031 if (Ndx >= ELF::SHN_LOPROC && Ndx <= ELF::SHN_HIPROC) in getSymbolSectionIndex()
1032 return CreateErr("SHN_LOPROC", Ndx - ELF::SHN_LOPROC); in getSymbolSectionIndex()
4226 if (SectionIndex >= ELF::SHN_LOPROC && SectionIndex <= ELF::SHN_HIPROC) in getSymbolSectionNdx()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1114 if (shndx >= SHN_LOPROC && shndx <= SHN_HIPROC) in st_shndx()