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

/external/llvm/tools/llvm-readobj/
H A DWin64EHDumper.cpp278 uint64_t SectionOffset,
281 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF);
285 if (error(resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset)))
276 printRuntimeFunction(const Context &Ctx, const coff_section *Section, uint64_t SectionOffset, const RuntimeFunction &RF) argument
/external/llvm/tools/llvm-objdump/
H A DCOFFDump.cpp477 uint64_t SectionOffset,
482 SectionOffset + local
489 SectionOffset + local
496 SectionOffset + local
504 Obj, Rels, SectionOffset +
546 uint64_t SectionOffset = local
548 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels);
475 printRuntimeFunctionRels(const COFFObjectFile *Obj, const RuntimeFunction &RF, uint64_t SectionOffset, const std::vector<RelocationRef> &Rels) argument

Completed in 113 milliseconds