OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arch
(Results
451 - 475
of
2914
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/ndk/toolchains/llvm-3.2/
setup.mk
29
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-arm
41
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-arm
53
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-x86
65
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-mips
79
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-arm
90
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-arm
101
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-x86
112
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-mips
/ndk/toolchains/llvm-3.3/
setup.mk
29
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-arm
41
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-arm
53
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-x86
65
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-mips
79
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-arm
90
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-arm
101
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-x86
112
SYSROOT_LINK := $(NDK_PLATFORMS_ROOT)/$(TARGET_PLATFORM)/
arch
-mips
/prebuilts/devtools/tools/lib/
archquery.jar
/ndk/build/tools/
build-ndk-sysroot.sh
102
ARCH
=arm
105
ARCH
=$ABI
134
SYSROOT=$NDK_ROOT/build/platforms/$PLATFORM/
arch
-$ABI
205
# Install a common header and create the appropriate
arch
-specific
220
# from
arch
-$
ARCH
/usr/
278
if [ "$
ARCH
" = "x86" ]; then
281
arch_header $BIONIC_ROOT/libm/include $
ARCH
/fenv.h
289
arch_headers $LIBC_ROOT/kernel/
arch
-$
ARCH
[
all
...]
/external/chromium_org/chrome/tools/build/chromeos/
FILES.cfg
12
#
arch
: List of CPU architectures for which this file should be processed.
107
'
arch
': ['32bit', '64bit', 'arm'],
112
'
arch
': ['32bit', '64bit', 'arm'],
128
'
arch
': ['32bit'],
133
'
arch
': ['64bit'],
/external/chromium_org/native_client_sdk/src/tools/
sel_ldr.py
61
arch
, dynamic = create_nmf.ParseElfHeader(nexe)
62
if osname == 'mac' and
arch
== 'x86-64':
65
if
arch
== 'arm':
68
arch_suffix =
arch
.replace('-', '_')
97
if
arch
== 'x86-64':
create_nmf.py
131
# Set
arch
based on the machine type in the elf header
132
arch
= e_machine_mapping[e_machine]
135
dynamic = IsDynamicElf(path,
arch
== 'x86-64')
136
return
arch
, dynamic
187
arch
: Architecture of this file (e.g., x86-32)
191
def __init__(self, name, path, url,
arch
=None):
195
self.
arch
=
arch
196
if not
arch
:
197
self.
arch
= ParseElfHeader(path)[0
[
all
...]
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITTestAPICommon.h
52
// If
ARCH
is not supported, bail
57
// If
ARCH
is supported and has no specific sub-
arch
support
62
// If
ARCH
has sub-
arch
support, find it
/external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c
123
do { tst->
arch
.vex.guest_LR = (zzval); \
130
do { tst->
arch
.vex.guest_GPR##zzn = (zzval); \
146
# define DO(gpr) mc->mc_gregs[VKI_PT_R0+gpr] = tst->
arch
.vex.guest_GPR##gpr
153
mc->mc_gregs[VKI_PT_NIP] = tst->
arch
.vex.guest_CIA;
155
mc->mc_gregs[VKI_PT_ORIG_R3] = tst->
arch
.vex.guest_GPR3;
156
mc->mc_gregs[VKI_PT_CTR] = tst->
arch
.vex.guest_CTR;
157
mc->mc_gregs[VKI_PT_LNK] = tst->
arch
.vex.guest_LR;
158
mc->mc_gregs[VKI_PT_XER] = LibVEX_GuestPPC32_get_XER(&tst->
arch
.vex);
159
mc->mc_gregs[VKI_PT_CCR] = LibVEX_GuestPPC32_get_CR(&tst->
arch
.vex);
264
//:: linux/
arch
/i386/kernel/i387.
[
all
...]
/external/valgrind/main/coregrind/
link_tool_exe_darwin.in
39
# /usr/bin/ld -static -
arch
x86_64 -macosx_version_min 10.5 \
49
# /usr/bin/ld -static -
arch
i386 -macosx_version_min 10.5 \
66
# we must tell the linker that, by handing it either "-
arch
x86_64" or
67
# "-
arch
i386". Fortunately we can figure this out by scanning the
68
# gcc invokation, which itself must contain either "-
arch
x86_64" or
69
# "-
arch
i386".
126
# get hold of the string following "-
arch
"
131
if ($str eq "-
arch
" && $archstr eq "") {
136
die "Can't find '-
arch
archstr' in command line"
152
$cmd = "$cmd -
arch
$archstr"
[
all
...]
/external/valgrind/main/docs/internals/
multiple-architectures.txt
10
- single-
arch
support on x86 and ppc32 systems
11
- dual-
arch
support on amd64 and ppc64 systems
20
dual-
arch
systems, the primary platform is amd64 and ppc64
23
On dual-
arch
systems, there is a 'secondary' target - x86 and ppc32
29
On single-
arch
systems, there is no secondary target.
39
- <tool>/tests/<
arch
>/Makefile.am
47
It also sets one (single-
arch
build) or two (dual-
arch
build) of
122
In places where compilation should happen twice (on a dual-
arch
154
However, there are some
arch
-specific test directories (eg
[
all
...]
/bionic/libc/tools/
gensyscalls.py
4
# to be placed into
arch
-{arm,x86,mips}/syscalls, as well as the content
5
# of
arch
-{arm,x86,mips}/linux/_syscalls.h
327
self.scan_linux_unistd_h(glibc_fp, bionic_libc_root + "/kernel/
arch
-arm/asm/unistd.h")
329
self.scan_linux_unistd_h(glibc_fp, bionic_libc_root + "/kernel/
arch
-mips/asm/unistd.h")
331
self.scan_linux_unistd_h(glibc_fp, bionic_libc_root + "/kernel/
arch
-x86/asm/unistd_32.h")
340
def gen_arch_syscalls_mk(self,
arch
):
341
path = "
arch
-%s/syscalls.mk" %
arch
353
if arch_test[
arch
](sc):
354
fp.write("syscall_src +=
arch
-%s/syscalls/%s.S\n"
[
all
...]
/external/valgrind/main/coregrind/m_ume/
macho.c
325
print("bad executable (no
arch
-compatible thread state)\n");
724
// Scan
arch
headers looking for a good one
728
struct fat_arch
arch
;
local
729
if (arch_offset + sizeof(
arch
) > size) {
734
res = VG_(pread)(fd, &
arch
, sizeof(
arch
), arch_offset);
735
arch_offset += sizeof(
arch
);
736
if (sr_isError(res) || sr_Res(res) != sizeof(
arch
)) {
737
VG_(printf)("bad executable (corrupt fat
arch
) %x %llu\n",
738
arch
.cputype, (ULong)arch_offset)
[
all
...]
/development/ndk/platforms/android-9/arch-mips/lib/
libc.a
0
!<
arch
>
131
ELF $ P4 ( <