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

References

tools/lld/ELF/Relocations.cpp
 1037   if (isStaticLinkTimeConstant(expr, type, sym, sec, offset) ||
 1039     sec.relocations.push_back({expr, type, offset, addend, &sym});
 1045     RelType rel = target->getDynRel(type);
 1047       addRelativeReloc(&sec, offset, &sym, addend, expr, type);
 1053                                            R_ADDEND, type);
 1089           error("unresolvable relocation " + toString(type) +
 1095       sec.relocations.push_back({expr, type, offset, addend, &sym});
 1138       sec.relocations.push_back({expr, type, offset, addend, &sym});
 1146           "can't create dynamic relocation " + toString(type) + " against " +
 1154           "relocation " + toString(type) + " cannot be used against " +