Searched refs:thunkSecOff (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1707 uint64_t thunkSecOff = isec->outSecOff; local
1708 if (!target->inBranchRange(type, src, os->addr + thunkSecOff)) {
1709 thunkSecOff = isec->outSecOff + isec->getSize();
1710 if (!target->inBranchRange(type, src, os->addr + thunkSecOff))
1714 return addThunkSection(os, isd, thunkSecOff);

Completed in 50 milliseconds