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

References

tools/lld/COFF/Chunks.cpp
  193   case IMAGE_REL_ARM_BRANCH20T: applyBranch20T(off, sx - p - 4); break;
  194   case IMAGE_REL_ARM_BRANCH24T: applyBranch24T(off, sx - p - 4); break;
  195   case IMAGE_REL_ARM_BLX23T:    applyBranch24T(off, sx - p - 4); break;
  198   case IMAGE_REL_ARM_REL32:     add32(off, sx - p - 4); break;