Home
last modified time | relevance | path

Searched refs:section_offset (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/JIT/
H A DObjectFileJIT.cpp232 lldb::offset_t section_offset, void *dst, in ReadSectionData() argument
235 if (section_offset < file_size) { in ReadSectionData()
236 size_t src_len = file_size - section_offset; in ReadSectionData()
240 ((uint8_t *)(uintptr_t)section->GetFileOffset()) + section_offset; in ReadSectionData()
H A DObjectFileJIT.h83 lldb::offset_t section_offset, void *dst,
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp472 lldb::offset_t section_offset, void *dst, in ReadSectionData() argument
475 section_offset *= section->GetTargetByteSize(); in ReadSectionData()
479 return section->GetObjectFile()->ReadSectionData(section, section_offset, in ReadSectionData()
492 return process_sp->ReadMemory(base_load_addr + section_offset, dst, in ReadSectionData()
497 if (section_offset < section_file_size) { in ReadSectionData()
498 const size_t section_bytes_left = section_file_size - section_offset; in ReadSectionData()
502 return CopyData(section->GetFileOffset() + section_offset, in ReadSectionData()
507 const uint64_t section_bytes_left = section_size - section_offset; in ReadSectionData()
H A DLineEntry.cpp21 lldb::addr_t section_offset, lldb::addr_t byte_size, in LineEntry() argument
26 : range(section_sp, section_offset, byte_size), file(_file), in LineEntry()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DLineEntry.h26 LineEntry(const lldb::SectionSP &section_sp, lldb::addr_t section_offset,
H A DObjectFile.h645 lldb::offset_t section_offset, void *dst,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h143 lldb::offset_t section_offset, void *dst,
H A DObjectFileELF.cpp3332 lldb::offset_t section_offset, void *dst, in ReadSectionData() argument
3336 return section->GetObjectFile()->ReadSectionData(section, section_offset, in ReadSectionData()
3340 return ObjectFile::ReadSectionData(section, section_offset, dst, dst_len); in ReadSectionData()
3346 return data.CopyData(section_offset, dst_len, dst); in ReadSectionData()
/freebsd-13.1/sys/dev/smartpqi/
H A Dsmartpqi_structures.h866 uint32_t section_offset; member