Searched defs:data_offset (Results 26 - 38 of 38) sorted by relevance

12

/external/lldb/source/Core/
H A DModule.cpp1103 lldb::offset_t data_offset = 0; local
1113 data_offset);
H A DValueObject.cpp1780 lldb::offset_t data_offset = 0; local
1781 address = m_data.GetPointer(&data_offset);
/external/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp179 lldb::offset_t data_offset,
187 data_offset = 0;
190 if (data_sp && data_sp->GetByteSize() > (llvm::ELF::EI_NIDENT + data_offset))
192 const uint8_t *magic = data_sp->GetBytes() + data_offset;
198 data_offset = 0;
204 std::unique_ptr<ObjectFileELF> objfile_ap(new ObjectFileELF(module_sp, data_sp, data_offset, file, file_offset, length));
227 lldb::addr_t data_offset,
230 if (data_sp && data_sp->GetByteSize() > (llvm::ELF::EI_NIDENT + data_offset))
232 const uint8_t *magic = data_sp->GetBytes() + data_offset;
305 lldb::offset_t data_offset,
177 CreateInstance(const lldb::ModuleSP &module_sp, DataBufferSP &data_sp, lldb::offset_t data_offset, const lldb_private::FileSpec* file, lldb::offset_t file_offset, lldb::offset_t length) argument
226 MagicBytesMatch(DataBufferSP& data_sp, lldb::addr_t data_offset, lldb::addr_t data_length) argument
303 GetModuleSpecifications(const lldb_private::FileSpec& file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, lldb_private::ModuleSpecList &specs) argument
395 ObjectFileELF(const lldb::ModuleSP &module_sp, DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec* file, lldb::offset_t file_offset, lldb::offset_t length) argument
[all...]
/external/lldb/source/Plugins/ObjectFile/PECOFF/
H A DObjectFilePECOFF.cpp153 lldb::offset_t data_offset,
161 data_offset = 0;
169 std::unique_ptr<ObjectFile> objfile_ap(new ObjectFilePECOFF (module_sp, data_sp, data_offset, file, file_offset, length));
188 lldb::offset_t data_offset,
209 lldb::offset_t data_offset,
213 ObjectFile (module_sp, file, file_offset, length, data_sp, data_offset),
401 m_coff_header_opt.data_offset = m_data.GetU32(offset_ptr);
404 m_coff_header_opt.data_offset = 0;
864 s->Printf (" data_offset = 0x%8.8x\n", header.data_offset);
151 CreateInstance(const lldb::ModuleSP &module_sp, DataBufferSP& data_sp, lldb::offset_t data_offset, const lldb_private::FileSpec* file, lldb::offset_t file_offset, lldb::offset_t length) argument
186 GetModuleSpecifications(const lldb_private::FileSpec& file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, lldb_private::ModuleSpecList &specs) argument
207 ObjectFilePECOFF(const lldb::ModuleSP &module_sp, DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec* file, lldb::offset_t file_offset, lldb::offset_t length) argument
[all...]
/external/lldb/tools/debugserver/source/
H A DDNB.cpp1477 DNBDataRef::offset_t data_offset = 0; local
1480 uint32_t u32 = data.GetMax32(&data_offset, byte_size);
1486 uint64_t u64 = data.GetMax64(&data_offset, byte_size);
/external/pdfium/third_party/freetype/include/
H A Dt1tables.h419 FT_ULong data_offset; member in struct:CID_FaceInfoRec_
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp455 lldb::offset_t data_offset,
463 data_offset = 0;
466 if (ObjectFileMachO::MagicBytesMatch(data_sp, data_offset, length))
472 data_offset = 0;
474 std::unique_ptr<ObjectFile> objfile_ap(new ObjectFileMachO (module_sp, data_sp, data_offset, file, file_offset, length));
499 lldb::offset_t data_offset,
511 if (ParseHeader (data, &data_offset, header))
517 data_offset = MachHeaderSizeFromMagic(header.magic);
528 GetUUID (header, data, data_offset, spec.GetUUID());
576 lldb::addr_t data_offset,
453 CreateInstance(const lldb::ModuleSP &module_sp, DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec* file, lldb::offset_t file_offset, lldb::offset_t length) argument
497 GetModuleSpecifications(const lldb_private::FileSpec& file, lldb::DataBufferSP& data_sp, lldb::offset_t data_offset, lldb::offset_t file_offset, lldb::offset_t length, lldb_private::ModuleSpecList &specs) argument
575 MagicBytesMatch(DataBufferSP& data_sp, lldb::addr_t data_offset, lldb::addr_t data_length) argument
587 ObjectFileMachO(const lldb::ModuleSP &module_sp, DataBufferSP& data_sp, lldb::offset_t data_offset, const FileSpec* file, lldb::offset_t file_offset, lldb::offset_t length) argument
[all...]
/external/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2972 lldb::offset_t data_offset = 0; local
2973 if (data.GetU16(&data_offset, &dispatch_queue_offsets.dqo_version, sizeof(dispatch_queue_offsets)/sizeof(uint16_t)))
2977 data_offset = 0;
2978 lldb::addr_t queue_addr = data.GetAddress(&data_offset);
2986 data_offset = 0;
2987 lldb::addr_t label_addr = data.GetAddress(&data_offset);
/external/kernel-headers/original/uapi/linux/
H A Dkvm.h227 __u64 data_offset; /* relative to kvm_run start */ member in struct:kvm_run::__anon6945::__anon6949
H A Dvideodev2.h632 * @data_offset: offset in the plane to the start of data; usually 0,
648 __u32 data_offset; member in struct:v4l2_plane
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp7289 uint32_t data_offset = attributes.DIEOffsetAtIndex(i); local
7291 location.CopyOpcodeData(debug_info_data, data_offset, data_length);
7299 uint32_t data_offset = attributes.DIEOffsetAtIndex(i); local
7301 location.CopyOpcodeData(debug_info_data, data_offset, data_length);
/external/valgrind/include/vki/
H A Dvki-linux.h3810 __vki_u32 data_offset; member in struct:vki_v4l2_plane
/external/valgrind/perf/
H A Dtinycc.c2198 unsigned long data_offset; /* current data offset */
6020 func_bound_offset = lbounds_section->data_offset;
6030 if (do_bounds_check && func_bound_offset != lbounds_section->data_offset) {
6041 func_bound_offset, lbounds_section->data_offset);
6519 vtop->c.ul = (cur_text_section->reloc->data_offset - sizeof(Elf32_Rel));
6876 sec->data_offset. */
6881 offset = sec->data_offset;
6885 sec->data_offset = offset1;
10457 offset = (data_section->data_offset + align - 1) & -align;
10458 data_section->data_offset
2196 unsigned long data_offset; /* current data offset */ member in struct:Section
14279 int size, align, addr, data_offset; local
[all...]

Completed in 1635 milliseconds

12