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

Declarations

tools/lld/COFF/Chunks.h
  670 void applyMOV32T(uint8_t *off, uint32_t v);

References

tools/lld/COFF/Chunks.cpp
  192   case IMAGE_REL_ARM_MOV32T:    applyMOV32T(off, sx + config->imageBase); break;
  692   applyMOV32T(buf, impSymbol->getRVA() + config->imageBase);
  718   applyMOV32T(buf, uint32_t(offset));
tools/lld/COFF/DLL.cpp
  374     applyMOV32T(buf + 0, imp->getRVA() + config->imageBase);
  394     applyMOV32T(buf + 14, desc->getRVA() + config->imageBase);