HomeSort by relevance Sort by last modified time
    Searched refs:resolveRelocation (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 34 void resolveRelocation(const SectionEntry &Section, uint64_t Offset,
110 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
RuntimeDyldMachO.h 97 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override;
RuntimeDyldELF.cpp     [all...]
RuntimeDyldImpl.h 323 virtual void resolveRelocation(const RelocationEntry &RE, uint64_t Value) = 0;
RuntimeDyldMachO.cpp 262 void RuntimeDyldMachO::resolveRelocation(const RelocationEntry &RE,
269 dbgs() << "resolveRelocation Section: " << RE.SectionID
307 Value -= FinalAddress + 4; // see MachOX86_64::resolveRelocation.
341 Value -= FinalAddress + 4; // see MachOX86_64::resolveRelocation.
770 resolveRelocation(TargetRE, (uint64_t)Addr);
795 resolveRelocation(TargetRE, (uint64_t)Addr);
RuntimeDyld.cpp 622 resolveRelocation(RE, Value);
  /external/llvm/tools/llvm-readobj/
Win64EHDumper.cpp 137 static std::error_code resolveRelocation(const Dumper::Context &Ctx,
285 if (error(resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset)))

Completed in 742 milliseconds