Home
last modified time | relevance | path

Searched refs:R_ARM_NONE (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp88 return ELF::R_ARM_NONE; in GetRelocTypeInner()
151 return ELF::R_ARM_NONE; in GetRelocTypeInner()
153 return ELF::R_ARM_NONE; in GetRelocTypeInner()
173 return ELF::R_ARM_NONE; in GetRelocTypeInner()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ELFRelocs/
DARM.def7 ELF_RELOC(R_ARM_NONE, 0x00)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ELFRelocs/
DARM.def7 ELF_RELOC(R_ARM_NONE, 0x00)
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp435 assert(NewFixup.kind() != llvm::ELF::R_ARM_NONE); in writeDataOfType()
/third_party/musl/porting/linux/user/include/
Delf.h2504 #define R_ARM_NONE 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h2496 #define R_ARM_NONE 0 macro
/third_party/musl/include/
Delf.h2514 #define R_ARM_NONE 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h2496 #define R_ARM_NONE 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h2496 #define R_ARM_NONE 0 macro
/third_party/elfutils/libelf/
Delf.h2928 #define R_ARM_NONE 0 /* No reloc */ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp507 case ELF::R_ARM_NONE: in resolveARMRelocation()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp526 case R_ARM_NONE: in relocateSymbol()