Searched defs:IsExecutable (Results 1 – 11 of 11) sorted by relevance
114 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
54 def IsExecutable(path): function
118 bool IsExecutable = (Status.permissions() & fs::owner_exe); in TEST() local
136 bool IsExecutable = in shouldAssumeDSOLocal() local
170 bool IsExecutable = in shouldAssumeDSOLocal() local
137 bool IsExecutable(uint64_t pc) { return GetFlags(pc) & PROT_EXEC; } in IsExecutable() function
598 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
593 bool IsExecutable = Rels.empty(); in printCOFFUnwindInfo() local
611 bool Code::IsExecutable() { in IsExecutable() function
117 static bool IsExecutable = false; variable
3718 bool MinidumpMemoryInfo::IsExecutable() const { in IsExecutable() function in google_breakpad::MinidumpMemoryInfo