reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
367 if (rel.VirtualAddress >= inputSize) { 372 uint8_t *off = buf + rel.VirtualAddress; 375 dyn_cast_or_null<Defined>(file->getSymbol(rel.SymbolTableIndex)); 389 maybeReportRelocationToDiscarded(this, sym, rel); 396 uint64_t p = rva + rel.VirtualAddress; 399 applyRelX64(off, rel.Type, os, s, p); 402 applyRelX86(off, rel.Type, os, s, p); 405 applyRelARM(off, rel.Type, os, s, p); 408 applyRelARM64(off, rel.Type, os, s, p);