Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Symbol/
DObjectFile.cpp496 const lldb::offset_t section_file_size = section->GetFileSize(); in ReadSectionData() local
497 if (section_offset < section_file_size) { in ReadSectionData()
498 const size_t section_bytes_left = section_file_size - section_offset; in ReadSectionData()