| /llvm-project-15.0.7/lldb/test/API/functionalities/gdb_remote_client/ |
| H A D | TestWasm.py | 113 …self.assertEquals(load_address | code_section.GetFileOffset(), code_section.GetLoadAddress(target)) 117 …self.assertEquals(load_address | debug_info_section.GetFileOffset(), debug_info_section.GetLoadAdd… 121 …self.assertEquals(load_address | debug_abbrev_section.GetFileOffset(), debug_abbrev_section.GetLoa… 125 …self.assertEquals(load_address | debug_line_section.GetFileOffset(), debug_line_section.GetLoadAdd… 129 …self.assertEquals(load_address | debug_line_section.GetFileOffset(), debug_line_section.GetLoadAdd… 165 …self.assertEquals(load_address | code_section.GetFileOffset(), code_section.GetLoadAddress(target)) 209 …self.assertEquals(load_address | code_section.GetFileOffset(), code_section.GetLoadAddress(target))
|
| /llvm-project-15.0.7/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() 192 objfile->GetFileOffset() + section_sp->GetFileOffset(); in GetSectionData()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBSection.i | 79 GetFileOffset (); 139 …file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offs…
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_section.py | 16 obj.GetFileOffset()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/JIT/ |
| H A D | ObjectFileJIT.cpp | 212 ((uint8_t *)(uintptr_t)section->GetFileOffset()) + section_offset; in ReadSectionData() 224 const void *src = (void *)(uintptr_t)section->GetFileOffset(); in ReadSectionData()
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBSection.h | 47 uint64_t GetFileOffset();
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
| H A D | ObjectContainerBSDArchive.h | 154 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
|
| H A D | ObjectContainerBSDArchive.cpp | 325 pos->second->GetFileOffset() != file_offset) in FindCachedArchive()
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | Section.h | 146 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
|
| /llvm-project-15.0.7/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 505 return CopyData(section->GetFileOffset() + section_offset, in ReadSectionData() 552 return GetData(section->GetFileOffset(), section->GetFileSize(), in ReadSectionData()
|
| /llvm-project-15.0.7/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 283 virtual lldb::addr_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/wasm/ |
| H A D | ObjectFileWasm.cpp | 381 section_sp, load_address | section_sp->GetFileOffset())) { in SetLoadAddress()
|
| /llvm-project-15.0.7/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
| H A D | DynamicLoaderDarwin.cpp | 652 module_spec.SetObjectOffset(objfile->GetFileOffset() + in AddModulesUsingImageInfos() 653 commpage_section->GetFileOffset()); in AddModulesUsingImageInfos()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.cpp | 2649 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations() 2678 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyRelocations() 2731 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections() 2732 GetData(symtab->GetFileOffset(), symtab->GetFileSize(), symtab_data) && in RelocateDebugSections() 2733 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/mach-core/ |
| H A D | ProcessMachCore.cpp | 312 FileRange file_range(section->GetFileOffset(), section->GetFileSize()); in DoLoadCore()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/minidump/ |
| H A D | ProcessMinidump.cpp | 166 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/ |
| H A D | ObjectFileMachO.cpp | 1769 segment->GetFileOffset(); in ProcessSegmentCommand() 2380 const addr_t linkedit_file_offset = linkedit_section_sp->GetFileOffset(); in ParseSymtab() 2450 lldb::addr_t linkedit_offset = linkedit_section_sp->GetFileOffset(); in ParseSymtab() 6099 if (section->GetFileOffset() == 0 && SectionIsLoadable(section))
|
| /llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/PECOFF/ |
| H A D | ObjectFilePECOFF.cpp | 703 rva = sect->GetFileOffset() + addr.GetOffset(); in ReadImageDataByRVA()
|