/openbsd-src/gnu/llvm/lldb/examples/python/ |
H A D | disasm.py | 28 exe = sys.argv[1] variable 34 exe = sys.argv[3] variable
|
/openbsd-src/sys/arch/arm64/arm64/ |
H A D | trap.c | 68 accesstype(uint64_t esr,int exe) accesstype() argument 77 udata_abort(struct trapframe * frame,uint64_t esr,uint64_t far,int exe) udata_abort() argument 139 kdata_abort(struct trapframe * frame,uint64_t esr,uint64_t far,int exe) kdata_abort() argument
|
/openbsd-src/gnu/llvm/libcxx/utils/ |
H A D | run.py | 37 isTestExe = lambda exe: exe.endswith('.tmp.exe') and os.path.exists(exe) argument
|
H A D | ssh.py | 66 isTestExe = lambda exe: exe.endswith('.tmp.exe') and os.path.exists(exe) argument
|
/openbsd-src/gnu/llvm/llvm/utils/ |
H A D | remote-exec.py | 87 isExecutable = lambda exe: re.match(args.exec_pattern, exe) and os.path.exists(exe) argument
|
H A D | update_cc_test_checks.py | 231 def exec_run_line(exe): argument
|
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbtest.py | 189 def EXP_MSG(str, actual, exe): argument 2041 exe=True): argument 2276 exe=True, argument
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/ |
H A D | DynamicLoaderHexagonDYLD.cpp | 56 ObjectFile *exe = module->GetObjectFile(); in LLDB_PLUGIN_DEFINE() local
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
H A D | DynamicLoaderPOSIXDYLD.cpp | 685 ObjectFile *exe = module->GetObjectFile(); in ComputeLoadOffset() local
|
/openbsd-src/gnu/llvm/lld/COFF/ |
H A D | DriverUtils.cpp | 62 StringRef exe = saver().save(*exeOrErr); in run() local
|
H A D | PDB.cpp | 1435 SmallString<64> exe = ctx.config.argv[0]; in addCommonLinkerModuleSymbols() local
|
/openbsd-src/gnu/llvm/llvm/utils/UpdateTestChecks/ |
H A D | common.py | 286 def invoke_tool(exe, cmd_args, ir, preprocess_cmd=None, verbose=False): argument
|
/openbsd-src/gnu/usr.bin/perl/win32/ |
H A D | win32.c | 4225 char *exe = strrchr(cname, '/'); create_command_line() local [all...] |