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/Mips.cpp
   39   void relocateOne(uint8_t *loc, RelType type, uint64_t val) const override;

References

tools/lld/ELF/Arch/Mips.cpp
  265       relocateOne(buf, R_MICROMIPS_PC19_S2, gotPlt - plt);
  270       relocateOne(buf, R_MICROMIPS_PC23_S2, gotPlt - plt);
  321       relocateOne(buf, R_MICROMIPS_PC19_S2, gotPltEntryAddr - pltEntryAddr);
  327       relocateOne(buf, R_MICROMIPS_PC23_S2, gotPltEntryAddr - pltEntryAddr);