Searched
full:executable (Results
901 -
925 of
4711) sorted by null
<<31323334353637383940>>
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/amd64/ |
obj.go | 138 case obj.Helf: /* elf32 executable */ 165 case obj.Hlinux, /* elf64 executable */ 199 case obj.Hwindows: /* PE executable */
|
/prebuilts/go/linux-x86/src/cmd/go/ |
clean.go | 145 // Remove dir-named executable only if this is package main. 159 // Remove a potential executable for each .go file in the directory that 169 // to an executable file.
|
/prebuilts/go/linux-x86/src/cmd/link/internal/amd64/ |
obj.go | 135 case obj.Helf: /* elf32 executable */ 162 case obj.Hlinux, /* elf64 executable */ 196 case obj.Hwindows: /* PE executable */
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf-s390-common.c | 149 in a non-PIE executable and referenced in a shared lib, we turn 154 if (info->executable && !info->shared && h->def_regular && h->ref_dynamic) 187 || (info->executable && info->shared)
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/ |
elf.exp | 34 # executable down into the low address space to match. 84 # resulting executable is not expected to work, but the linker 155 # The following tests require running the executable generated by ld.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sparc/ |
sparc.exp | 32 {"VxWorks executable test 1 (dynamic)" \ 37 {"VxWorks executable test 2 (dynamic)" \ 42 {"VxWorks executable test 2 (static)"
|
/bionic/libc/arch-common/bionic/ |
crtbegin_so.c | 45 * binary (shared library or executable), and will call
|
/bionic/libc/arch-x86/bionic/ |
__stack_chk_fail_local.h | 42 executable or library. This is the idea of optimization.
|
/build/blueprint/gotestrunner/ |
gotestrunner.go | 53 fmt.Fprintln(os.Stderr, "error: must pass at least one test executable")
|
/build/core/combo/ |
HOST_darwin-x86_64.mk | 63 # transform-host-o-to-executable-inner
|
/build/tools/fs_config/ |
Android.mk | 27 # override files. The executable is hard coded to include the
|
/cts/build/ |
test_executable.mk | 16 # Builds an executable and defines a rule to generate the associated test
|
/cts/tests/tests/security/jni/ |
android_security_cts_MMapExecutableTest.cpp | 34 // Verify that we can mmap a region of a file with a non-zero offset executable
|
/dalvik/libdex/ |
CmdUtils.h | 17 * Access .dex (Dalvik Executable Format) files. The code here assumes that
|
/development/ndk/platforms/android-21/arch-arm64/src/ |
crtbegin_so.c | 45 * binary (shared library or executable), and will call
|
/development/ndk/platforms/android-3/arch-arm/src/ |
crtbegin_dynamic.c | 59 any executable that is dynamically-linked with Bionic
|
crtbegin_so.c | 45 * binary (shared library or executable), and will call
|
crtbegin_static.c | 59 any executable that is statically-linked with Bionic
|
/development/ndk/platforms/android-9/arch-x86/src/ |
__stack_chk_fail_local.h | 41 executable or library. This is the idea of optimization.
|
crtbegin_so.c | 45 * binary (shared library or executable), and will call
|
/development/scripts/ |
combine_sdks.sh | 43 # determine executable extension
|
/device/generic/qemu/ |
qemu_base.mk | 22 # ADB, and allow running command-line executable compiled against the
|
/external/autotest/client/site_tests/graphics_PiglitBVT/ |
graphics_PiglitBVT.py | 54 # Mark scripts executable if they are not.
|
/external/autotest/client/site_tests/graphics_SanAngeles/ |
graphics_SanAngeles.py | 57 raise error.TestFail('Failed to locate SanAngeles executable: '
|
/external/autotest/server/cros/audio/ |
audio_test.py | 89 logging.info('Found sox executable.')
|
Completed in 1383 milliseconds
<<31323334353637383940>>