Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBSection.cpp149 uint64_t SBSection::GetFileOffset() { in GetFileOffset() function in SBSection
158 return objfile->GetFileOffset() + section_sp->GetFileOffset(); in GetFileOffset()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DObjectFileJIT.cpp199 ((uint8_t *)(uintptr_t)section->GetFileOffset()) + section_offset; in ReadSectionData()
211 const void *src = (void *)(uintptr_t)section->GetFileOffset(); in ReadSectionData()
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBSectionExtensions.i26 file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offset in bytes of this section as an integer.''')
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBSection.h47 uint64_t GetFileOffset();
/freebsd/contrib/llvm-project/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp257 lower = symbolfile_addr + section_sp->GetFileOffset(); in updateSectionLoadAddress()
259 section_sp->GetFileOffset()); in updateSectionLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.h145 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetObjectAtIndex()
152 lldb::offset_t GetFileOffset() const { return m_file_offset; } GetFileOffset() function
H A DObjectContainerBSDArchive.cpp196 pos->second->GetFileOffset() != file_offset) in FindCachedArchive()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h170 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp519 return CopyData(section->GetFileOffset() + section_offset, in ReadSectionData()
566 return GetData(section->GetFileOffset(), GetSectionDataSize(section), in ReadSectionData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h272 virtual lldb::addr_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp352 section_sp, load_address | section_sp->GetFileOffset())) { in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2682 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS64Relocation()
2709 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS32Relocation()
2732 uint8_t *dst = data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF32ABS32RelRelocation()
2804 rel_section->GetFileOffset() + ELFRelocation::RelocOffset32(rel); in ApplyRelocations()
2931 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections()
2932 GetData(symtab->GetFileOffset(), symtab->GetFileSize(), symtab_data) && in RelocateDebugSections()
2933 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp93 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp50411 result = (uint64_t)(arg1)->GetFileOffset(); in _wrap_SBSection_GetFileOffset()