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

/external/lldb/source/Symbol/
H A DObjectFile.cpp486 const uint64_t section_file_size = section->GetFileSize(); local
487 if (section_offset < section_file_size)
489 const uint64_t section_bytes_left = section_file_size - section_offset;

Completed in 42 milliseconds