/freebsd/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/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();
|
/freebsd/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 offset in bytes of this section as an integer.''')
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBSection.h | 47 uint64_t GetFileOffset();
|
/freebsd/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/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 GetObjectAtIndex() 152 lldb::offset_t GetFileOffset() const { return m_file_offset; } GetFileOffset() function
|
H A D | ObjectContainerBSDArchive.cpp | 194 pos->second->GetFileOffset() != file_offset) in Extract()
|
/freebsd/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/contrib/llvm-project/lldb/source/Symbol/ |
H A D | ObjectFile.cpp | 516 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 D | ObjectFile.h | 266 virtual lldb::addr_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2718 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 D | ObjectFileWasm.cpp | 382 section_sp, load_address | section_sp->GetFileOffset())) { in SetLoadAddress()
|
/freebsd/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/lib/clang/liblldb/ |
H A D | LLDBWrapLua.cpp | 49283 result = (uint64_t)(arg1)->GetFileOffset(); in _wrap_SBSection_GetFileOffset()
|