Searched refs:MIPS_DYNAMIC_TAG (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | DynamicTags.def | 19 #ifndef MIPS_DYNAMIC_TAG 20 #define MIPS_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value) 152 MIPS_DYNAMIC_TAG(MIPS_RLD_VERSION, 0x70000001) // 32 bit version number for 154 MIPS_DYNAMIC_TAG(MIPS_TIME_STAMP, 0x70000002) // Time stamp. 155 MIPS_DYNAMIC_TAG(MIPS_ICHECKSUM, 0x70000003) // Checksum of external strings 157 MIPS_DYNAMIC_TAG(MIPS_IVERSION, 0x70000004) // Index of version string 159 MIPS_DYNAMIC_TAG(MIPS_FLAGS, 0x70000005) // 32 bits of flags. 160 MIPS_DYNAMIC_TAG(MIPS_BASE_ADDRESS, 0x70000006) // Base address of the segment. 161 MIPS_DYNAMIC_TAG(MIPS_MSYM, 0x70000007) // Address of .msym section. 162 MIPS_DYNAMIC_TAG(MIPS_CONFLICT, 0x70000008) // Address of .conflict section. [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | ELF.cpp | 544 #define MIPS_DYNAMIC_TAG(name, value) DYNAMIC_STRINGIFY_ENUM(name, value) in getDynamicTagAsString() macro 546 #undef MIPS_DYNAMIC_TAG in getDynamicTagAsString() 578 #define MIPS_DYNAMIC_TAG(name, value) in getDynamicTagAsString() macro 589 #undef MIPS_DYNAMIC_TAG in getDynamicTagAsString()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | ELFYAML.cpp | 958 #define MIPS_DYNAMIC_TAG(name, value) in enumeration() macro 976 #undef MIPS_DYNAMIC_TAG in enumeration() 977 #define MIPS_DYNAMIC_TAG(name, value) DYNAMIC_TAG(name, value) in enumeration() macro 979 #undef MIPS_DYNAMIC_TAG in enumeration() 980 #define MIPS_DYNAMIC_TAG(name, value) in enumeration() macro 1015 #undef MIPS_DYNAMIC_TAG in enumeration()
|