Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1773 const lldb::addr_t section_min_file_offset = sect64.offset; in ProcessSegmentCommand() local
1775 section_min_file_offset + sect64.size; in ProcessSegmentCommand()
1777 std::min(section_min_file_offset, segment_min_file_offset); in ProcessSegmentCommand()