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

Declarations

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.h
  112   void resolveGOTOffsetRelocation(unsigned SectionID, uint64_t Offset,

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp
 1212       resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend,
 1217       resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend,
 1698           resolveGOTOffsetRelocation(SectionID, StubOffset + 2, GOTOffset - 4,
 1719       resolveGOTOffsetRelocation(SectionID, Offset, GOTOffset + Addend,
 1747       resolveGOTOffsetRelocation(SectionID, Offset, Addend, ELF::R_X86_64_PC64);