Searched defs:isExecutable (Results 1 – 4 of 4) sorted by relevance
78 isExecutable = lambda exe: re.match(args.exec_pattern, exe) and os.path.exists(exe) function
103 bool DIASectionContrib::isExecutable() const { in isExecutable() function in DIASectionContrib
330 static bool isExecutable(const object::MachOObjectFile &Obj) { in isExecutable() function
208 bool isExecutable() const { return (Flags >> S::FB_executable) & 1; } in isExecutable() function