Searched refs:SectionOffset (Results 1 – 10 of 10) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | Win64EHDumper.h | 46 uint64_t SectionOffset, 53 uint64_t SectionOffset, const RuntimeFunction &RF);
|
D | Win64EHDumper.cpp | 283 uint64_t SectionOffset, in printRuntimeFunction() argument 286 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF); in printRuntimeFunction() 290 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
|
D | COFFDumper.cpp | 780 size_t SectionOffset = Data.data() - SectionContents.data(); in printCodeViewSymbolSection() local 781 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection() 819 error(resolveSymbolName(Obj->getCOFFSection(Section), SectionOffset, in printCodeViewSymbolSection()
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | PublicsStream.h | 50 codeview::FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets() 66 codeview::FixedStreamArray<SectionOffset> SectionOffsets;
|
D | RawTypes.h | 19 struct SectionOffset { struct
|
/external/llvm/tools/llvm-objdump/ |
D | COFFDump.cpp | 542 uint64_t SectionOffset, in printRuntimeFunctionRels() argument 547 SectionOffset + in printRuntimeFunctionRels() 554 SectionOffset + in printRuntimeFunctionRels() 561 SectionOffset + in printRuntimeFunctionRels() 569 Obj, Rels, SectionOffset + in printRuntimeFunctionRels() 606 uint64_t SectionOffset = in printCOFFUnwindInfo() local 608 printRuntimeFunctionRels(Obj, RF, SectionOffset, Rels); in printCOFFUnwindInfo()
|
/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()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | MachOObjectFile.cpp | 129 uint64_t SectionOffset; in getSymbolOffset() local 142 getSectionAddress(Sections[SectionIndex-1], SectionOffset); in getSymbolOffset() 143 Result -= SectionOffset; in getSymbolOffset()
|
/external/libchrome/sandbox/win/src/ |
D | nt_internals.h | 231 IN OUT PLARGE_INTEGER SectionOffset OPTIONAL,
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 37 const SectionOffset &Off) { in printSectionOffset()
|