Searched refs:DataOffset (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/stats_viewer/
H A Dstats_table.cs209 internal long DataOffset { property in class:StatsViewer.StatsTable
257 long offset = DataOffset;
274 long data_offset = DataOffset;
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp272 outs() << " ('dataoff', " << LLC.DataOffset << ")\n"
277 Obj.ReadULEB128s(LLC.DataOffset, Addresses);
291 outs() << " ('dataoff', " << LLC.DataOffset << ")\n"
298 Obj.getDataInCodeTableEntry(LLC.DataOffset, i);
/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h196 void WriteLinkeditLoadCommand(uint32_t Type, uint32_t DataOffset,
/external/llvm/include/llvm/Object/
H A DMachOFormat.h254 uint32_t DataOffset; member in struct:llvm::object::macho::LinkeditDataLoadCommand
H A DMachO.h190 macho::DataInCodeTableEntry getDataInCodeTableEntry(uint32_t DataOffset,
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp165 SwapValue(C.DataOffset);
1344 DRI.p = reinterpret_cast<uintptr_t>(getPtr(this, DicLC.DataOffset));
1354 unsigned Offset = DicLC.DataOffset + DicLC.DataSize;
1549 MachOObjectFile::getDataInCodeTableEntry(uint32_t DataOffset, argument
1551 uint64_t Offset = DataOffset + Index * sizeof(macho::DataInCodeTableEntry);
1572 Cmd.DataOffset = 0;
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp180 MachOObj->ReadULEB128s(LLC.DataOffset, FoundFns);
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp366 uint32_t DataOffset,
373 Write32(DataOffset);
365 WriteLinkeditLoadCommand(uint32_t Type, uint32_t DataOffset, uint32_t DataSize) argument

Completed in 170 milliseconds