Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DLinuxProcMaps.cpp89 const char exec_perm_char = line_extractor.GetChar(); in ParseMemoryRegionInfoFromProcMapsLine() local
90 if (exec_perm_char == 'x') in ParseMemoryRegionInfoFromProcMapsLine()
92 else if (exec_perm_char == '-') in ParseMemoryRegionInfoFromProcMapsLine()