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

/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp99 unsigned DataOffset = AccelSection.getU32(&OffsetsOffset); local
100 OS << format(" Hash = 0x%08x Offset = 0x%08x\n", Hash, DataOffset);
101 if (!AccelSection.isValidOffset(DataOffset)) {
105 while (AccelSection.isValidOffsetForDataOfSize(DataOffset, 4)) {
106 unsigned StringOffset = AccelSection.getU32(&DataOffset);
107 RelocAddrMap::const_iterator Reloc = Relocs.find(DataOffset-4);
114 unsigned NumData = AccelSection.getU32(&DataOffset);
120 if (Atom.extractValue(AccelSection, &DataOffset, nullptr))
/external/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h48 int DataOffset : 31; member in struct:llvm::CodeViewDebug::LocalVarDefRange
61 return InMemory != O.InMemory || DataOffset != O.DataOffset ||
H A DCodeViewDebug.cpp714 DR.DataOffset = Offset;
715 assert(DR.DataOffset == Offset && "truncation");
725 DR.DataOffset = 0;
1890 DefRangeRegisterRelSym Sym(DefRange.CVRegister, 0, DefRange.DataOffset, 0,
1899 assert(DefRange.DataOffset == 0 && "unexpected offset into register");
2069 OS.AddComment("DataOffset");
/external/syslinux/gpxe/src/include/gpxe/efi/Pi/
H A DPiFirmwareFile.h182 UINT16 DataOffset; member in struct:__anon24951
/external/ImageMagick/coders/
H A Dwpg.c863 MagickOffsetType DataOffset;
1003 Header.DataOffset=(MagickOffsetType) ReadBlobLSBLong(image);
1027 (void) SeekBlob(image,Header.DataOffset,SEEK_SET);
1038 Header.DataOffset=TellBlob(image)+Rec.RecordLength;
1240 (void) SeekBlob(image,Header.DataOffset,SEEK_SET);
1255 Header.DataOffset=TellBlob(image)+Rec2.RecordLength;
858 MagickOffsetType DataOffset; member in struct:__anon155
/external/swiftshader/third_party/LLVM/tools/macho-dump/
H A Dmacho-dump.cpp320 outs() << " ('dataoff', " << LLC->DataOffset << ")\n"
325 Obj.ReadULEB128s(LLC->DataOffset, Addresses);
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DDebugSupport.h76 UINT32 DataOffset; member in struct:__anon24978
167 UINT64 DataOffset; member in struct:__anon24980
/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h191 void writeLinkeditLoadCommand(uint32_t Type, uint32_t DataOffset,
/external/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachOFormat.h227 uint32_t DataOffset; member in struct:llvm::object::macho::LinkeditDataLoadCommand
/external/llvm/lib/ProfileData/
H A DInstrProfReader.cpp332 ptrdiff_t DataOffset = sizeof(RawInstrProf::Header);
333 ptrdiff_t CountersOffset = DataOffset + DataSizeInBytes;
342 Start + DataOffset);
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h1385 ulittle32_t DataOffset; member in struct:llvm::codeview::DataSym::Hdr
1405 return RecordOffset + offsetof(Hdr, DataOffset);
1418 ulittle32_t DataOffset; member in struct:llvm::codeview::ThreadLocalDataSym::Hdr
1438 return RecordOffset + offsetof(Hdr, DataOffset);
/external/swiftshader/third_party/LLVM/lib/Object/
H A DMachOObject.cpp251 SwapValue(Value.DataOffset);
/external/llvm/lib/DebugInfo/CodeView/
H A DSymbolDumper.cpp285 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(),
286 Data.Header.DataOffset, &LinkageName);
610 ObjDelegate->printRelocatedField("DataOffset", Data.getRelocationOffset(),
611 Data.Header.DataOffset, &LinkageName);
/external/llvm/lib/MC/
H A DMachObjectWriter.cpp390 uint32_t DataOffset,
397 write32(DataOffset);
389 writeLinkeditLoadCommand(uint32_t Type, uint32_t DataOffset, uint32_t DataSize) argument
/external/llvm/include/llvm/Object/
H A DMachO.h391 MachO::data_in_code_entry getDataInCodeTableEntry(uint32_t DataOffset,
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMachODump.cpp251 MachOObj->ReadULEB128s(LLC->DataOffset, FoundFns);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp2242 MachOObjectFile::getDataInCodeTableEntry(uint32_t DataOffset, argument
2244 uint64_t Offset = DataOffset + Index * sizeof(MachO::data_in_code_entry);

Completed in 506 milliseconds