Lines Matching +full:bl +full:- +full:code +full:- +full:offset
1 /*-
8 * 1. Redistributions of source code must retain the above copyright
45 /* The MS-DOS Stub, only used to get the offset of the COFF header */
49 .long pe_sig - efi_start
51 /* The PE32 Signature. Needs to be 8-byte aligned */
62 .short section_table - optional_header /* Optional header size */
66 .short 0x010b /* PE32 (32-bit addressing) */
69 .long _edata - _end_header /* Code size */
72 .long _start - efi_start /* Entry point */
73 .long _end_header - efi_start /* Start of code */
87 .long _edata - efi_start /* Image size */
88 .long _end_header - efi_start /* Header size */
128 .long _edata - _end_header /* Virtual size */
129 .long _end_header - efi_start /* Virtual address */
130 .long _edata - _end_header /* Size of raw data */
131 .long _end_header - efi_start /* Pointer to raw data */
155 bl _C_LABEL(self_reloc)
169 bl _C_LABEL(efi_main)