reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
80 virtual void relocateOne(uint8_t *loc, RelType type, uint64_t val) const = 0;
31 void relocateOne(uint8_t *loc, RelType type, uint64_t val) const override;
143 relocateOne(buf, R_SPARC_22, off); 144 relocateOne(buf + 4, R_SPARC_WDISP19, -(off + 4 - pltEntrySize));