Home
last modified time | relevance | path

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/
DMipsELFObjectWriter.cpp152 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/
DRuntimeDyldELFMips.cpp128 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/
DMips.def6 ELF_RELOC(R_MIPS_NONE, 0)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DMips.def6 ELF_RELOC(R_MIPS_NONE, 0)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1468 : 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/
Delf.h1529 #define R_MIPS_NONE 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h1521 #define R_MIPS_NONE 0 macro
/third_party/musl/include/
Delf.h1539 #define R_MIPS_NONE 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h1521 #define R_MIPS_NONE 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h1521 #define R_MIPS_NONE 0 macro
/third_party/elfutils/libelf/
Delf.h1880 #define R_MIPS_NONE 0 /* No reloc */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp1008 return ELF::R_MIPS_NONE; in getMatchingLoRelocation()