Searched refs:IsExecutable (Results 1 – 4 of 4) sorted by relevance
143 if not elf.IsExecutable():154 if target_file_utils.IsExecutable(permissions):193 if (elf.IsExecutable() or194 target_file_utils.IsExecutable(permissions)):
226 def IsExecutable(permission_bits): function
128 is_executable = self.elf_file.IsExecutable()
575 def IsExecutable(self): member in ElfParser