Home
last modified time | relevance | path

Searched refs:SHN_HIRESERVE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/sys/
H A Delf_common.h429 #define SHN_HIRESERVE 0xffff /* Last of reserved range. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1062 SHN_HIRESERVE = 0xffff // Highest reserved index enumerator
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c1982 case SHN_HIRESERVE: in sym_list_print_each()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1111 _ELF_DEFINE_SHN(SHN_HIRESERVE, 0xFFFFU, "end of reserved area")
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp825 ECase(SHN_HIRESERVE); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp4235 SectionIndex <= ELF::SHN_HIRESERVE) in getSymbolSectionNdx()