Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h421 #define SHN_LOOS 0xff20 /* First operating system-specific. */ macro
422 #define SHN_FBSD_CACHED SHN_LOOS /* Transient, for sys/kern/link_elf_obj
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp299 ENUM_TO_CSTR(SHN_LOOS); in sectionIndexToCString()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1057 SHN_LOOS = 0xff20, // Lowest operating system-specific index enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFTypes.h261 return st_shndx >= ELF::SHN_LOOS && st_shndx <= ELF::SHN_HIOS;
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h753 SYMBOL_LOOS = ELF::SHN_LOOS,
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1970 case SHN_LOOS: in sym_list_print_each()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1103 _ELF_DEFINE_SHN(SHN_LOOS, 0xFF20U, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp820 ECase(SHN_LOOS); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1033 if (Ndx >= ELF::SHN_LOOS && Ndx <= ELF::SHN_HIOS) in getSymbolSectionIndex()
1034 return CreateErr("SHN_LOOS", Ndx - ELF::SHN_LOOS); in getSymbolSectionIndex()
4230 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()