Home
last modified time | relevance | path

Searched refs:R_ABS (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/lld/ELF/Arch/
DMSP430.cpp59 return R_ABS; in getRelExpr()
DAMDGPU.cpp88 return R_ABS; in getRelExpr()
DARM.cpp113 return config->target1Rel ? R_PC : R_ABS; in getRelExpr()
118 return R_ABS; in getRelExpr()
161 return R_ABS; in getRelExpr()
DAVR.cpp62 return R_ABS; in getRelExpr()
DSPARCV9.cpp65 return R_ABS; in getRelExpr()
DHexagon.cpp108 return R_ABS; in getRelExpr()
DPPC.cpp226 return R_ABS; in getRelExpr()
DX86.cpp91 return R_ABS; in getRelExpr()
DRISCV.cpp200 return R_ABS; in getRelExpr()
DAArch64.cpp103 return R_ABS; in getRelExpr()
DMips.cpp142 return R_ABS; in getRelExpr()
DX86_64.cpp322 return R_ABS; in getRelExpr()
DPPC64.cpp959 return R_ABS; in getRelExpr()
/external/llvm-project/lld/ELF/
DRelocations.h33 R_ABS, enumerator
DRelocations.cpp265 {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()
DInputSection.cpp495 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()
DSyntheticSections.cpp725 else if (sym.isPreemptible && expr == R_ABS) in addEntry()
/external/llvm/include/llvm/Support/
DMachO.h388 R_ABS = 0, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h388 R_ABS = 0, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMachO.h391 R_ABS = 0, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMachO.h385 R_ABS = 0, enumerator
/external/llvm/lib/Object/
DMachOObjectFile.cpp2054 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
/external/llvm-project/llvm/lib/Object/
DMachOObjectFile.cpp4254 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOObjectFile.cpp4245 if (SecNum == MachO::R_ABS || SecNum > Sections.size()) in getAnyRelocationSection()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp1006 if (r_symbolnum == MachO::R_ABS) in PrintRelocationEntries()