/external/oprofile/events/i386/core_i7/ |
unit_masks | 1 include:i386/nehalem
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/install-tools/ |
macro_list | 0 i386
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/ |
macro_list | 0 i386
|
/external/llvm/test/Object/ |
objdump-file-header.test | 1 RUN: llvm-objdump -f %p/TestObjectFiles/trivial-object-test.coff-i386 \ 2 RUN: | FileCheck %s -check-prefix COFF-i386 3 RUN: llvm-objdump -f %p/TestObjectFiles/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-section-content.test | 1 RUN: llvm-objdump -s %p/TestObjectFiles/trivial-object-test.coff-i386 \ 2 RUN: | FileCheck %s -check-prefix COFF-i386 3 RUN: llvm-objdump -s %p/TestObjectFiles/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-symbol-table.test | 1 RUN: llvm-objdump -t %p/TestObjectFiles/trivial-object-test.coff-i386 \ 2 RUN: | FileCheck %s -check-prefix COFF-i386 3 RUN: llvm-objdump -t %p/TestObjectFiles/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: SYMBOL TABLE: 8 COFF-i386: [ 0](sec 1)(fl 0x00)(ty 0)(scl 3) (nx 1) 0x00000000 .text 9 COFF-i386: AUX scnlen 0x24 nreloc 3 nlnno 0 checksum 0x0 assoc 1 comdat 0 10 COFF-i386: [ 2](sec 2)(fl 0x00)(ty 0)(scl 3) (nx 1) 0x00000000 .dat [all...] |
objdump-relocations.test | 1 RUN: llvm-objdump -r %p/TestObjectFiles/trivial-object-test.coff-i386 \ 2 RUN: | FileCheck %s -check-prefix COFF-i386 5 RUN: llvm-objdump -r %p/TestObjectFiles/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...] |
objdump-disassembly-inline-relocations.test | 1 RUN: llvm-objdump -d -r %p/TestObjectFiles/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...] |
/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/strace/linux/x86_64/ |
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. */
|
syscallent1.h | 1 /* Our second set comes from the i386 files. 2 Only a couple of calls we cannot support without the i386 headers. */
|
/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/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
|
/prebuilt/darwin-x86/toolchain/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)
|
/prebuilt/linux-x86/toolchain/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)
|
/prebuilt/linux-x86/toolchain/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)
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/i686-unknown-linux-gnu/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)
|