Searched refs:object_offset (Results 1 – 8 of 8) sorted by relevance
| /freebsd-src/contrib/llvm-project/lldb/source/API/ |
| H A D | SBModuleSpec.cpp | 159 void SBModuleSpec::SetObjectOffset(uint64_t object_offset) { in SetObjectOffset() argument 160 LLDB_INSTRUMENT_VA(this, object_offset); in SetObjectOffset() 162 m_opaque_up->SetObjectOffset(object_offset); in SetObjectOffset()
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBModuleSpec.h | 82 void SetObjectOffset(uint64_t object_offset);
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | ModuleSpec.h | 109 void SetObjectOffset(uint64_t object_offset) { in SetObjectOffset() argument 110 m_object_offset = object_offset; in SetObjectOffset()
|
| H A D | Module.h | 127 ConstString object_name = ConstString(), lldb::offset_t object_offset = 0,
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
| H A D | SymbolFileCTF.cpp | 884 lldb::offset_t object_offset = m_body_offset + m_header->objtoff; in ParseObjects() 889 while (object_offset < object_offset_end) { in ParseObjects() 890 const uint32_t type_uid = m_data.GetU32(&object_offset); in ParseObjects() 882 lldb::offset_t object_offset = m_body_offset + m_header->objtoff; ParseObjects() local
|
| /freebsd-src/contrib/llvm-project/lldb/source/Core/ |
| H A D | Module.cpp | 236 ConstString object_name, lldb::offset_t object_offset, in Module() argument 240 m_object_offset(object_offset), m_object_mod_time(object_mod_time), in Module()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | SymbolFileDWARFDebugMap.cpp | 178 ConstString object_name, off_t object_offset, in DebugMapModule() 180 : Module(file_spec, arch, object_name, object_offset, object_mod_time), in DebugMapModule() 177 DebugMapModule(const ModuleSP & exe_module_sp,uint32_t cu_idx,const FileSpec & file_spec,const ArchSpec & arch,ConstString object_name,off_t object_offset,const llvm::sys::TimePoint<> object_mod_time) DebugMapModule() argument
|
| /freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 3233 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer() local 3237 if (object_offset < object_size) { in GuessCstringPointer() 3238 const char *name = object_addr + object_offset; in GuessCstringPointer() 3254 uint64_t object_offset = Sec.offset + sect_offset; in GuessCstringPointer() local 3258 if (object_offset < object_size) { in GuessCstringPointer() 3259 const char *name = object_addr + object_offset; in GuessCstringPointer() 3443 uint64_t object_offset = Sec.offset + sect_offset; in GuessPointerPointer() local 3447 if (object_offset < object_size) { in GuessPointerPointer() 3449 memcpy(&pointer_value, object_addr + object_offset, in GuessPointerPointer() 3461 memcpy(&pointer_value, object_addr + object_offset in GuessPointerPointer() [all...] |