| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSection.cpp | 156 uint64_t SBSection::GetFileOffset() { in GetFileOffset() function in SBSection 157 LLDB_RECORD_METHOD_NO_ARGS(uint64_t, SBSection, GetFileOffset); in GetFileOffset() 165 return objfile->GetFileOffset() + section_sp->GetFileOffset(); in GetFileOffset() 200 objfile->GetFileOffset() + section_sp->GetFileOffset(); in GetSectionData() 314 LLDB_REGISTER_METHOD(uint64_t, SBSection, GetFileOffset, ()); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBSection.i | 79 GetFileOffset (); 136 …file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offs…
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 240 ((uint8_t *)(uintptr_t)section->GetFileOffset()) + section_offset; in ReadSectionData() 252 const void *src = (void *)(uintptr_t)section->GetFileOffset(); in ReadSectionData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBSection.h | 47 uint64_t GetFileOffset();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 260 lower = symbolfile_addr + section_sp->GetFileOffset(); in updateSectionLoadAddress() 262 section_sp->GetFileOffset()); in updateSectionLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.h | 145 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
|
| H A D | ObjectContainerBSDArchive.cpp | 212 pos->second->GetFileOffset() != file_offset) in FindCachedArchive()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Section.h | 140 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 502 return CopyData(section->GetFileOffset() + section_offset, in ReadSectionData() 549 return GetData(section->GetFileOffset(), section->GetFileSize(), in ReadSectionData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 281 virtual lldb::addr_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 385 section_sp, load_address | section_sp->GetFileOffset())) { in SetLoadAddress()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2616 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations() 2643 data_buffer_sp->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations() 2696 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections() 2697 GetData(symtab->GetFileOffset(), symtab->GetFileSize(), symtab_data) && in RelocateDebugSections() 2698 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 164 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 42879 result = (uint64_t)(arg1)->GetFileOffset(); in _wrap_SBSection_GetFileOffset()
|