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

Overrides

tools/lld/ELF/Target.h
   80   virtual void relocateOne(uint8_t *loc, RelType type, uint64_t val) const = 0;

Declarations

tools/lld/ELF/Arch/RISCV.cpp
   35   void relocateOne(uint8_t *loc, RelType type, uint64_t val) const override;

References

tools/lld/ELF/Arch/RISCV.cpp
  333       relocateOne(loc, R_RISCV_PCREL_HI20, val);
  334       relocateOne(loc + 4, R_RISCV_PCREL_LO12_I, val);