Lines Matching refs:addReloc

898     isec.addReloc({expr, type, offsetInSec, addend, &sym});  in addRelativeReloc()
915 rel.addReloc({type, &gotPlt, sym.getGotPltOffset(), in addPltEntry()
927 mainPart->relaDyn->addReloc({target->gotRel, in.got.get(), off, in addGotEntry()
1125 sec->addReloc({expr, type, offset, addend, &sym}); in processAux()
1191 sec->addReloc({expr, type, offset, addend, &sym}); in processAux()
1228 sec->addReloc({expr, type, offset, addend, &sym}); in processAux()
1250 c.addReloc({expr, type, offset, addend, &sym}); in handleMipsTlsRelocation()
1255 c.addReloc({expr, type, offset, addend, &sym}); in handleMipsTlsRelocation()
1292 c.addReloc({expr, type, offset, addend, &sym}); in handleTlsRelocation()
1324 c.addReloc({target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE), type, in handleTlsRelocation()
1331 c.addReloc({expr, type, offset, addend, &sym}); in handleTlsRelocation()
1339 c.addReloc({expr, type, offset, addend, &sym}); in handleTlsRelocation()
1348 c.addReloc({expr, type, offset, addend, &sym}); in handleTlsRelocation()
1357 c.addReloc({expr, type, offset, addend, &sym}); in handleTlsRelocation()
1369 c.addReloc({target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_IE), type, in handleTlsRelocation()
1372 c.addReloc({target->adjustTlsExpr(type, R_RELAX_TLS_GD_TO_LE), type, in handleTlsRelocation()
1384 c.addReloc({R_RELAX_TLS_IE_TO_LE, type, offset, addend, &sym}); in handleTlsRelocation()
1391 c.addReloc({expr, type, offset, addend, &sym}); in handleTlsRelocation()
1796 mainPart->relaDyn->addReloc( in postScanRelocations()