Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DELFHeader.cpp269 ENUM_TO_CSTR(STB_HIOS); in bindingToCString()
/freebsd/sys/sys/
H A Delf_common.h879 #define STB_HIOS 12 /* End of operating system reserved range. */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1323 STB_HIOS = 12, // Highest operating system-specific binding type enumerator
/freebsd/contrib/elftoolchain/elfdump/
H A Delfdump.c555 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bindings()
577 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bindings_S()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h1294 _ELF_DEFINE_STB(STB_HIOS, 12, "end of OS-specific range") \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1045 if (sbind >= STB_LOOS && sbind <= STB_HIOS) in st_bind()