OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coff
(Results
226 - 250
of
1583
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/swiftshader/third_party/LLVM/lib/Object/
COFFObjectFile.cpp
1
//===- COFFObjectFile.cpp -
COFF
object file implementation -----*- C++ -*-===//
14
#include "llvm/Object/
COFF
.h"
160
if (symb->StorageClass ==
COFF
::IMAGE_SYM_CLASS_EXTERNAL &&
161
symb->SectionNumber ==
COFF
::IMAGE_SYM_UNDEFINED) {
164
if (symb->Type.ComplexType ==
COFF
::IMAGE_SYM_DTYPE_FUNCTION) {
181
Result = (symb->StorageClass ==
COFF
::IMAGE_SYM_CLASS_EXTERNAL);
231
case
COFF
::IMAGE_SYM_UNDEFINED:
233
if (symb->StorageClass ==
COFF
::IMAGE_SYM_CLASS_WEAK_EXTERNAL) {
239
case
COFF
::IMAGE_SYM_ABSOLUTE:
242
case
COFF
::IMAGE_SYM_DEBUG
[
all
...]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
BasePeCoffLibInternals.h
71
Returns TRUE if the machine type of PE/
COFF
image is supported. Supported
72
does not mean the image can be executed it means the PE/
COFF
loader supports
78
@return TRUE if this PE/
COFF
loader can load the image
87
Retrieves the magic value from the PE/
COFF
header.
101
Retrieves the PE or TE Header from a PE/
COFF
or TE image.
107
@retval Other The error status from reading the PE/
COFF
or TE image using the ImageRead function.
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Ppi/
EmuThunk.h
96
Loads and relocates a PE/
COFF
image into memory.
99
Pe32Data - The base address of the PE/
COFF
file that is to be loaded and relocated
100
ImageAddress - The base address of the relocated PE/
COFF
image
101
ImageSize - The size of the relocated PE/
COFF
image
102
EntryPoint - The entry point of the relocated PE/
COFF
image
106
EFI_OUT_OF_RESOURCES - There was not enough memory to load and relocate the PE/
COFF
file
/toolchain/binutils/binutils-2.25/bfd/
pei-ppc.c
1
/* BFD back-end for PowerPC PE IMAGE
COFF
files.
44
coff
-ppc.c and peigen.c. */
50
#include "
coff
-ppc.c"
coff-we32k.c
1
/* BFD back-end for we32k
COFF
files.
25
#include "
coff
/we32k.h"
26
#include "
coff
/internal.h"
73
CREATE_BIG_COFF_TARGET_VEC (we32k_coff_vec, "
coff
-we32k", 0, 0, 0, NULL, COFF_SWAP_TABLE)
/toolchain/binutils/binutils-2.25/include/coff/
z80.h
0
/*
coff
information for Zilog Z80
20
#include "
coff
/external.h"
33
/* Z80
COFF
encodes the section alignment in the section header flags */
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/Ebc/
PeCoffLoaderEx.c
48
Returns TRUE if the machine type of PE/
COFF
image is supported. Supported
49
does not mean the image can be executed it means the PE/
COFF
loader supports
53
This function implies the basic PE/
COFF
loader/relocator supports IA32, EBC,
59
@return TRUE if this PE/
COFF
loader can load the image
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/Ia32/
PeCoffLoaderEx.c
48
Returns TRUE if the machine type of PE/
COFF
image is supported. Supported
49
does not mean the image can be executed it means the PE/
COFF
loader supports
53
This function implies the basic PE/
COFF
loader/relocator supports IA32, EBC,
59
@return TRUE if this PE/
COFF
loader can load the image
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/X64/
PeCoffLoaderEx.c
49
Returns TRUE if the machine type of PE/
COFF
image is supported. Supported
50
does not mean the image can be executed it means the PE/
COFF
loader supports
54
This function implies the basic PE/
COFF
loader/relocator supports IA32, EBC,
60
@return TRUE if this PE/
COFF
loader can load the image
/device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
PeCoffLoaderEx.c
42
Returns TRUE if the machine type of PE/
COFF
image is supported. Supported
43
does not mean the image can be executed it means the PE/
COFF
loader supports
47
The IA32/X64 version PE/
COFF
loader/relocater both support IA32, X64 and EBC images.
51
@return TRUE if this PE/
COFF
loader can load the image
/external/llvm/include/llvm/Object/
COFFImportFile.h
1
//===- COFFImportFile.h -
COFF
short import file implementation -*- C++ -*-===//
10
//
COFF
short import file is a special kind of file which contains
19
#include "llvm/Object/
COFF
.h"
67
return getCOFFImportHeader()->getType() ==
COFF
::IMPORT_CODE;
/external/llvm/lib/Object/
COFFObjectFile.cpp
1
//===- COFFObjectFile.cpp -
COFF
object file implementation -----*- C++ -*-===//
14
#include "llvm/Object/
COFF
.h"
19
#include "llvm/Support/
COFF
.h"
166
COFF
::isReservedSectionNumber(SectionNumber))
185
if (Symb.getComplexType() ==
COFF
::IMAGE_SYM_DTYPE_FUNCTION)
195
if (SectionNumber ==
COFF
::IMAGE_SYM_DEBUG || Symb.isSectionDefinition())
198
if (!
COFF
::isReservedSectionNumber(SectionNumber))
214
if (Symb.getSectionNumber() ==
COFF
::IMAGE_SYM_ABSOLUTE)
240
if (
COFF
::isReservedSectionNumber(Symb.getSectionNumber()))
301
return Sec->Characteristics &
COFF
::IMAGE_SCN_CNT_CODE
[
all
...]
/external/llvm/test/MC/COFF/
secrel-variant.s
0
//
COFF
section-relative relocations
/external/llvm/test/Object/Inputs/COFF/
weak-externals.yaml
1
--- !
COFF
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
COFFImportFile.h
1
//===- COFFImportFile.h -
COFF
short import file implementation -*- C++ -*-===//
10
//
COFF
short import file is a special kind of file which contains
19
#include "llvm/Object/
COFF
.h"
67
return getCOFFImportHeader()->getType() ==
COFF
::IMPORT_CODE;
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
COFFImportFile.h
1
//===- COFFImportFile.h -
COFF
short import file implementation -*- C++ -*-===//
10
//
COFF
short import file is a special kind of file which contains
19
#include "llvm/Object/
COFF
.h"
67
return getCOFFImportHeader()->getType() ==
COFF
::IMPORT_CODE;
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
COFFImportFile.h
1
//===- COFFImportFile.h -
COFF
short import file implementation -*- C++ -*-===//
10
//
COFF
short import file is a special kind of file which contains
19
#include "llvm/Object/
COFF
.h"
67
return getCOFFImportHeader()->getType() ==
COFF
::IMPORT_CODE;
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFFImportFile.h
1
//===- COFFImportFile.h -
COFF
short import file implementation -*- C++ -*-===//
10
//
COFF
short import file is a special kind of file which contains
19
#include "llvm/Object/
COFF
.h"
67
return getCOFFImportHeader()->getType() ==
COFF
::IMPORT_CODE;
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
COFFImportFile.h
1
//===- COFFImportFile.h -
COFF
short import file implementation -*- C++ -*-===//
10
//
COFF
short import file is a special kind of file which contains
19
#include "llvm/Object/
COFF
.h"
67
return getCOFFImportHeader()->getType() ==
COFF
::IMPORT_CODE;
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
COFFImportFile.h
1
//===- COFFImportFile.h -
COFF
short import file implementation -*- C++ -*-===//
10
//
COFF
short import file is a special kind of file which contains
19
#include "llvm/Object/
COFF
.h"
67
return getCOFFImportHeader()->getType() ==
COFF
::IMPORT_CODE;
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
COFFImportFile.h
1
//===- COFFImportFile.h -
COFF
short import file implementation -*- C++ -*-===//
10
//
COFF
short import file is a special kind of file which contains
19
#include "llvm/Object/
COFF
.h"
67
return getCOFFImportHeader()->getType() ==
COFF
::IMPORT_CODE;
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
COFFImportFile.h
1
//===- COFFImportFile.h -
COFF
short import file implementation -*- C++ -*-===//
10
//
COFF
short import file is a special kind of file which contains
19
#include "llvm/Object/
COFF
.h"
67
return getCOFFImportHeader()->getType() ==
COFF
::IMPORT_CODE;
/prebuilts/go/darwin-x86/src/debug/pe/
string.go
22
// StringTable is a
COFF
string table.
26
//
COFF
string table is located right after
COFF
symbol table.
55
// String extracts string from
COFF
string table st at offset start.
/prebuilts/go/linux-x86/src/debug/pe/
string.go
22
// StringTable is a
COFF
string table.
26
//
COFF
string table is located right after
COFF
symbol table.
55
// String extracts string from
COFF
string table st at offset start.
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
bignum1.d
5
#not-target: *-*-*
coff
*-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
Completed in 1076 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>