Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
DWin64EHDumper.h46 uint64_t SectionOffset,
53 uint64_t SectionOffset, const RuntimeFunction &RF);
DWin64EHDumper.cpp283 uint64_t SectionOffset, in printRuntimeFunction() argument
286 printRuntimeFunctionEntry(Ctx, Section, SectionOffset, RF); in printRuntimeFunction()
290 resolveRelocation(Ctx, Section, SectionOffset + 8, XData, Offset); in printRuntimeFunction()
DCOFFDumper.cpp780 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/
DPublicsStream.h50 codeview::FixedStreamArray<SectionOffset> getSectionOffsets() const { in getSectionOffsets()
66 codeview::FixedStreamArray<SectionOffset> SectionOffsets;
DRawTypes.h19 struct SectionOffset { struct
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp542 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/
Ddwarf2reader_test_common.h64 void SectionOffset(T offset) { in SectionOffset() function
83 SectionOffset(abbrev_offset); in Header()
/external/swiftshader/third_party/LLVM/lib/Object/
DMachOObjectFile.cpp129 uint64_t SectionOffset; in getSymbolOffset() local
142 getSectionAddress(Sections[SectionIndex-1], SectionOffset); in getSymbolOffset()
143 Result -= SectionOffset; in getSymbolOffset()
/external/libchrome/sandbox/win/src/
Dnt_internals.h231 IN OUT PLARGE_INTEGER SectionOffset OPTIONAL,
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp37 const SectionOffset &Off) { in printSectionOffset()