Searched refs:section_min_file_offset (Results 1 – 1 of 1) sorted by relevance
1174 … const lldb::addr_t section_min_file_offset = sect64.offset; in CreateSections() local1175 … const lldb::addr_t section_max_file_offset = section_min_file_offset + sect64.size; in CreateSections()1176 … const lldb::addr_t new_file_offset = std::min (section_min_file_offset, segment_min_file_offset); in CreateSections()