/external/llvm-project/lld/ELF/Arch/ |
D | MSP430.cpp | 59 return R_ABS; in getRelExpr()
|
D | AMDGPU.cpp | 88 return R_ABS; in getRelExpr()
|
D | ARM.cpp | 113 return config->target1Rel ? R_PC : R_ABS; in getRelExpr() 118 return R_ABS; in getRelExpr() 161 return R_ABS; in getRelExpr()
|
D | AVR.cpp | 62 return R_ABS; in getRelExpr()
|
D | SPARCV9.cpp | 65 return R_ABS; in getRelExpr()
|
D | Hexagon.cpp | 108 return R_ABS; in getRelExpr()
|
D | PPC.cpp | 226 return R_ABS; in getRelExpr()
|
D | X86.cpp | 91 return R_ABS; in getRelExpr()
|
D | RISCV.cpp | 200 return R_ABS; in getRelExpr()
|
D | AArch64.cpp | 103 return R_ABS; in getRelExpr()
|
D | Mips.cpp | 142 return R_ABS; in getRelExpr()
|
D | X86_64.cpp | 322 return R_ABS; in getRelExpr()
|
D | PPC64.cpp | 959 return R_ABS; in getRelExpr()
|
/external/llvm-project/lld/ELF/ |
D | Relocations.h | 33 R_ABS, enumerator
|
D | Relocations.cpp | 265 {R_ABS, target->tlsOffsetRel, off, 0, &sym}); in handleTlsRelocation() 292 {R_ABS, target->tlsOffsetRel, offsetOff, 0, &sym}); in handleTlsRelocation() 465 case R_ABS: in toPlt() 482 return R_ABS; in fromPlt() 1076 RelExpr expr = sym.isTls() ? R_TLS : R_ABS; in addGotEntry() 1096 addRelativeReloc(in.got, off, &sym, 0, R_ABS, target->symbolicRel); in addGotEntry() 1101 sym.isPreemptible ? R_ADDEND : R_ABS, target->symbolicRel); in addGotEntry()
|
D | InputSection.cpp | 495 sec->relocations.push_back({R_ABS, type, rel.r_offset, addend, &sym}); in copyRelocations() 676 case R_ABS: in getRelocTargetVA() 902 if (expr != R_ABS && expr != R_DTPREL && expr != R_RISCV_ADD) { in relocateNonAlloc() 979 assert(rel.expr == R_ABS); in relocateNonAllocForRelocatable()
|
D | SyntheticSections.cpp | 725 else if (sym.isPreemptible && expr == R_ABS) in addEntry()
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 388 R_ABS = 0, enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | MachO.h | 388 R_ABS = 0, enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 391 R_ABS = 0, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | MachO.h | 385 R_ABS = 0, enumerator
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 2054 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
|
/external/llvm-project/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 4254 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 4245 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
|
/external/llvm-project/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 1006 if (r_symbolnum == MachO::R_ABS) in PrintRelocationEntries()
|