OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coff
(Results
26 - 50
of
1895
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.27/ld/emulparams/
h8500.sh
2
OUTPUT_FORMAT="
coff
-h8500"
h8500b.sh
2
OUTPUT_FORMAT="
coff
-h8500"
h8500c.sh
2
OUTPUT_FORMAT="
coff
-h8500"
h8500m.sh
2
OUTPUT_FORMAT="
coff
-h8500"
h8500s.sh
2
OUTPUT_FORMAT="
coff
-h8500"
i386coff.sh
2
OUTPUT_FORMAT="
coff
-i386"
m88kbcs.sh
2
OUTPUT_FORMAT="
coff
-m88kbcs"
st2000.sh
2
OUTPUT_FORMAT="
coff
-m68k"
w65.sh
2
OUTPUT_FORMAT="
coff
-w65"
/external/swiftshader/third_party/LLVM/test/Object/
objdump-relocations.test
1
RUN: llvm-objdump -r %p/TestObjectFiles/trivial-object-test.
coff
-i386 \
2
RUN: | FileCheck %s -check-prefix
COFF
-i386
3
RUN: llvm-objdump -r %p/TestObjectFiles/trivial-object-test.
coff
-x86-64 \
4
RUN: | FileCheck %s -check-prefix
COFF
-x86-64
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
15
COFF
-x86-64: .text
16
COFF
-x86-64: IMAGE_REL_AMD64_REL32 L.st
[
all
...]
nm-trivial-object.test
1
RUN: llvm-nm %p/TestObjectFiles/trivial-object-test.
coff
-i386 \
2
RUN: | FileCheck %s -check-prefix
COFF
3
RUN: llvm-nm %p/TestObjectFiles/trivial-object-test.
coff
-x86-64 \
4
RUN: | FileCheck %s -check-prefix
COFF
10
COFF
: 00000000 d .data
11
COFF
: 00000000 t .text
12
COFF
: 00000000 d L{{_?}}.str
13
COFF
: U {{_?}}SomeOtherFunction
14
COFF
: 00000000 T {{_?}}main
15
COFF
: U {{_?}}put
[
all
...]
/external/llvm/test/DebugInfo/X86/
dbg-asm.s
2
# RUN: | llvm-readobj -r - | FileCheck -check-prefix CHECK-
COFF
%s
4
# RUN: | llvm-readobj -r - | FileCheck -check-prefix CHECK-
COFF
%s
12
# CHECK-
COFF
: Relocations [
13
# CHECK-
COFF
: Section {{.*}} .debug_info {
14
# CHECK-
COFF
: 0x6 IMAGE_REL_I386_SECREL .debug_abbrev
15
# CHECK-
COFF
: 0xC IMAGE_REL_I386_SECREL .debug_line
16
# CHECK-
COFF
: }
17
# CHECK-
COFF
: Section {{.*}} .debug_aranges {
18
# CHECK-
COFF
: 0x6 IMAGE_REL_I386_SECREL .debug_info
19
# CHECK-
COFF
:
[
all
...]
/external/llvm/test/Object/
objdump-file-header.test
1
RUN: yaml2obj %p/Inputs/
COFF
/i386.yaml | llvm-objdump -f - | FileCheck %s -check-prefix
COFF
-i386
7
COFF
-i386: : file format
8
COFF
-i386: architecture: i386
9
COFF
-i386: HAS_RELOC
10
COFF
-i386: HAS_SYMS
11
COFF
-i386: start address 0x
/prebuilts/clang/host/darwin-x86/clang-4579689/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/BinaryFormat/
COFF
.h"
28
namespace
COFF
{
47
} // end namespace
COFF
49
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
64
COFF
::section Header;
76
COFF
::symbol Header;
77
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4630689/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/BinaryFormat/
COFF
.h"
28
namespace
COFF
{
47
} // end namespace
COFF
49
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
64
COFF
::section Header;
76
COFF
::symbol Header;
77
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4639204/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/BinaryFormat/
COFF
.h"
28
namespace
COFF
{
47
} // end namespace
COFF
49
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
64
COFF
::section Header;
76
COFF
::symbol Header;
77
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4691093/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/BinaryFormat/
COFF
.h"
28
namespace
COFF
{
47
} // end namespace
COFF
49
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
64
COFF
::section Header;
76
COFF
::symbol Header;
77
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4579689/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/BinaryFormat/
COFF
.h"
28
namespace
COFF
{
47
} // end namespace
COFF
49
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
64
COFF
::section Header;
76
COFF
::symbol Header;
77
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4630689/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/BinaryFormat/
COFF
.h"
28
namespace
COFF
{
47
} // end namespace
COFF
49
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
64
COFF
::section Header;
76
COFF
::symbol Header;
77
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4639204/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/BinaryFormat/
COFF
.h"
28
namespace
COFF
{
47
} // end namespace
COFF
49
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
64
COFF
::section Header;
76
COFF
::symbol Header;
77
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4691093/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/BinaryFormat/
COFF
.h"
28
namespace
COFF
{
47
} // end namespace
COFF
49
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
64
COFF
::section Header;
76
COFF
::symbol Header;
77
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ObjectYAML/
COFFYAML.h
1
//===- COFFYAML.h -
COFF
YAMLIO implementation ------------------*- C++ -*-===//
10
// This file declares classes for handling the YAML representation of
COFF
.
18
#include "llvm/BinaryFormat/
COFF
.h"
25
namespace
COFF
{
44
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
58
COFF
::section Header;
69
COFF
::symbol Header;
70
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL;
71
COFF
::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ObjectYAML/
COFFYAML.h
1
//===- COFFYAML.h -
COFF
YAMLIO implementation ------------------*- C++ -*-===//
10
// This file declares classes for handling the YAML representation of
COFF
.
18
#include "llvm/BinaryFormat/
COFF
.h"
25
namespace
COFF
{
44
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
58
COFF
::section Header;
69
COFF
::symbol Header;
70
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL;
71
COFF
::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ObjectYAML/
COFFYAML.h
1
//===- COFFYAML.h -
COFF
YAMLIO implementation ------------------*- C++ -*-===//
10
// This file declares classes for handling the YAML representation of
COFF
.
18
#include "llvm/BinaryFormat/
COFF
.h"
25
namespace
COFF
{
44
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
58
COFF
::section Header;
69
COFF
::symbol Header;
70
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL;
71
COFF
::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ObjectYAML/
COFFYAML.h
1
//===- COFFYAML.h -
COFF
YAMLIO implementation ------------------*- C++ -*-===//
10
// This file declares classes for handling the YAML representation of
COFF
.
18
#include "llvm/BinaryFormat/
COFF
.h"
25
namespace
COFF
{
44
// The structure of the yaml files is not an exact 1:1 match to
COFF
. In order
58
COFF
::section Header;
69
COFF
::symbol Header;
70
COFF
::SymbolBaseType SimpleType =
COFF
::IMAGE_SYM_TYPE_NULL;
71
COFF
::SymbolComplexType ComplexType = COFF::IMAGE_SYM_DTYPE_NULL
[
all
...]
Completed in 826 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>