/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 62 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType, in getARMFixupKindMachOInfo() 332 unsigned RelocType, in requiresExternRelocation() 383 unsigned RelocType = MachO::ARM_RELOC_VANILLA; in recordRelocation() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 62 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType, in getARMFixupKindMachOInfo() 332 unsigned RelocType, in requiresExternRelocation() 383 unsigned RelocType = MachO::ARM_RELOC_VANILLA; in recordRelocation() local
|
/aosp_15_r20/external/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 61 static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &RelocType, in getARMFixupKindMachOInfo() 313 unsigned RelocType, in requiresExternRelocation() 356 unsigned RelocType = MachO::ARM_RELOC_VANILLA; in recordRelocation() local
|
/aosp_15_r20/external/llvm/include/llvm/Object/ |
H A D | RelocVisitor.h | 69 RelocToApply visitELF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitELF() 212 RelocToApply visitCOFF(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitCOFF() 235 RelocToApply visitMachO(uint32_t RelocType, RelocationRef R, uint64_t Value) { in visitMachO()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loong64/ |
D | asm.go | 229 func isRequestingLowPageBits(t objabi.RelocType) bool { 244 func calculatePCAlignedReloc(t objabi.RelocType, tgt int64, pc int64) int64 {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/sym/ |
D | reloc.go | 33 func RelocName(arch *sys.Arch, r objabi.RelocType) string {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/pkgbits/ |
D | reloc.go | 35 RelocType const
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/loader/ |
D | loader_test.go | 238 func mkReloc(l *Loader, typ objabi.RelocType, off int32, siz uint8, add int64, sym Sym) Reloc {
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 52 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, in getAArch64FixupKindMachOInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 52 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, in getAArch64FixupKindMachOInfo()
|
/aosp_15_r20/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 44 const MCFixup &Fixup, unsigned &RelocType, const MCSymbolRefExpr *Sym, in getAArch64FixupKindMachOInfo()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/link/internal/mips/ |
D | asm.go | 79 func applyrel(arch *sys.Arch, ldr *loader.Loader, rt objabi.RelocType, off int32, s loader.Sym, val…
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
D | data.go | 115 … *LSym) writeAddr(ctxt *Link, off int64, siz int, rsym *LSym, roff int64, rtype objabi.RelocType) {
|
/aosp_15_r20/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOARM.h | 236 uint32_t RelocType = MachO.getAnyRelocationType(RE); in processHALFSECTDIFFRelocation() local
|
H A D | RuntimeDyldMachOI386.h | 153 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOI386.h | 154 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation() local
|
H A D | RuntimeDyldMachOAArch64.h | 519 static const char *getRelocName(uint32_t RelocType) { in getRelocName()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOI386.h | 155 uint32_t RelocType = Obj.getAnyRelocationType(RE); in processSECTDIFFRelocation() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/ |
D | FunctionLoweringInfo.h | 101 enum RelocType { enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | FunctionLoweringInfo.h | 96 enum RelocType { enum
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/ |
D | FunctionLoweringInfo.h | 101 enum RelocType { enum
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/ |
D | FunctionLoweringInfo.h | 101 enum RelocType { enum
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMachObjectWriter.cpp | 307 const unsigned RelocType = getRelocType(Target, FK, IsPCRel); in RecordPPCRelocation() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/ |
D | FunctionLoweringInfo.h | 101 enum RelocType { enum
|
/aosp_15_r20/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
H A D | PPCMachObjectWriter.cpp | 308 const unsigned RelocType = getRelocType(Target, FK, IsPCRel); in RecordPPCRelocation() local
|