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

References

tools/lld/ELF/Arch/Hexagon.cpp
  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);