Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h64 #define ODK_FILL 5 /* fill value used by the linker */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h602 ODK_FILL = 5, // Linker fill value enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2555 _ELF_DEFINE_ODK(ODK_FILL, 5, "fill value used by linker") \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1384 case ODK_FILL: return "FILL"; in option_kind()
4779 case ODK_FILL: in dump_mips_options()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1756 LLVM_READOBJ_ENUM_CASE(ELF, ODK_FILL); in getElfMipsOptionsOdkType()