Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp1330 bool section_is_encrypted = false; in CreateSections() local
1332section_is_encrypted = encrypted_file_ranges.FindEntryThatContains(sect64.offset) != NULL; in CreateSections()
1334 … section_sp->SetIsEncrypted (segment_is_encrypted || section_is_encrypted); in CreateSections()