Searched refs:PPC64_DYNAMIC_TAG (Results 1 – 4 of 4) sorted by relevance
| /freebsd/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) 239 PPC64_DYNAMIC_TAG(PPC64_GLINK, 0x70000000) // Address of 32 bytes before the 241 PPC64_DYNAMIC_TAG(PPC64_OPT, 0x70000003) // Flags to control optimizations 278 #undef PPC64_DYNAMIC_TAG
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | ELF.cpp | 562 #define PPC64_DYNAMIC_TAG(name, value) DYNAMIC_STRINGIFY_ENUM(name, value) in getDynamicTagAsString() macro 564 #undef PPC64_DYNAMIC_TAG in getDynamicTagAsString() 583 #define PPC64_DYNAMIC_TAG(name, value) in getDynamicTagAsString() macro 594 #undef PPC64_DYNAMIC_TAG in getDynamicTagAsString()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 986 #define PPC64_DYNAMIC_TAG(name, value) in enumeration() macro 1022 #undef PPC64_DYNAMIC_TAG in enumeration() 1023 #define PPC64_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value) in enumeration() macro 1025 #undef PPC64_DYNAMIC_TAG in enumeration() 1026 #define PPC64_DYNAMIC_TAG(name, value) in enumeration() macro 1050 #undef PPC64_DYNAMIC_TAG in enumeration()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 3522 #define PPC64_DYNAMIC_TAG(name, value) DYNAMIC_STRINGIFY_ENUM(name, value) in getDynamicTagAsString() macro 3524 #undef PPC64_DYNAMIC_TAG in getDynamicTagAsString() 3543 #define PPC64_DYNAMIC_TAG(name, value) in getDynamicTagAsString() macro 3556 #undef PPC64_DYNAMIC_TAG in getDynamicTagAsString()
|