Searched refs:section_offset (Results 1 – 6 of 6) sorted by relevance
| /freebsd-src/contrib/llvm-project/lldb/source/Expression/ |
| H A D | ObjectFileJIT.cpp | 191 lldb::offset_t section_offset, void *dst, in ReadSectionData() argument 194 if (section_offset < file_size) { in ReadSectionData() 195 size_t src_len = file_size - section_offset; in ReadSectionData() 199 ((uint8_t *)(uintptr_t)section->GetFileOffset()) + section_offset; in ReadSectionData()
|
| /freebsd-src/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | ObjectFile.cpp | 486 lldb::offset_t section_offset, void *dst, in ReadSectionData() 489 section_offset *= section->GetTargetByteSize(); in ReadSectionData() 493 return section->GetObjectFile()->ReadSectionData(section, section_offset, in ReadSectionData() 506 return process_sp->ReadMemory(base_load_addr + section_offset, dst, in ReadSectionData() 511 if (section_offset < section_file_size) { in ReadSectionData() 512 const size_t section_bytes_left = section_file_size - section_offset; in ReadSectionData() 516 return CopyData(section->GetFileOffset() + section_offset, in ReadSectionData() 521 const uint64_t section_bytes_left = section_size - section_offset; in ReadSectionData() 477 ReadSectionData(Section * section,lldb::offset_t section_offset,void * dst,size_t dst_len) ReadSectionData() argument
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | ObjectFileJIT.h | 101 lldb::offset_t section_offset, void *dst,
|
| /freebsd-src/contrib/llvm-project/lldb/include/lldb/Symbol/ |
| H A D | ObjectFile.h | 674 lldb::offset_t section_offset, void *dst,
|
| /freebsd-src/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
| H A D | ObjectFileELF.h | 144 lldb::offset_t section_offset, void *dst,
|
| H A D | ObjectFileELF.cpp | 3605 lldb::offset_t section_offset, void *dst, in GetLoadableData() 3609 return section->GetObjectFile()->ReadSectionData(section, section_offset, in GetLoadableData() 3613 return ObjectFile::ReadSectionData(section, section_offset, dst, dst_len); in MapFileDataWritable() 3619 return data.CopyData(section_offset, dst_len, dst); 3515 ReadSectionData(Section * section,lldb::offset_t section_offset,void * dst,size_t dst_len) ReadSectionData() argument
|