/external/oprofile/events/i386/core_i7/ |
unit_masks | 1 include:i386/nehalem
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/install-tools/ |
macro_list | 0 i386
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/install-tools/ |
macro_list | 0 i386
|
/external/llvm/test/Object/ |
objdump-file-header.test | 1 RUN: llvm-objdump -f %p/Inputs/trivial-object-test.coff-i386 \ 2 RUN: | FileCheck %s -check-prefix COFF-i386 3 RUN: llvm-objdump -f %p/Inputs/trivial-object-test.elf-i386 \ 4 RUN: | FileCheck %s -check-prefix ELF-i386 8 COFF-i386: : file format 9 COFF-i386: architecture: i386 10 COFF-i386: HAS_RELOC 11 COFF-i386: HAS_SYMS 12 COFF-i386: start address 0 [all...] |
objdump-symbol-table.test | 1 RUN: llvm-objdump -t %p/Inputs/trivial-object-test.coff-i386 \ 2 RUN: | FileCheck %s -check-prefix COFF-i386 3 RUN: llvm-objdump -t %p/Inputs/trivial-object-test.elf-i386 \ 4 RUN: | FileCheck %s -check-prefix ELF-i386 5 RUN: llvm-objdump -t %p/Inputs/trivial-object-test.macho-i386 \ 6 RUN: | FileCheck %s -check-prefix macho-i386 8 COFF-i386: trivial-object-test.coff-i386: file format 9 COFF-i386: SYMBOL TABLE: 10 COFF-i386: [ 0](sec 1)(fl 0x00)(ty 0)(scl 3) (nx 1) 0x00000000 .tex [all...] |
objdump-section-content.test | 1 RUN: llvm-objdump -s %p/Inputs/trivial-object-test.coff-i386 \ 2 RUN: | FileCheck %s -check-prefix COFF-i386 3 RUN: llvm-objdump -s %p/Inputs/trivial-object-test.elf-i386 \ 4 RUN: | FileCheck %s -check-prefix ELF-i386 6 COFF-i386: trivial-object-test.coff-i386: file format 7 COFF-i386: Contents of section .text: 8 COFF-i386: 0000 83ec0cc7 44240800 000000c7 04240000 ....D$.......$.. 9 COFF-i386: 0010 0000e800 000000e8 00000000 8b442408 .............D$. 10 COFF-i386: 0020 83c40cc3 ... [all...] |
objdump-relocations.test | 1 RUN: llvm-objdump -r %p/Inputs/trivial-object-test.coff-i386 \ 2 RUN: | FileCheck %s -check-prefix COFF-i386 5 RUN: llvm-objdump -r %p/Inputs/trivial-object-test.elf-i386 \ 6 RUN: | FileCheck %s -check-prefix ELF-i386 10 COFF-i386: .text 11 COFF-i386: IMAGE_REL_I386_DIR32 L_.str 12 COFF-i386: IMAGE_REL_I386_REL32 _puts 13 COFF-i386: IMAGE_REL_I386_REL32 _SomeOtherFunction 20 ELF-i386: .text 21 ELF-i386: R_386_3 [all...] |
/external/tcpdump/ |
PLATFORMS | 2 NetBSD 1.5/i386 (mcr - 2002/1/1) 3 Debian Linux (woody/i386) (mcr - 2002/1/1) 6 RedHat Linux 6.1/i386 (assar) 7 FreeBSD 2.2.8/i386 (itojun)
|
/external/strace/linux/arm/ |
errnoent1.h | 1 /* Our second set comes from the i386 files. */
|
ioctlent1.h | 1 /* Our second set comes from the i386 files. */
|
signalent1.h | 1 /* Our second set comes from the i386 files. */
|
/external/llvm/test/MC/MachO/ |
variable-exprs.s | 1 // RUN: llvm-mc -triple i386-apple-darwin10 %s -filetype=obj -o %t.o 3 // RUN: FileCheck --check-prefix=CHECK-I386 < %t.dump %s 49 // CHECK-I386: ('cputype', 7) 50 // CHECK-I386: ('cpusubtype', 3) 51 // CHECK-I386: ('filetype', 1) 52 // CHECK-I386: ('num_load_commands', 3) 53 // CHECK-I386: ('load_commands_size', 296) 54 // CHECK-I386: ('flag', 0) 55 // CHECK-I386: ('load_commands', [ 56 // CHECK-I386: # Load Command [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios32.ld | 1 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") 2 OUTPUT_ARCH(i386)
|
/external/compiler-rt/SDKs/linux/ |
README.txt | 1 This is a stub SDK for Linux. Currently, this has only been tested on i386 and
|
/external/llvm/test/CodeGen/X86/ |
cstring.ll | 1 ; RUN: llc < %s -mtriple=i386-apple-darwin | not grep comm
|
/external/llvm/test/MC/AsmParser/ |
directive_line.s | 1 # RUN: llvm-mc -triple i386-unknown-unknown %s
|
pr11865.s | 1 // RUN: llvm-mc -triple i386-unknown-unknown %s
|
/external/llvm/test/MC/X86/ |
2011-09-06-NoNewline.s | 1 // RUN: llvm-mc -triple i386-unknown-unknown %s
|
/external/llvm/test/Object/X86/ |
objdump-disassembly-inline-relocations.test | 1 RUN: llvm-objdump -d -r %p/../Inputs/trivial-object-test.coff-i386 \ 2 RUN: | FileCheck %s -check-prefix COFF-i386 6 COFF-i386: file format COFF-i386 7 COFF-i386: Disassembly of section .text: 8 COFF-i386: 0: 83 ec 0c subl $12, %esp 9 COFF-i386: 3: c7 44 24 08 00 00 00 00 movl $0, 8(%esp) 10 COFF-i386: b: c7 04 24 00 00 00 00 movl $0, (%esp) 11 COFF-i386: e: IMAGE_REL_I386_DIR32 L_.str 12 COFF-i386: 12: e8 00 00 00 00 calll [all...] |
/prebuilts/gcc/darwin-x86/x86/i686-android-linux-4.4.3/i686-android-linux/lib/ldscripts/ |
i386linux.xr | 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux", 3 "a.out-i386-linux") 4 OUTPUT_ARCH(i386)
|
i386linux.xu | 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux", 3 "a.out-i386-linux") 4 OUTPUT_ARCH(i386)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/ |
i386linux.xr | 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux", 3 "a.out-i386-linux") 4 OUTPUT_ARCH(i386)
|
i386linux.xu | 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux", 3 "a.out-i386-linux") 4 OUTPUT_ARCH(i386)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/ldscripts/ |
i386linux.xr | 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux", 3 "a.out-i386-linux") 4 OUTPUT_ARCH(i386)
|
i386linux.xu | 2 OUTPUT_FORMAT("a.out-i386-linux", "a.out-i386-linux", 3 "a.out-i386-linux") 4 OUTPUT_ARCH(i386)
|