HomeSort by relevance Sort by last modified time
    Searched full:executable (Results 1451 - 1475 of 4711) sorted by null

<<51525354555657585960>>

  /external/libunwind/src/x86/
siglongjmp.S 91 /* We do not need executable stack. */
  /external/libunwind/src/x86_64/
setcontext.S 110 /* We do not need executable stack. */
  /external/libweave/
README.md 21 Download the Repo tool and ensure that it is executable:
  /external/llvm/lib/Support/Unix/
Program.inc 90 // Check to see if this first directory contains the executable...
94 return std::string(FilePath.str()); // Found the executable!
186 *ErrMsg = std::string("Executable \"") + Program.str() +
304 // return 127 if the executable was not found, and 126 otherwise.
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 160 SmallPtrSet<BasicBlock*, 8> BBExecutable; // The BBs that are executable.
220 DEBUG(dbgs() << "Marking Block Executable: " << BB->getName() << '\n');
256 /// Solve - Solve for constants and executable blocks.
422 /// markEdgeExecutable - Mark a basic block as executable, adding it to the BB
423 /// work list if it is not already executable.
426 return; // This edge is already known to be executable!
429 // If the destination is already executable, we just made an *edge*
432 DEBUG(dbgs() << "Marking Edge Executable: " << Source->getName()
457 if (BBExecutable.count(I->getParent())) // Inst is executable?
465 // operand made a transition, or the instruction is newly executable. Chang
    [all...]
  /external/llvm/test/Bindings/OCaml/
ipo.ml 9 (* Note: It takes several seconds for ocamlopt to link an executable with
passmgr_builder.ml 9 (* Note: It takes several seconds for ocamlopt to link an executable with
scalar_opts.ml 9 (* Note: It takes several seconds for ocamlopt to link an executable with
  /external/llvm/tools/dsymutil/
dsymutil.cpp 54 desc("Dumps the symbol table found in executable or object file(s) and\n"
111 // FIXME: Use CoreFoundation to get executable bundle info. Use
250 "for the executable <input file> by using debug symbols information\n"
322 llvm::errs() << "warning: no debug symbols in executable (-arch "
  /external/llvm/tools/lli/
RemoteTarget.cpp 28 // location in the current executable and let it run from there.
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITMultipleModuleTest.cpp 33 << "Unable to generate executable loaded object image";
40 << "Unable to generate executable loaded object image";
76 << "Unable to generate executable loaded object image";
83 << "Unable to generate executable loaded object image";
  /external/lzma/CPP/7zip/Archive/
IArchive.h 393 /* Exe handler: the handler for executable format (PE, ELF, Mach-O).
394 SFX archive: executable stub + some tail data.
395 before 9.31: exe handler didn't parse SFX archives as executable format.
396 for 9.31+: exe handler parses SFX archives as executable format, only if AllowTail(1) was called */
  /external/markdown/markdown/
commandline.py 17 and uses the actual name of the executable called.) """
  /external/mesa3d/src/gallium/auxiliary/rtasm/
rtasm_execmem.c 27 * Functions for allocating executable memory.
  /external/mesa3d/src/glsl/
SConscript 5 from sys import executable as python_cmd
  /external/mesa3d/src/glx/
SConscript 6 from sys import executable as python_cmd
  /external/opencv3/platforms/linux/
arm-gnueabi.toolchain.cmake 20 set(CMAKE_EXE_LINKER_FLAGS "-Wl,-z,nocopyreloc" CACHE STRING "executable linker flags")
  /external/opencv3/samples/cpp/
CMakeLists.txt 46 # Define executable targets
  /external/parameter-framework/
NOTICE 47 works are solely in the form of machine-executable object code generated by
  /external/parameter-framework/upstream/skeleton-subsystem/
CMakeLists.txt 47 # Force libs and executable to all be at a known place - simplifies a lot of
  /external/protobuf/
CONTRIBUTORS.txt 47 * Fix compiler to not make output executable.
  /external/selinux/policycoreutils/setfiles/
restorecon.8 30 It is the same executable as
  /external/skia/tools/skp/
recreate_skps.py 93 print >> sys.stderr, ('USAGE: %s <chrome src path> <browser executable> '
  /external/strace/m4/
ax_prog_cc_for_build.m4 21 # It also sets BUILD_EXEEXT and BUILD_OBJEXT to the executable and object
  /external/toybox/toys/other/
switch_root.c 75 // init program must exist and be an executable file

Completed in 1699 milliseconds

<<51525354555657585960>>