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;
35 void relocateOne(uint8_t *loc, RelType type, uint64_t val) const override;
333 relocateOne(loc, R_RISCV_PCREL_HI20, val); 334 relocateOne(loc + 4, R_RISCV_PCREL_LO12_I, val);