OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coff
(Results
1 - 25
of
1583
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/Object/
yaml2obj-readobj.test
1
RUN: yaml2obj %p/Inputs/
COFF
/i386.yaml | llvm-readobj -file-headers -relocations -expand-relocs - | FileCheck %s --check-prefix
COFF
-I386
2
RUN: yaml2obj -o %t %p/Inputs/
COFF
/i386.yaml
4
RUN: | FileCheck %s --check-prefix
COFF
-I386
6
//
COFF
-I386: Characteristics [ (0x200)
7
//
COFF
-I386-NEXT: IMAGE_FILE_DEBUG_STRIPPED (0x200)
8
//
COFF
-I386-NEXT: ]
10
//
COFF
-I386: Relocations [
11
//
COFF
-I386-NEXT: Section (1) .text {
12
//
COFF
-I386-NEXT: Relocation
[
all
...]
obj2yaml-coff-section-aux-symbol.test
1
RUN: yaml2obj %p/Inputs/
COFF
/section-aux-symbol.yaml | obj2yaml | FileCheck %s --check-prefix
COFF
-I386
3
COFF
-I386: sections:
4
COFF
-I386-NEXT: - Name: .CRT
5
COFF
-I386: symbols:
6
COFF
-I386: - Name: '.CRT$XCAA'
7
COFF
-I386-NEXT: Value: 4
8
COFF
-I386: StorageClass: IMAGE_SYM_CLASS_STATIC
9
COFF
-I386-NEXT: SectionDefinition:
10
COFF
-I386-NEXT: Length:
[
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/zlib/src/contrib/masmx86/
bld_ml32.bat
1
ml /
coff
/Zi /c /Flmatch686.lst match686.asm
2
ml /
coff
/Zi /c /Flinffas32.lst inffas32.asm
/toolchain/binutils/binutils-2.25/ld/emulparams/
armcoff.sh
3
OUTPUT_FORMAT="
coff
-arm-little"
4
LITTLE_OUTPUT_FORMAT="
coff
-arm-little"
5
BIG_OUTPUT_FORMAT="
coff
-arm-big"
shl.sh
2
OUTPUT_FORMAT="
coff
-shl"
coff_i860.sh
2
OUTPUT_FORMAT="
coff
-i860"
h8300h.sh
2
OUTPUT_FORMAT="
coff
-h8300"
/external/swiftshader/third_party/LLVM/test/Object/
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
3
RUN: llvm-objdump -d -r %p/TestObjectFiles/trivial-object-test.
coff
-x86-64 \
4
RUN: | FileCheck %s -check-prefix
COFF
-x86-64
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
[
all
...]
nm-archive.test
1
RUN: llvm-nm %p/TestObjectFiles/archive-test.a-
coff
-i386 \
2
RUN: | FileCheck %s -check-prefix
COFF
7
COFF
: trivial-object-test.
coff
-i386:
8
COFF
-NEXT: 00000000 d .data
9
COFF
-NEXT: 00000000 t .text
10
COFF
-NEXT: 00000000 d L_.str
11
COFF
-NEXT: U _SomeOtherFunction
12
COFF
-NEXT: 00000000 T _main
13
COFF
-NEXT: U _put
[
all
...]
/external/llvm/test/tools/llvm-readobj/
symbols.test
1
RUN: llvm-readobj -t %p/Inputs/trivial.obj.
coff
-i386 \
2
RUN: | FileCheck %s -check-prefix
COFF
6
COFF
: Symbols [
7
COFF
-NEXT: Symbol {
8
COFF
-NEXT: Name: @comp.id
9
COFF
-NEXT: Value: 14766605
10
COFF
-NEXT: Section: IMAGE_SYM_ABSOLUTE (-1)
11
COFF
-NEXT: BaseType: Null (0x0)
12
COFF
-NEXT: ComplexType: Null (0x0)
13
COFF
-NEXT: StorageClass: Static (0x3
[
all
...]
coff-arm-baserelocs.test
1
# RUN: llvm-readobj -
coff
-basereloc %p/Inputs/trivial.exe.
coff
-arm | FileCheck %s
coff-directives.test
1
RUN: llvm-readobj -
coff
-directives %p/Inputs/directives.obj.
coff
-x86_64 | FileCheck %s
/external/llvm/include/llvm/ObjectYAML/
COFFYAML.h
1
//===- COFFYAML.h -
COFF
YAMLIO implementation ------------------*- C++ -*-===//
10
// This file declares classes for handling the YAML representation of
COFF
.
19
#include "llvm/Support/
COFF
.h"
23
namespace
COFF
{
42
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
56
COFF
::section Header;
65
COFF
::symbol Header;
66
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL;
67
COFF
::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h
1
//===- COFFYAML.h -
COFF
YAMLIO implementation ------------------*- C++ -*-===//
10
// This file declares classes for handling the YAML representation of
COFF
.
19
#include "llvm/Support/
COFF
.h"
23
namespace
COFF
{
42
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
56
COFF
::section Header;
65
COFF
::symbol Header;
66
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL;
67
COFF
::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h
1
//===- COFFYAML.h -
COFF
YAMLIO implementation ------------------*- C++ -*-===//
10
// This file declares classes for handling the YAML representation of
COFF
.
19
#include "llvm/Support/
COFF
.h"
23
namespace
COFF
{
42
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
56
COFF
::section Header;
65
COFF
::symbol Header;
66
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL;
67
COFF
::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h
1
//===- COFFYAML.h -
COFF
YAMLIO implementation ------------------*- C++ -*-===//
10
// This file declares classes for handling the YAML representation of
COFF
.
19
#include "llvm/Support/
COFF
.h"
23
namespace
COFF
{
42
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
56
COFF
::section Header;
65
COFF
::symbol Header;
66
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL;
67
COFF
::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h
1
//===- COFFYAML.h -
COFF
YAMLIO implementation ------------------*- C++ -*-===//
10
// This file declares classes for handling the YAML representation of
COFF
.
19
#include "llvm/Support/
COFF
.h"
23
namespace
COFF
{
42
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
56
COFF
::section Header;
65
COFF
::symbol Header;
66
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL;
67
COFF
::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h
1
//===- COFFYAML.h -
COFF
YAMLIO implementation ------------------*- C++ -*-===//
10
// This file declares classes for handling the YAML representation of
COFF
.
19
#include "llvm/Support/
COFF
.h"
23
namespace
COFF
{
42
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
56
COFF
::section Header;
65
COFF
::symbol Header;
66
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL;
67
COFF
::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h
1
//===- COFFYAML.h -
COFF
YAMLIO implementation ------------------*- C++ -*-===//
10
// This file declares classes for handling the YAML representation of
COFF
.
19
#include "llvm/Support/
COFF
.h"
23
namespace
COFF
{
42
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
56
COFF
::section Header;
65
COFF
::symbol Header;
66
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL;
67
COFF
::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL
[
all
...]
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h
1
//===- COFFYAML.h -
COFF
YAMLIO implementation ------------------*- C++ -*-===//
10
// This file declares classes for handling the YAML representation of
COFF
.
19
#include "llvm/Support/
COFF
.h"
23
namespace
COFF
{
42
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
56
COFF
::section Header;
65
COFF
::symbol Header;
66
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL;
67
COFF
::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
COFFYAML.h
1
//===- COFFYAML.h -
COFF
YAMLIO implementation ------------------*- C++ -*-===//
10
// This file declares classes for handling the YAML representation of
COFF
.
19
#include "llvm/Support/
COFF
.h"
23
namespace
COFF
{
42
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
56
COFF
::section Header;
65
COFF
::symbol Header;
66
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL;
67
COFF
::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL
[
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 615 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>