/toolchain/binutils/binutils-2.25/include/aout/ |
aout64.h | 48 #define ZMAGIC 0x1002 /* Code indicating demand-paged executable. */ 49 #define NMAGIC 0x1003 /* Code indicating pure executable. */ 57 #define OMAGIC 0407 /* Object file or impure executable. */ 58 #define NMAGIC 0410 /* Code indicating pure executable. */ 59 #define ZMAGIC 0413 /* Code indicating demand-paged executable. */ 62 /* This indicates a demand-paged executable with the header in the text. 151 executable. This is necessary for OMAGIC (but means we don't work
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/include/ |
bfdlink.h | 260 /* TRUE if generating an executable, position independent or not. */ 261 unsigned int executable : 1; 263 /* TRUE if generating a position independent executable. */ 272 /* TRUE if executable should not contain copy relocs. 277 of an executable, rather than only those used. */ 329 executable. */ 465 /* The function to call when the executable or shared object is 469 /* The function to call when the executable or shared object is 550 get the size of the entry when generating an executable file. 259 unsigned int executable : 1; member in struct:bfd_link_info
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/include/ |
bfdlink.h | 260 /* TRUE if generating an executable, position independent or not. */ 261 unsigned int executable : 1; 263 /* TRUE if generating a position independent executable. */ 272 /* TRUE if executable should not contain copy relocs. 277 of an executable, rather than only those used. */ 329 executable. */ 465 /* The function to call when the executable or shared object is 469 /* The function to call when the executable or shared object is 550 get the size of the entry when generating an executable file. 259 unsigned int executable : 1; member in struct:bfd_link_info
|
/toolchain/binutils/binutils-2.25/include/ |
bfdlink.h | 266 /* TRUE if generating an executable, position independent or not. */ 267 unsigned int executable : 1; 269 /* TRUE if generating a position independent executable. */ 278 /* TRUE if executable should not contain copy relocs. 283 of an executable, rather than only those used. */ 338 executable. */ 497 /* The function to call when the executable or shared object is 501 /* The function to call when the executable or shared object is 582 get the size of the entry when generating an executable file. 265 unsigned int executable : 1; member in struct:bfd_link_info
|
/external/bison/lib/ |
spawni.c | 108 /* The file is accessible but it is not an executable file. Invoke 356 /* Those errors indicate the file is missing or not executable 362 /* Some other error means we found an executable file, but
|
/external/boringssl/src/util/bot/go/ |
bootstrap.py | 44 # Platform depended suffix for executable files. 244 """Returns path to go executable.""" 271 """Returns full path to an executable in some bin/ (in GOROOT or GOBIN)."""
|
/external/curl/tests/ |
sshhelp.pm | 180 # Return file extension for executable files on this operating system 311 # Find an executable file somewhere in the given path 341 # Find an executable file in environment path or in our httptlssrvpath
|
/external/libchrome/sandbox/linux/ |
BUILD.gn | 205 # test() template because the test is run as an executable not as an APK on 207 executable("sandbox_linux_unittests") { 297 executable("chrome_sandbox") {
|
/external/libgdx/extensions/gdx-freetype/jni/ |
build-linux32.xml | 132 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
148 <apply failonerror="true" executable="${gcc}" dest="${buildDir}" verbose="true">
175 <exec executable="${linker}" failonerror="true" dir="${buildDir}">
|
build-linux64.xml | 132 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
148 <apply failonerror="true" executable="${gcc}" dest="${buildDir}" verbose="true">
175 <exec executable="${linker}" failonerror="true" dir="${buildDir}">
|
build-macosx32.xml | 132 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
148 <apply failonerror="true" executable="${gcc}" dest="${buildDir}" verbose="true">
175 <exec executable="${linker}" failonerror="true" dir="${buildDir}">
|
build-macosx64.xml | 132 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
148 <apply failonerror="true" executable="${gcc}" dest="${buildDir}" verbose="true">
175 <exec executable="${linker}" failonerror="true" dir="${buildDir}">
|
build-windows32.xml | 132 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
148 <apply failonerror="true" executable="${gcc}" dest="${buildDir}" verbose="true">
175 <exec executable="${linker}" failonerror="true" dir="${buildDir}">
|
build-windows32home.xml | 132 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
148 <apply failonerror="true" executable="${gcc}" dest="${buildDir}" verbose="true">
175 <exec executable="${linker}" failonerror="true" dir="${buildDir}">
|
build-windows64.xml | 132 <apply failonerror="true" executable="${g++}" dest="${buildDir}" verbose="true">
148 <apply failonerror="true" executable="${gcc}" dest="${buildDir}" verbose="true">
175 <exec executable="${linker}" failonerror="true" dir="${buildDir}">
|
/external/pcre/dist/sljit/ |
sljitExecAllocator.c | 28 This file contains a simple executable memory allocator 30 It is assumed, that executable code blocks are usually medium (or sometimes 73 * allocate executable system memory chunks
|
/external/skia/site/user/quick/ |
android.md | 94 in order to run any executable on the device you must install the library and 95 a launcher executable on your device. To assist in this process there is a 124 Finally to run the executable there are two approaches. The simplest of the
|
/external/v8/src/base/platform/ |
platform-linux.cc | 17 // executable. Otherwise, OS raises an exception when executing code 167 // Found a read-only executable entry. Skip characters until we reach 193 // Entry not describing executable data. Skip to end of line to set up
|
/external/webrtc/webrtc/tools/barcode_tools/ |
barcode_decoder.py | 37 ffmpeg_path(string): The path to the ffmpeg executable. If None, the PATH 234 help=('The path to where the zxing executable is located. ' 238 help=('The path to where the ffmpeg executable is located. '
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_sysconfig.py | 254 real = os.path.realpath(sys.executable) 291 sys.executable, '-c', 311 sys.executable, '-c',
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_sysconfig.py | 254 real = os.path.realpath(sys.executable) 291 sys.executable, '-c', 311 sys.executable, '-c',
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_sysconfig.py | 254 real = os.path.realpath(sys.executable) 291 sys.executable, '-c', 311 sys.executable, '-c',
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_sysconfig.py | 254 real = os.path.realpath(sys.executable) 291 sys.executable, '-c', 311 sys.executable, '-c',
|
/toolchain/binutils/binutils-2.25/bfd/ |
coff-stgo32.c | 23 DOS executable program before the coff image to load it in memory 111 /* These bytes are a 2048-byte DOS executable, which loads the COFF 273 that file. This file can be also a whole executable file, because
|
libpei.h | 31 The main reference for the pei format is "Microsoft Portable Executable 36 "Peering Inside the PE: A Tour of the Win32 Portable Executable 47 The Microsoft docs use the word "image" instead of "executable" because
|