Home
last modified time | relevance | path

Searched refs:OffsetInSection (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp244 const RelocOffsetT OffsetInSection = Section->getCurrentSize(); in writeFunctionCode() local
258 OffsetInSection, SymbolSize); in writeFunctionCode()
272 RelSection->addRelocations(OffsetInSection, Asm->fixups(), SymTab); in writeFunctionCode()
539 SizeT OffsetInSection = 0; in writeConstantPool() local
552 OffsetInSection, SymbolSize); in writeConstantPool()
557 OffsetInSection += WriteAmt; in writeConstantPool()
559 Section->setSize(OffsetInSection); in writeConstantPool()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6936 uint32_t OffsetInSection; member
6949 : OffsetInSection(Offset) { in CompactUnwindEntry()
7104 << format("0x%" PRIx32, Entry.OffsetInSection) << ":\n"; in printMachOCompactUnwindSection()
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp7794 uint32_t OffsetInSection; member
7807 : OffsetInSection(Offset) { in CompactUnwindEntry()
7950 << format("0x%" PRIx32, Entry.OffsetInSection) << ":\n"; in printMachOCompactUnwindSection()