OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i386
(Results
26 - 50
of
4596
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
maxpage4.t
1
OUTPUT_FORMAT("elf32-
i386
")
2
OUTPUT_ARCH(
i386
)
maxpage5.t
1
OUTPUT_FORMAT("elf32-
i386
")
2
OUTPUT_ARCH(
i386
)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
tm.h
19
# include "config/
i386
/biarch64.h"
20
# include "config/
i386
/
i386
.h"
21
# include "config/
i386
/unix.h"
22
# include "config/
i386
/bsd.h"
23
# include "config/
i386
/gas.h"
25
# include "config/
i386
/cygming.h"
26
# include "config/
i386
/mingw-pthread.h"
27
# include "config/
i386
/mingw32.h"
28
# include "config/
i386
/mingw-w64.h
[
all
...]
/external/ltp/testcases/kernel/include/
order
4
i386
/external/strace/linux/x86_64/
arch_sigreturn.c
2
#include "
i386
/arch_sigreturn.c"
/external/syslinux/gpxe/src/arch/x86_64/include/bits/
smbios.h
6
*
i386
-specific SMBIOS API implementations
/external/llvm/test/Object/
objdump-symbol-table.test
1
RUN: yaml2obj %p/Inputs/COFF/
i386
.yaml | llvm-objdump -t - \
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
7
RUN: llvm-objdump -t %p/Inputs/shared-object-test.elf-
i386
\
10
COFF-
i386
: file format
11
COFF-
i386
: SYMBOL TABLE:
12
COFF-
i386
: [ 0](sec 1)(fl 0x00)(ty 0)(scl 3) (nx 1) 0x00000000 .tex
[
all
...]
obj2yaml-coff-long-file-symbol.test
1
RUN: yaml2obj %p/Inputs/COFF/long-file-symbol.yaml | obj2yaml | FileCheck %s --check-prefix COFF-
I386
3
COFF-
I386
: File: filename_with_22_chars
obj2yaml-coff-long-section-name.test
1
RUN: yaml2obj %p/Inputs/COFF/long-section-name.yaml | obj2yaml | FileCheck %s --check-prefix COFF-
I386
3
COFF-
I386
: Name: .long_section_name
obj2yaml-coff-weak-external.test
1
RUN: yaml2obj %p/Inputs/COFF/weak-external.yaml | obj2yaml | FileCheck %s --check-prefix COFF-
I386
3
COFF-
I386
: Characteristics: 0
/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
: File: <stdin>
50
// CHECK-
I386
: Format: Mach-O 32-bit
i386
51
// CHECK-
I386
: Arch:
i386
52
// CHECK-
I386
: AddressSize: 32bit
53
// CHECK-
I386
: MachHeader {
54
// CHECK-
I386
: Magic: Magic (0xFEEDFACE
[
all
...]
/external/clang/test/Driver/
x86_m16.c
1
// RUN: %clang -target
i386
-m16 -### -c %s 2>&1 | FileCheck %s
3
// CHECK: Target:
i386
-{{.*}}-{{.*}}-code16
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
nops-6.s
2
.arch
i386
3
i386
:
label
/toolchain/binutils/binutils-2.25/ld/emulparams/
elf_i386_be.sh
2
OUTPUT_FORMAT="elf32-
i386
"
6
ARCH=
i386
elf_i386_nacl.sh
3
OUTPUT_FORMAT="elf32-
i386
-nacl"
4
ARCH="
i386
:nacl" # The :nacl just means one-byte nops for code fill.
i386aout.sh
2
OUTPUT_FORMAT="a.out-
i386
"
8
ARCH=
i386
i386bsd.sh
2
OUTPUT_FORMAT="a.out-
i386
-bsd"
8
ARCH=
i386
i386linux.sh
2
OUTPUT_FORMAT="a.out-
i386
-linux"
8
ARCH=
i386
i386moss.sh
2
OUTPUT_FORMAT="elf32-
i386
"
6
ARCH=
i386
i386nto.sh
2
OUTPUT_FORMAT="elf32-
i386
"
7
ARCH=
i386
i386nw.sh
2
OUTPUT_FORMAT="elf32-
i386
"
5
ARCH=
i386
vsta.sh
2
OUTPUT_FORMAT="a.out-
i386
"
9
ARCH=
i386
i386msdos.sh
6
ARCH=
i386
/external/swiftshader/third_party/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/llvm/test/tools/llvm-cxxdump/
eh.test
1
RUN: llvm-cxxdump %p/Inputs/eh.obj.coff-
i386
\
2
RUN: | FileCheck %s --check-prefix=COFF-
I386
5
COFF-
I386
: ??_R0?AUA@@@8[VFPtr]: ??_7type_info@@6B@
6
COFF-
I386
: ??_R0?AUA@@@8[AlwaysZero]: 0
7
COFF-
I386
: ??_R0?AUA@@@8[MangledName]: .?AUA@@
8
COFF-
I386
: ??_R0?AUB@@@8[VFPtr]: ??_7type_info@@6B@
9
COFF-
I386
: ??_R0?AUB@@@8[AlwaysZero]: 0
10
COFF-
I386
: ??_R0?AUB@@@8[MangledName]: .?AUB@@
11
COFF-
I386
: ??_R0?AUC@@@8[VFPtr]: ??_7type_info@@6B@
12
COFF-
I386
: ??_R0?AUC@@@8[AlwaysZero]:
[
all
...]
Completed in 1648 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>