Home | History | Annotate | Download | only in Symbol

Lines Matching refs:ObjectFile

1 //===-- ObjectFile.cpp ------------------------------------------*- C++ -*-===//
21 #include "lldb/Symbol/ObjectFile.h"
31 ObjectFile::FindPlugin (const lldb::ModuleSP &module_sp,
43 "ObjectFile::FindPlugin (module = %s, file = %p, file_offset = 0x%8.8" PRIx64 ", file_size = 0x%8.8" PRIx64 ")",
90 if (ObjectFile::SplitArchivePathWithObject (path_with_object, archive_file, archive_object, must_exist))
154 ObjectFile::FindPlugin (const lldb::ModuleSP &module_sp,
164 "ObjectFile::FindPlugin (module = %s, process = %p, header_addr = 0x%" PRIx64 ")",
187 ObjectFile::GetModuleSpecifications (const FileSpec &file,
201 return ObjectFile::GetModuleSpecifications (file, // file spec
212 ObjectFile::GetModuleSpecifications (const lldb_private::FileSpec& file,
222 // Try the ObjectFile plug-ins
238 ObjectFile::ObjectFile (const lldb::ModuleSP &module_sp,
267 log->Printf ("%p ObjectFile::ObjectFile() module = %p (%s), file = %s, file_offset = 0x%8.8" PRIx64 ", size = %" PRIu64,
277 log->Printf ("%p ObjectFile::ObjectFile() module = %p (%s), file = <NULL>, file_offset = 0x%8.8" PRIx64 ", size = %" PRIu64,
288 ObjectFile::ObjectFile (const lldb::ModuleSP &module_sp,
310 log->Printf ("%p ObjectFile::ObjectFile() module = %p (%s), process = %p, header_addr = 0x%" PRIx64,
320 ObjectFile::~ObjectFile()
324 log->Printf ("%p ObjectFile::~ObjectFile ()\n", this);
328 ObjectFile::SetModulesArchitecture (const ArchSpec &new_arch)
337 ObjectFile::GetAddressClass (addr_t file_addr)
433 ObjectFile::ReadMemory (const ProcessSP &process_sp, lldb::addr_t addr, size_t byte_size)
451 ObjectFile::GetData (off_t offset, size_t length, DataExtractor &data) const
459 ObjectFile::CopyData (off_t offset, size_t length, void *dst) const
467 ObjectFile::ReadSectionData (const Section *section, off_t section_offset, void *dst, size_t dst_len) const
469 // If some other objectfile owns this data, pass this to them.
516 ObjectFile::ReadSectionData (const Section *section, DataExtractor& section_data) const
518 // If some other objectfile owns this data, pass this to them.
551 ObjectFile::MemoryMapSectionData (const Section *section, DataExtractor& section_data) const
553 // If some other objectfile owns this data, pass this to them.
572 ObjectFile::SplitArchivePathWithObject (const char *path_with_object, FileSpec &archive_file, ConstString &archive_object, bool must_exist)
594 ObjectFile::ClearSymtab ()
603 log->Printf ("%p ObjectFile::ClearSymtab () symtab = %p",
612 ObjectFile::GetSectionList()