/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/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…
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBSection.h | 47 uint64_t GetFileOffset();
|
/openbsd/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/ |
H A D | JITLoaderGDB.cpp | 255 lower = symbolfile_addr + section_sp->GetFileOffset(); in updateSectionLoadAddress() 257 section_sp->GetFileOffset()); in updateSectionLoadAddress()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/ |
H A D | ObjectContainerBSDArchive.h | 152 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()
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | Section.h | 146 lldb::offset_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
|
/openbsd/gnu/llvm/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()
|
/openbsd/gnu/llvm/lldb/include/lldb/Symbol/ |
H A D | ObjectFile.h | 283 virtual lldb::addr_t GetFileOffset() const { return m_file_offset; } in GetFileOffset() function
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/wasm/ |
H A D | ObjectFileWasm.cpp | 382 section_sp, load_address | section_sp->GetFileOffset())) { in SetLoadAddress()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/ |
H A D | ObjectFileELF.cpp | 2607 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS64Relocation() 2634 data_buffer->GetBytes() + rel_section->GetFileOffset() + in ApplyELF64ABS32Relocation() 2674 rel_section->GetFileOffset() + ELFRelocation::RelocOffset32(rel); in ApplyRelocations() 2791 if (GetData(rel->GetFileOffset(), rel->GetFileSize(), rel_data) && in RelocateDebugSections() 2792 GetData(symtab->GetFileOffset(), symtab->GetFileSize(), symtab_data) && in RelocateDebugSections() 2793 GetData(debug->GetFileOffset(), debug->GetFileSize(), debug_data)) { in RelocateDebugSections()
|
/openbsd/gnu/llvm/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/ |
H A D | DynamicLoaderDarwin.cpp | 671 module_spec.SetObjectOffset(objfile->GetFileOffset() + in AddModulesUsingImageInfos() 672 commpage_section->GetFileOffset()); in AddModulesUsingImageInfos()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/mach-core/ |
H A D | ProcessMachCore.cpp | 192 FileRange file_range(section->GetFileOffset(), section->GetFileSize()); in CreateMemoryRegions()
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
H A D | ProcessMinidump.cpp | 167 sect_sp->GetObjectFile()->GetData(sect_sp->GetFileOffset(), read_size, data); in HashElfTextSection()
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/Mach-O/ |
H A D | ObjectFileMachO.cpp | 1785 segment->GetFileOffset(); in ProcessSegmentCommand() 2396 const addr_t linkedit_file_offset = linkedit_section_sp->GetFileOffset(); in ParseSymtab() 2466 lldb::addr_t linkedit_offset = linkedit_section_sp->GetFileOffset(); in ParseSymtab() 6121 if (section->GetFileOffset() == 0 && SectionIsLoadable(section))
|
/openbsd/gnu/llvm/lldb/source/Plugins/ObjectFile/PECOFF/ |
H A D | ObjectFilePECOFF.cpp | 712 rva = sect->GetFileOffset() + addr.GetOffset(); in ReadImageDataByRVA()
|