Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DLinuxProcMaps.cpp88 const char exec_perm_char = line_extractor.GetChar(); in ParseMemoryRegionInfoFromProcMapsLine() local
89 if (exec_perm_char == 'x') in ParseMemoryRegionInfoFromProcMapsLine()
91 else if (exec_perm_char == '-') in ParseMemoryRegionInfoFromProcMapsLine()