Home
last modified time | relevance | path

Searched refs:GetFileOffset (Results 1 – 14 of 14) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp156 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 DSBSection.i79 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 DObjectFileJIT.cpp240 ((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 DSBSection.h47 uint64_t GetFileOffset();
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp260 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 DObjectContainerBSDArchive.h145 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
H A DObjectContainerBSDArchive.cpp212 pos->second->GetFileOffset() != file_offset) in FindCachedArchive()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h140 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp502 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 DObjectFile.h281 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 DObjectFileWasm.cpp385 section_sp, load_address | section_sp->GetFileOffset())) { in SetLoadAddress()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2616 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 DProcessMinidump.cpp164 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp42879 result = (uint64_t)(arg1)->GetFileOffset(); in _wrap_SBSection_GetFileOffset()