HomeSort by relevance Sort by last modified time
    Searched full:coff (Results 76 - 100 of 1583) sorted by null

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffExtraActionLibNull/
PeCoffExtraActionLibNull.uni 2 // Null PE/Coff Extra Action library instances with empty functions.
4 // Null PE/Coff Extra Action library instances with empty functions.
18 #string STR_MODULE_ABSTRACT #language en-US "Null PE/Coff Extra Action library instances with empty functions"
20 #string STR_MODULE_DESCRIPTION #language en-US "Null PE/Coff Extra Action library instances with empty functions."
PeCoffExtraActionLib.c 2 Null PE/Coff Extra Action library instances with empty functions.
20 Performs additional actions after a PE/COFF image has been loaded and relocated.
25 PE/COFF image that has already been loaded and relocated.
38 Performs additional actions just before a PE/COFF image is unloaded. Any resources
44 PE/COFF image that is being unloaded.
  /device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffGetEntryPointLib/
BasePeCoffGetEntryPointLib.uni 2 // PE/COFF Entry Point Library implementation.
4 // PE/COFF Entry Point Library implementation.
18 #string STR_MODULE_ABSTRACT #language en-US "PE/COFF Entry Point Library implementation"
20 #string STR_MODULE_DESCRIPTION #language en-US "PE/COFF Entry Point Library implementation."
  /external/llvm/test/Object/Inputs/COFF/
long-section-name.yaml 1 --- !COFF
  /external/llvm/test/tools/llvm-objdump/
coff-large-bss.test 1 RUN: llvm-objdump -s %p/Inputs/large-bss.obj.coff-i386 | FileCheck %s
  /external/llvm/test/tools/llvm-readobj/Inputs/
cxx-cli-aux.cpp 1 // cl.exe -clr -c t.cpp -Fo"cxx-cli-aux.obj.coff-i386"
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
addsw-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
barrier-bad.d 2 #skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd
local_label_elf.d 4 # There are COFF and Windows CE versions of this test.
5 #skip: *-*-*coff *-*-pe *-wince-* *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
  /toolchain/binutils/binutils-2.25/ld/emulparams/
coff_sparc.sh 2 OUTPUT_FORMAT="coff-sparc"
i386go32.sh 2 OUTPUT_FORMAT="coff-go32"
sh.sh 5 OUTPUT_FORMAT="coff-sh"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-pe/
image_size.d 1 #name: PE-COFF SizeOfImage
  /external/llvm/test/CodeGen/X86/
mingw-alloca.ll 1 ; RUN: llc < %s -mtriple=i386-pc-mingw32 | FileCheck %s -check-prefix=COFF
8 ; COFF: _foo1:
9 ; COFF: calll __alloca
21 ; COFF: _foo2:
22 ; COFF: andl $-16, %esp
23 ; COFF: pushl %eax
24 ; COFF: calll __alloca
25 ; COFF: movl 8012(%esp), %eax
  /external/llvm/test/tools/llvm-symbolizer/Inputs/
coff-dwarf.cpp 2 // clang-cl -MD -O2 -gdwarf -c coff-dwarf.cpp && lld-link -debug coff-dwarf.obj
  /device/linaro/bootloader/edk2/Nt32Pkg/Include/Ppi/
