Searched refs:section_max_file_offset (Results 1 – 1 of 1) sorted by relevance
1175 … const lldb::addr_t section_max_file_offset = section_min_file_offset + sect64.size; in CreateSections() local1177 …const lldb::addr_t new_file_size = std::max (section_max_file_offset, segment_max_file_offset) - n… in CreateSections()