Home
last modified time | relevance | path

Searched refs:ODK_TAGS (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/sys/
H A Delf_common.h65 #define ODK_TAGS 6 /* reserved space for tools */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h600 ODK_TAGS = 6, // Space for tool identification enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2556 _ELF_DEFINE_ODK(ODK_TAGS, 6, "reserved space for tools") \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1385 case ODK_TAGS: return "TAGS"; in option_kind()
4782 case ODK_TAGS: in dump_mips_options()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1790 LLVM_READOBJ_ENUM_CASE(ELF, ODK_TAGS); in getElfMipsOptionsOdkType()