Searched refs:SectionOffset (Results 1 – 4 of 4) sorted by relevance
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 474 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/ |
D | Win64EHDumper.h | 46 uint64_t SectionOffset, 53 uint64_t SectionOffset, const RuntimeFunction &RF);
|
D | Win64EHDumper.cpp | 278 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/ |
D | dwarf2reader_test_common.h | 64 void SectionOffset(T offset) { in SectionOffset() function 83 SectionOffset(abbrev_offset); in Header()
|