Home
last modified time | relevance | path

Searched refs:SectionOffset (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp474 uint64_t SectionOffset, in printRuntimeFunctionRels() argument
479 SectionOffset + in printRuntimeFunctionRels()
486 SectionOffset + in printRuntimeFunctionRels()
493 SectionOffset + in printRuntimeFunctionRels()
501 Obj, Rels, SectionOffset + in printRuntimeFunctionRels()
539 uint64_t SectionOffset = in printCOFFUnwindInfo() local
541 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels); in printCOFFUnwindInfo()
/external/llvm/tools/llvm-readobj/
DWin64EHDumper.h46 uint64_t SectionOffset,
53 uint64_t SectionOffset, const RuntimeFunction &RF);
DWin64EHDumper.cpp278 uint64_t SectionOffset, in printRuntimeFunction() argument
281 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF); in printRuntimeFunction()
285 if (error(resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset))) in printRuntimeFunction()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_test_common.h64 void SectionOffset(T offset) { in SectionOffset() function
83 SectionOffset(abbrev_offset); in Header()