Searched refs:MIPS_DYNAMIC_TAG (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
| D | DynamicTags.def | 19 #ifndef MIPS_DYNAMIC_TAG 20 #define MIPS_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value) 137 MIPS_DYNAMIC_TAG(MIPS_RLD_VERSION, 0x70000001) // 32 bit version number for 139 MIPS_DYNAMIC_TAG(MIPS_TIME_STAMP, 0x70000002) // Time stamp. 140 MIPS_DYNAMIC_TAG(MIPS_ICHECKSUM, 0x70000003) // Checksum of external strings 142 MIPS_DYNAMIC_TAG(MIPS_IVERSION, 0x70000004) // Index of version string 144 MIPS_DYNAMIC_TAG(MIPS_FLAGS, 0x70000005) // 32 bits of flags. 145 MIPS_DYNAMIC_TAG(MIPS_BASE_ADDRESS, 0x70000006) // Base address of the segment. 146 MIPS_DYNAMIC_TAG(MIPS_MSYM, 0x70000007) // Address of .msym section. 147 MIPS_DYNAMIC_TAG(MIPS_CONFLICT, 0x70000008) // Address of .conflict section. [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Object/ |
| D | ELF.cpp | 480 #define MIPS_DYNAMIC_TAG(name, value) DYNAMIC_STRINGIFY_ENUM(name, value) in getDynamicTagAsString() macro 482 #undef MIPS_DYNAMIC_TAG in getDynamicTagAsString() 514 #define MIPS_DYNAMIC_TAG(name, value) in getDynamicTagAsString() macro 525 #undef MIPS_DYNAMIC_TAG in getDynamicTagAsString()
|
| /openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/ |
| D | ELFYAML.cpp | 924 #define MIPS_DYNAMIC_TAG(name, value) in enumeration() macro 942 #undef MIPS_DYNAMIC_TAG in enumeration() 943 #define MIPS_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value) in enumeration() macro 945 #undef MIPS_DYNAMIC_TAG in enumeration() 946 #define MIPS_DYNAMIC_TAG(name, value) in enumeration() macro 981 #undef MIPS_DYNAMIC_TAG in enumeration()
|