Searched refs:PPC64_DYNAMIC_TAG (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DynamicTags.def | 29 #ifndef PPC64_DYNAMIC_TAG 30 #define PPC64_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value) 230 PPC64_DYNAMIC_TAG(PPC64_GLINK, 0x70000000) // Address of 32 bytes before the 232 PPC64_DYNAMIC_TAG(PPC64_OPT, 0x70000003) // Flags to control optimizations 265 #undef PPC64_DYNAMIC_TAG
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 504 #define PPC64_DYNAMIC_TAG(name, value) DYNAMIC_STRINGIFY_ENUM(name, value) in getDynamicTagAsString() macro 506 #undef PPC64_DYNAMIC_TAG in getDynamicTagAsString() 525 #define PPC64_DYNAMIC_TAG(name, value) in getDynamicTagAsString() macro 536 #undef PPC64_DYNAMIC_TAG in getDynamicTagAsString()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 943 #define PPC64_DYNAMIC_TAG(name, value) in enumeration() macro 979 #undef PPC64_DYNAMIC_TAG in enumeration() 980 #define PPC64_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value) in enumeration() macro 982 #undef PPC64_DYNAMIC_TAG in enumeration() 983 #define PPC64_DYNAMIC_TAG(name, value) in enumeration() macro 1000 #undef PPC64_DYNAMIC_TAG in enumeration()
|