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();
/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.cpp194 pos->second->GetFileOffset() != file_offset) in Extract()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DSection.h154 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp516 return CopyData(section->GetFileOffset() + section_offset, in ReadSectionData()
563 return GetData(section->GetFileOffset(), GetSectionDataSize(section), in ReadSectionData()
/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h266 virtual lldb::addr_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2718 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS64Relocation()
2745 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS32Relocation()
2768 uint8_t *dst = data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF32ABS32RelRelocation()
2840 rel_section->GetFileOffset() + ELFRelocation::RelocOffset32(rel); in ApplyRelocations()
2967 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections()
2968 GetData(symtab->GetFileOffset(), symtab->GetFileSize(), symtab_data) && in RelocateDebugSections()
2969 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/wasm/
H A DObjectFileWasm.cpp382 section_sp, load_address | section_sp->GetFileOffset())) { in SetLoadAddress()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/minidump/
H A DProcessMinidump.cpp90 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp49283 result = (uint64_t)(arg1)->GetFileOffset(); in _wrap_SBSection_GetFileOffset()