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

Declarations

tools/lld/COFF/Chunks.h
  671 void applyBranch24T(uint8_t *off, int32_t v);

References

tools/lld/COFF/Chunks.cpp
  194   case IMAGE_REL_ARM_BRANCH24T: applyBranch24T(off, sx - p - 4); break;
  195   case IMAGE_REL_ARM_BLX23T:    applyBranch24T(off, sx - p - 4); break;
tools/lld/COFF/DLL.cpp
  375     applyBranch24T(buf + 8, tailMerge->getRVA() - rva - 12);
  395     applyBranch24T(buf + 22, helper->getRVA() - rva - 26);