Searched refs:R_MIPS_NONE (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsELFObjectWriter.cpp | 152 return ELF::R_MIPS_NONE; in getMatchingLoType() 161 return ELF::R_MIPS_NONE; in getMatchingLoType() 226 return ELF::R_MIPS_NONE; in getRelocType() 230 return ELF::R_MIPS_NONE; in getRelocType() 244 return ELF::R_MIPS_NONE; in getRelocType() 293 unsigned Type = (unsigned)ELF::R_MIPS_NONE; in getRelocType() 296 Type = setRType3((unsigned)ELF::R_MIPS_NONE, Type); in getRelocType() 333 unsigned Type = (unsigned)ELF::R_MIPS_NONE; in getRelocType() 340 unsigned Type = (unsigned)ELF::R_MIPS_NONE; in getRelocType() 347 unsigned Type = (unsigned)ELF::R_MIPS_NONE; in getRelocType() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldELFMips.cpp | 128 case ELF::R_MIPS_NONE: in evaluateMIPS64Relocation() 287 if (r_type2 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation() 293 if (r_type3 != ELF::R_MIPS_NONE) { in resolveMIPSN64Relocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/ |
D | Mips.def | 6 ELF_RELOC(R_MIPS_NONE, 0)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/ |
D | Mips.def | 6 ELF_RELOC(R_MIPS_NONE, 0)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 1468 : Type(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType() 1469 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType() 1470 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType() 1564 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping() 1565 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
|
/third_party/musl/porting/linux/user/include/ |
D | elf.h | 1529 #define R_MIPS_NONE 0 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | elf.h | 1521 #define R_MIPS_NONE 0 macro
|
/third_party/musl/include/ |
D | elf.h | 1539 #define R_MIPS_NONE 0 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | elf.h | 1521 #define R_MIPS_NONE 0 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | elf.h | 1521 #define R_MIPS_NONE 0 macro
|
/third_party/elfutils/libelf/ |
D | elf.h | 1880 #define R_MIPS_NONE 0 /* No reloc */ macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 1008 return ELF::R_MIPS_NONE; in getMatchingLoRelocation()
|