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});
 1043   bool canWrite = (sec.flags & SHF_WRITE) || !config->zText;
 1047       addRelativeReloc(&sec, offset, &sym, addend, expr, type);
 1052       sec.getPartition().relaDyn->addReloc(rel, &sec, offset, &sym, addend,
 1052       sec.getPartition().relaDyn->addReloc(rel, &sec, offset, &sym, addend,
 1071         in.mipsGot->addEntry(*sec.file, sym, addend, expr);
 1081                   getLocation(sec, sym, offset));
 1092                 getLocation(sec, sym, offset));
 1095       sec.relocations.push_back({expr, type, offset, addend, &sym});
 1130                     getLocation(sec, sym, offset));
 1138       sec.relocations.push_back({expr, type, offset, addend, &sym});
 1151           getLocation(sec, sym, offset));
 1156           "; recompile with -fPIC" + getLocation(sec, sym, offset));
 1161               getLocation(sec, sym, offset));