Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Delf_common.h62 #define ODK_PAD 3 /* section padding */ macro
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h600 ODK_PAD = 3, // Section padding options enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2553 _ELF_DEFINE_ODK(ODK_PAD, 3, "section padding") \
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c1382 case ODK_PAD: return "PAD"; in option_kind()
4764 case ODK_PAD: in dump_mips_options()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1754 LLVM_READOBJ_ENUM_CASE(ELF, ODK_PAD); in getElfMipsOptionsOdkType()