reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lld/ELF/Relocations.cpp
 1665         if (isdEnd - isdBegin > thunkSectionSpacing * 2)
 1666           lastThunkLowerBound = isdEnd - thunkSectionSpacing;
 1670         uint32_t thunkUpperBound = isdBegin + thunkSectionSpacing;
 1676             thunkUpperBound = prevIsecLimit + thunkSectionSpacing;