Home
last modified time | relevance | path

Searched refs:PPC_DYNAMIC_TAG (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDynamicTags.def24 #ifndef PPC_DYNAMIC_TAG
25 #define PPC_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value)
226 PPC_DYNAMIC_TAG(PPC_GOT, 0x70000000) // Uses Secure PLT ABI.
227 PPC_DYNAMIC_TAG(PPC_OPT, 0x70000001) // Has TLS optimization.
261 #undef PPC_DYNAMIC_TAG
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp496 #define PPC_DYNAMIC_TAG(name, value) DYNAMIC_STRINGIFY_ENUM(name, value) in getDynamicTagAsString() macro
498 #undef PPC_DYNAMIC_TAG in getDynamicTagAsString()
524 #define PPC_DYNAMIC_TAG(name, value) in getDynamicTagAsString() macro
535 #undef PPC_DYNAMIC_TAG in getDynamicTagAsString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp942 #define PPC_DYNAMIC_TAG(name, value) in enumeration() macro
972 #undef PPC_DYNAMIC_TAG in enumeration()
973 #define PPC_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value) in enumeration() macro
975 #undef PPC_DYNAMIC_TAG in enumeration()
976 #define PPC_DYNAMIC_TAG(name, value) in enumeration() macro
999 #undef PPC_DYNAMIC_TAG in enumeration()