Lines Matching refs:relocations

878     isec.relocations.push_back({expr, type, offsetInSec, addend, &sym});  in addRelativeReloc()
911 in.got->relocations.push_back({R_ABS, target->symbolicRel, off, 0, &sym}); in addGotEntry()
920 in.got->relocations.push_back({R_TPREL, target->symbolicRel, off, 0, &sym}); in addTpOffsetGotEntry()
1044 sec.relocations.push_back({expr, type, offset, addend, &sym}); in processAux()
1100 sec.relocations.push_back({expr, type, offset, addend, &sym}); in processAux()
1138 sec.relocations.push_back({expr, type, offset, addend, &sym}); in processAux()
1160 c.relocations.push_back({expr, type, offset, addend, &sym}); in handleMipsTlsRelocation()
1165 c.relocations.push_back({expr, type, offset, addend, &sym}); in handleMipsTlsRelocation()
1192 c.relocations.push_back({expr, type, offset, addend, &sym}); in handleTlsRelocation()
1222 c.relocations.push_back( in handleTlsRelocation()
1230 c.relocations.push_back({expr, type, offset, addend, &sym}); in handleTlsRelocation()
1238 c.relocations.push_back({expr, type, offset, addend, &sym}); in handleTlsRelocation()
1246 c.relocations.push_back({expr, type, offset, addend, &sym}); in handleTlsRelocation()
1254 c.relocations.push_back({expr, type, offset, addend, &sym}); in handleTlsRelocation()
1262 c.relocations.push_back( in handleTlsRelocation()
1266 c.relocations.push_back( in handleTlsRelocation()
1278 c.relocations.push_back( in handleTlsRelocation()
1286 c.relocations.push_back({expr, type, offset, addend, &sym}); in handleTlsRelocation()
1486 sec.relocations.reserve(rels.size()); in scan()
1506 llvm::stable_sort(sec.relocations, in scan()
1651 in.got->relocations.push_back( in postScanRelocations()
1664 in.got->relocations.push_back( in postScanRelocations()
1674 in.got->relocations.push_back( in postScanRelocations()
1688 in.got->relocations.push_back( in postScanRelocations()
2138 for (Relocation &rel : isec->relocations) { in createThunks()
2198 for (Relocation &rel : isec->relocations) in hexagonNeedsTLSSymbol()
2215 for (Relocation &rel : isec->relocations) in hexagonTLSSymbolUpdate()