Searched defs:resolveRelocation (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp137 static std::error_code resolveRelocation(const Dumper::Context &Ctx, function
284 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp1073 void RuntimeDyldELF::resolveRelocation(const RelocationEntry &RE, function in class:llvm::RuntimeDyldELF
1076 return resolveRelocation(Section, RE.Offset, Value, RE.RelType, RE.Addend,
1080 void RuntimeDyldELF::resolveRelocation(const SectionEntry &Section, function in class:llvm::RuntimeDyldELF
1247 resolveRelocation(Section, Offset,
1282 resolveRelocation(Section, Offset,
1298 resolveRelocation(
1316 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>(
1483 resolveRelocation(Section, Offset,
1527 resolveRelocation(Section, Offset, reinterpret_cast<uint64_t>(
1572 resolveRelocation(Section
[all...]

Completed in 382 milliseconds