Searched refs:GetFileOffset (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBSection.cpp | 149 uint64_t SBSection::GetFileOffset() { in GetFileOffset() function in SBSection 158 return objfile->GetFileOffset() + section_sp->GetFileOffset(); in GetFileOffset()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ObjectFileJIT.cpp | 199 ((uint8_t *)(uintptr_t)section->GetFileOffset()) + section_offset; in ReadSectionData() 211 const void *src = (void *)(uintptr_t)section->GetFileOffset(); in ReadSectionData()
|
| /freebsd-14.2/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBSectionExtensions.i | 26 …file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offs…
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBSection.h | 47 uint64_t GetFileOffset();
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/ |
| H A D | JITLoaderGDB.cpp | 257 lower = symbolfile_addr + section_sp->GetFileOffset(); in updateSectionLoadAddress() 259 section_sp->GetFileOffset()); in updateSectionLoadAddress()
|
| /freebsd-14.2/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 | 194 pos->second->GetFileOffset() != file_offset) in FindCachedArchive()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Section.h | 154 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 507 return CopyData(section->GetFileOffset() + section_offset, in ReadSectionData() 554 return GetData(section->GetFileOffset(), GetSectionDataSize(section), in ReadSectionData()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 265 virtual lldb::addr_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2636 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS64Relocation() 2663 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS32Relocation() 2686 uint8_t *dst = data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF32ABS32RelRelocation() 2758 rel_section->GetFileOffset() + ELFRelocation::RelocOffset32(rel); in ApplyRelocations() 2885 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections() 2886 GetData(symtab->GetFileOffset(), symtab->GetFileSize(), symtab_data) && in RelocateDebugSections() 2887 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 382 section_sp, load_address | section_sp->GetFileOffset())) { in SetLoadAddress()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 90 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 46930 result = (uint64_t)(arg1)->GetFileOffset(); in _wrap_SBSection_GetFileOffset()
|