NtPeiLoadFile.h 46 Loads and relocates a PE/COFF image into memory.
49 Pe32Data - The base address of the PE/COFF file that is to be loaded and relocated
50 ImageAddress - The base address of the relocated PE/COFF image
51 ImageSize - The size of the relocated PE/COFF image
52 EntryPoint - The entry point of the relocated PE/COFF image
56 EFI_OUT_OF_RESOURCES - There was not enough memory to load and relocate the PE/COFF file
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
PeCoffLib.h 2 Function prototypes and defines on Memory Only PE COFF loader
19 // Return status codes from the PE/COFF Loader services
36 // PE/COFF Loader Read Function passed in by caller
48 // Context structure used while PE/COFF image is being loaded and relocated
76 Retrieves information on a PE/COFF image
80 @retval EFI_SUCCESS The information on the PE/COFF image was collected.
82 @retval EFI_UNSUPPORTED The PE/COFF image is not supported.
83 @retval Otherwise The error status from reading the PE/COFF image using the
95 Relocates a PE/COFF image in memory
99 @retval EFI_SUCCESS if the PE/COFF image was relocated
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCSectionCOFF.cpp 1 //===- lib/MC/MCSectionCOFF.cpp - COFF Code Section Representation --------===//
47 if (getCharacteristics() & COFF::IMAGE_SCN_MEM_DISCARDABLE)
51 if (getCharacteristics() & COFF::IMAGE_SCN_LNK_COMDAT) {
53 case COFF::IMAGE_COMDAT_SELECT_NODUPLICATES:
56 case COFF::IMAGE_COMDAT_SELECT_ANY:
59 case COFF::IMAGE_COMDAT_SELECT_SAME_SIZE:
62 case COFF::IMAGE_COMDAT_SELECT_EXACT_MATCH:
68 case COFF::IMAGE_COMDAT_SELECT_LARGEST:
72 assert (0 && "unsupported COFF selection type");
83 return getCharacteristics() & COFF::IMAGE_SCN_CNT_UNINITIALIZED_DATA
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/DxeHobPeCoffLib/
DxeHobPeCoff.c 2 PE/COFF Loader Library implementation that wraps a protocol passed up from
28 Retrieves information about a PE/COFF image.
34 If the PE/COFF image accessed through the ImageRead service in the ImageContext
35 structure is not a supported PE/COFF image type, then return RETURN_UNSUPPORTED.
42 @param ImageContext Pointer to the image context structure that describes the PE/COFF
45 @retval RETURN_SUCCESS The information on the PE/COFF image was collected.
47 @retval RETURN_UNSUPPORTED The PE/COFF image is not supported.
61 Applies relocation fixups to a PE/COFF image that was loaded with PeCoffLoaderLoadImage().
77 prior to transferring control to a PE/COFF image that is loaded using this library.
79 @param ImageContext Pointer to the image context structure that describes the PE/COFF
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMWinCOFFObjectWriter.cpp 1 //===-- ARMWinCOFFObjectWriter.cpp - ARM Windows COFF Object Writer -- C++ -==//
17 #include "llvm/Support/COFF.h"
26 : MCWinCOFFObjectTargetWriter(COFF::IMAGE_FILE_MACHINE_ARMNT) {
42 assert(getMachine() == COFF::IMAGE_FILE_MACHINE_ARMNT &&
56 return COFF::IMAGE_REL_ARM_ADDR32NB;
58 return COFF::IMAGE_REL_ARM_SECREL;
60 return COFF::IMAGE_REL_ARM_ADDR32;
63 return COFF::IMAGE_REL_ARM_SECTION;
65 return COFF::IMAGE_REL_ARM_SECREL;
67 return COFF::IMAGE_REL_ARM_BRANCH20T
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/
PeCoffLoader.h 31 Retrieves information about a PE/COFF image.
37 If the PE/COFF image accessed through the ImageRead service in the ImageContext
38 structure is not a supported PE/COFF image type, then return RETURN_UNSUPPORTED.
45 @param ImageContext Pointer to the image context structure that describes the PE/COFF
48 @retval RETURN_SUCCESS The information on the PE/COFF image was collected.
50 @retval RETURN_UNSUPPORTED The PE/COFF image is not supported.
61 Applies relocation fixups to a PE/COFF image that was loaded with PeCoffLoaderLoadImage().
77 prior to transferring control to a PE/COFF image that is loaded using this library.
79 @param ImageContext Pointer to the image context structure that describes the PE/COFF
82 @retval RETURN_SUCCESS The PE/COFF image was relocated.
    [all...]
  /external/llvm/test/Object/
objdump-section-content.test 1 RUN: yaml2obj %p/Inputs/COFF/i386.yaml | llvm-objdump -s - | FileCheck %s -check-prefix COFF-i386
7 COFF-i386: file format
8 COFF-i386: Contents of section .text:
9 COFF-i386: 0000 83ec0cc7 44240800 000000c7 04240000 ....D$.......$..
10 COFF-i386: 0010 0000e800 000000e8 00000000 8b442408 .............D$.
11 COFF-i386: 0020 83c40cc3 ....
12 COFF-i386: Contents of section .data:
13 COFF-i386: 0000 48656c6c 6f20576f 726c6421 00 Hello World!.
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
PeCoffExtraActionLib.h 2 Provides services to perform additional actions when a PE/COFF image is loaded
23 Performs additional actions after a PE/COFF image has been loaded and relocated.
28 PE/COFF image that has already been loaded and relocated.
38 Performs additional actions just before a PE/COFF image is unloaded. Any resources
44 PE/COFF image that is being unloaded.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffGetEntryPointLib/
PeCoffGetEntryPoint.c 19 Pe/Coff loader
26 Retrieves and returns a pointer to the entry point to a PE/COFF image that has been loaded
27 into system memory with the PE/COFF Loader Library functions.
29 Retrieves the entry point to the PE/COFF image specified by Pe32Data and returns this entry
30 point in EntryPoint. If the entry point could not be retrieved from the PE/COFF image, then
35 @param Pe32Data Pointer to the PE/COFF image that is loaded in system memory.
36 @param EntryPoint Pointer to entry point to the PE/COFF image to return.
39 @retval RETURN_INVALID_PARAMETER The entry point could not be found in the PE/COFF image.
78 Returns the machine type of a PE/COFF image.
80 Returns the machine type from the PE/COFF image specified by Pe32Data.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Guid/PeiPeCoffLoader/
PeiPeCoffLoader.c 18 GUID for the PE/COFF Loader APIs shared between PEI and DXE
27 EFI_GUID_STRING(&gEfiPeiPeCoffLoaderGuid, "PE/COFF Loader", "PE/COFF Loader APIs from PEI");

Completed in 881 milliseconds

1 2 34 5 6 7 8 91011>>