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;
34 void relocateOne(uint8_t *loc, RelType type, uint64_t val) const override;
301 relocateOne(buf, R_HEX_B32_PCREL_X, off); 302 relocateOne(buf + 4, R_HEX_6_PCREL_X, off); 316 relocateOne(buf, R_HEX_B32_PCREL_X, gotPltEntryAddr - pltEntryAddr); 317 relocateOne(buf + 4, R_HEX_6_PCREL_X, gotPltEntryAddr - pltEntryAddr);