Searched defs:DataOffset (Results 1 - 9 of 9) 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 ||
/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/syslinux/gpxe/src/include/gpxe/efi/Pi/
H A DPiFirmwareFile.h182 UINT16 DataOffset; member in struct:__anon24951
/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/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/swiftshader/third_party/LLVM/include/llvm/Object/
H A DMachOFormat.h227 uint32_t DataOffset; member in struct:llvm::object::macho::LinkeditDataLoadCommand
/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);
/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

Completed in 810 milliseconds