/external/valgrind/main/coregrind/m_sigframe/ |
sigframe-x86-linux.c | 160 //:: linux/arch/i386/kernel/i387.c 366 // FIXME: save_i387(&tst->arch, fpstate); 368 # define SC2(reg,REG) sc->reg = tst->arch.vex.guest_##REG 385 sc->eflags = LibVEX_GuestX86_get_eflags(&tst->arch.vex); 449 frame->vex_shadow1 = tst->arch.vex_shadow1; 450 frame->vex_shadow2 = tst->arch.vex_shadow2; 452 frame->vex = tst->arch.vex; 567 = (void*)tst->arch.vex.guest_EIP; 607 tst->arch.vex.guest_EIP = (Addr) handler; 614 esp, tst->arch.vex.guest_EIP, tst->status) [all...] |
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...] |
sigframe-arm-linux.c | 137 # define SC2(reg,REG) sc->arm_##reg = tst->arch.vex.guest_##REG 193 priv->vex = tst->arch.vex; 194 priv->vex_shadow1 = tst->arch.vex_shadow1; 195 priv->vex_shadow2 = tst->arch.vex_shadow2; 241 rsf->info._sifields._sigfault._addr = (Addr *) (tst)->arch.vex.guest_R12; /* IP */ 248 tst->arch.vex.guest_R1 = (Addr)&rsf->info; 249 tst->arch.vex.guest_R2 = (Addr)&rsf->sig.uc; 259 tst->arch.vex.guest_R0 = sigNo; 262 tst->arch.vex.guest_R14 = (Addr)restorer; 264 tst->arch.vex.guest_R14 [all...] |
/external/compiler-rt/BlocksRuntime/tests/ |
makefile | 17 gcc -fobjc-gc-only -g -arch x86_64 -arch i386 -std=gnu99 testfilerunner.m -o testfilerunner -framework Foundation 52 Buildit ?= ~rc/bin/buildit -rootsDirectory $(RootsDirectory) -arch i386 -arch ppc -arch x86_64
|
/external/compiler-rt/make/ |
lib_platforms.mk | 7 PerConfigVariables := UniversalArchs Arch $(AvailableOptions) 33 $$(foreach arch,$(AvailableArchs),\ 34 $$(call Set,$$(var).$$(arch),UNDEFINED))) 45 # Check that exactly one of UniversalArchs or Arch was defined. 47 $$(call strneq,UNDEFINED,$$(Arch))),\ 48 $$(error '$(1)': cannot define both 'UniversalArchs' and 'Arch')) 50 $$(call strneq,UNDEFINED,$$(Arch))),,\ 51 $$(error '$(1)': must define one of 'UniversalArchs' and 'Arch')) 61 $$(foreach arch,$(AvailableArchs),\ 62 $$(if $$(call strneq,UNDEFINED,$$($$(var).$$(arch))),\ [all...] |
/bionic/libc/kernel/tools/ |
clean_header.py | 45 arch = None 50 dst_path = "arch-%s/asm/%s" % m.groups() 51 arch = m.group(1) 52 statics = statics.union( kernel_known_statics.get( arch, set() ) ) 66 if arch and arch in kernel_default_arch_macros: 67 macros.update(kernel_default_arch_macros[arch]) 69 if arch and arch in kernel_arch_token_replacements: 70 blocks.replaceTokens( kernel_arch_token_replacements[arch] ) [all...] |
/external/chromium_org/native_client_sdk/src/build_tools/ |
nacl-mono-builder.py | 21 parser.add_option('--arch', 23 dest='arch', 44 build_prefix = options.arch + ' ' 82 if options.arch == 'arm': 93 if options.arch != 'arm': 96 # them by appending the arch. It also makes 32 and 64 bit x86 separated, 100 tag = options.arch 119 os.environ['TARGET_ARCH'] = options.arch 120 os.environ['TARGET_BITSIZE'] = arch_to_bitsize[options.arch] 129 arch_to_output_folder[options.arch], # Build di [all...] |
/external/chromium_org/v8/tools/testrunner/network/ |
perfdata.py | 51 def __init__(self, datadir, arch, mode): 52 filename = os.path.join(datadir, "%s.%s.perfdata" % (arch, mode)) 97 self.stores = {} # Keyed by arch, then mode. 106 for arch in self.stores: 107 modes = self.stores[arch] 113 def GetStore(self, arch, mode): 115 if not arch in self.stores: 116 self.stores[arch] = {} 117 modes = self.stores[arch] 119 modes[mode] = PerfDataStore(self.datadir, arch, mode [all...] |
/external/v8/tools/ |
test-wrapper-gypbuild.py | 50 result.add_option("--arch-and-mode", 51 help='Architecture and mode in the format "arch.mode"', 64 result.add_option("--arch", 129 # --simulator (always true if arch==arm, always false otherwise) 130 # --shell (automatically chosen depending on arch and mode) 137 options.arch = [] 142 options.arch = tokens[0] 145 options.arch = options.arch.split(',') 150 for arch in options.arch [all...] |
/external/chromium_org/tools/gyp/pylib/gyp/ |
win_tool.py | 77 def _GetEnv(self, arch): 82 pairs = open(arch).read()[:-2].split('\0') 102 def ExecLinkWrapper(self, arch, *args): 107 env = self._GetEnv(arch) 120 def ExecLinkWithManifests(self, arch, embed_manifest, out, ldcmd, resname, 136 'arch': arch, 148 '%(python)s gyp-win-tool manifest-wrapper %(arch)s %(mt)s -nologo ' 152 '%(python)s gyp-win-tool manifest-to-rc %(arch)s %(out)s.manifest' 155 '%(python)s gyp-win-tool rc-wrapper %(arch)s %(rc)s [all...] |
/external/chromium_org/chrome/installer/linux/sysroot_scripts/ |
install-debian.wheezy.sysroot.py | 38 if options.arch not in ['amd64', 'i386']: 39 print 'Unknown architecture: %s' % options.arch 68 # Figure out host arch, like the host_arch variable in build/common.gypi. 74 if host_arch != options.arch: 81 if options.arch == 'amd64': 94 (options.arch, sysroot) 97 print 'Installing Debian Wheezy %s root image: %s' % (options.arch, sysroot) 116 parser.add_option('', '--arch', dest='arch',
|
/external/elfutils/tests/ |
run-ranlib-test.sh | 32 !<arch>
|
/bionic/libc/kernel/arch-arm/asm/ |
dma.h | 26 #include <asm/arch/dma.h>
|
irq.h | 21 #include <asm/arch/irqs.h>
|
/bionic/libc/kernel/common/linux/ |
seccomp.h | 39 __u32 arch; member in struct:seccomp_data
|
/build/core/combo/arch/x86/ |
x86-atom.mk | 2 # 'x86-atom' arch variant. This is an extension of the 'x86' base variant 5 # See build/core/combo/arch/x86/x86.mk for differences.
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
dma.h | 20 #include <asm/arch/dma.h>
|
irq.h | 15 #include <asm/arch/irqs.h>
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
check-for-exit-time-destructors | 42 my $arch = $ENV{'CURRENT_ARCH'}; 49 $arch = $ENV{'NATIVE_ARCH'} if !$arch; # for Xcode 2.1, which does not have CURRENT_ARCH 58 my $list = $ENV{"LINK_FILE_LIST_${variant}_${arch}"};
|
/external/kernel-headers/original/asm-arm/ |
irq.h | 4 #include <asm/arch/irqs.h>
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/ |
dma.h | 20 #include <asm/arch/dma.h>
|
irq.h | 15 #include <asm/arch/irqs.h>
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/ |
dma.h | 20 #include <asm/arch/dma.h>
|
irq.h | 15 #include <asm/arch/irqs.h>
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/ |
dma.h | 20 #include <asm/arch/dma.h>
|