Home
last modified time | relevance | path

Searched refs:addReloc (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/lld/ELF/
DRelocations.cpp203 mainPart->relaDyn->addReloc( in handleTlsRelocation()
244 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, in.got, in handleTlsRelocation()
282 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, in.got, off, &sym); in handleTlsRelocation()
288 mainPart->relaDyn->addReloc(target->tlsOffsetRel, in.got, offsetOff, in handleTlsRelocation()
306 mainPart->relaDyn->addReloc(target->tlsGotRel, in.got, sym.getGotOffset(), in handleTlsRelocation()
616 mainPart->relaDyn->addReloc(target->copyRel, sec, 0, &ss); in addCopyRelSymbol()
1060 part.relaDyn->addReloc(target->relativeRel, isec, offsetInSec, sym, addend, in addRelativeReloc()
1069 rel->addReloc( in addPltEntry()
1099 mainPart->relaDyn->addReloc( in addGotEntry()
1163 sec.getPartition().relaDyn->addReloc(rel, &sec, offset, &sym, addend, in processRelocAux()
[all …]
DSyntheticSections.cpp989 mainPart->relaDyn->addReloc(target->tlsGotRel, this, offset, s); in build()
997 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, this, offset, s); in build()
1005 mainPart->relaDyn->addReloc(target->tlsModuleIndexRel, this, offset, s); in build()
1011 mainPart->relaDyn->addReloc(target->tlsOffsetRel, this, offset, s); in build()
1023 mainPart->relaDyn->addReloc(target->relativeRel, this, offset, p.first); in build()
1033 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, l.first, in build()
1039 mainPart->relaDyn->addReloc({target->relativeRel, this, offset, true, in build()
1579 void RelocationBaseSection::addReloc(RelType dynType, InputSectionBase *isec, in addReloc() function in RelocationBaseSection
1581 addReloc({dynType, isec, offsetInSec, false, sym, 0}); in addReloc()
1584 void RelocationBaseSection::addReloc(RelType dynType, in addReloc() function in RelocationBaseSection
[all …]
DSyntheticSections.h496 void addReloc(RelType dynType, InputSectionBase *isec, uint64_t offsetInSec,
500 void addReloc(RelType dynType, InputSectionBase *inputSec,
503 void addReloc(const DynamicReloc &reloc);
DThunks.cpp377 mainPart->relaDyn->addReloc( in PPC64PILongBranchThunk()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_target.h109 bool addReloc(RelocEntry::Type, int w, uint32_t data, uint32_t m,
Dnv50_ir_emit_nv50.cpp1724 addReloc(RelocEntry::TYPE_CODE, 0, pos, 0x07fff800, 9); in emitPRERETEmu()
1725 addReloc(RelocEntry::TYPE_CODE, 1, pos, 0x000fc000, -4); in emitPRERETEmu()
1788 addReloc(relocTy, 0, pos, 0x07fff800, 9); in emitFlow()
1789 addReloc(relocTy, 1, pos, 0x000fc000, -4); in emitFlow()
Dnv50_ir_target.cpp404 CodeEmitter::addReloc(RelocEntry::Type ty, int w, uint32_t data, uint32_t m, in addReloc() function in nv50_ir::CodeEmitter
Dnv50_ir_emit_gk110.cpp1554 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xff800000, 23); in emitFlow()
1555 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x007fffff, -9); in emitFlow()
Dnv50_ir_emit_nvc0.cpp1516 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xfc000000, 26); in emitFlow()
1517 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x03ffffff, -6); in emitFlow()
Dnv50_ir_emit_gm107.cpp581 addReloc(RelocEntry::TYPE_BUILTIN, 0, pcAbs, 0xfff00000, 20); in emitCAL()
582 addReloc(RelocEntry::TYPE_BUILTIN, 1, pcAbs, 0x000fffff, -12); in emitCAL()