Searched refs:HEXAGON_DYNAMIC_TAG (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DynamicTags.def | 14 #ifndef HEXAGON_DYNAMIC_TAG 15 #define HEXAGON_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value) 146 HEXAGON_DYNAMIC_TAG(HEXAGON_SYMSZ, 0x70000000) 147 HEXAGON_DYNAMIC_TAG(HEXAGON_VER, 0x70000001) 148 HEXAGON_DYNAMIC_TAG(HEXAGON_PLT, 0x70000002) 261 #undef HEXAGON_DYNAMIC_TAG
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 536 #define HEXAGON_DYNAMIC_TAG(name, value) DYNAMIC_STRINGIFY_ENUM(name, value) in getDynamicTagAsString() macro 538 #undef HEXAGON_DYNAMIC_TAG in getDynamicTagAsString() 579 #define HEXAGON_DYNAMIC_TAG(name, value) in getDynamicTagAsString() macro 590 #undef HEXAGON_DYNAMIC_TAG in getDynamicTagAsString()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 959 #define HEXAGON_DYNAMIC_TAG(name, value) in enumeration() macro 983 #undef HEXAGON_DYNAMIC_TAG in enumeration() 984 #define HEXAGON_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value) in enumeration() macro 986 #undef HEXAGON_DYNAMIC_TAG in enumeration() 987 #define HEXAGON_DYNAMIC_TAG(name, value) in enumeration() macro 1016 #undef HEXAGON_DYNAMIC_TAG in enumeration()
|