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

References

tools/lld/ELF/InputSection.cpp
  426     p->setSymbolAndType(in.symTab->getSymbolIndex(&sym), type,
  466         addend = target->getImplicitAddend(bufLoc, type);
  469           target->getRelExpr(type, sym, bufLoc) == R_MIPS_GOTREL) {
  486       else if (config->relocatable && type != target->noneRel)
  487         sec->relocations.push_back({R_ABS, type, rel.r_offset, addend, &sym});