/DragonStub/lib/ |
H A D | ctors.S | 11 .section .init_array,"aw",%init_array 18 .section .ctors,"aw",%progbits 25 .section .dtors,"aw",%progbits 32 .section .fini_array,"aw",%fini_array 42 .section .note.GNU-stack,"",%progbits
|
/DragonStub/gnuefi/ |
H A D | crt0-efi-ia64.S | 74 .section .plabel, "a" 83 .section .reloc, "a" 90 .section .note.GNU-stack,"",%progbits
|
H A D | crt0-efi-x86_64.S | 72 .section .reloc, "a" 80 .section .note.GNU-stack,"",%progbits
|
H A D | crt0-efi-aarch64.S | 49 .section .reloc, "a" 57 .section .note.GNU-stack,"",%progbits
|
H A D | crt0-efi-ia32.S | 74 .section .reloc 81 .section .note.GNU-stack,"",%progbits
|
H A D | elf_ia32_fbsd_efi.lds | 45 * Note that these aren't the using the GNU "CONSTRUCTOR" output section 71 /* the EFI loader doesn't seem to like a .bss section, so we stick 102 .reloc : /* This is the PECOFF .reloc section! */
|
H A D | crt0-efi-riscv64.S | 23 .section .text.head 178 .section .reloc, "a" 186 .section .note.GNU-stack,"",%progbits
|
H A D | elf_ia32_efi.lds | 36 * Note that these aren't the using the GNU "CONSTRUCTOR" output section 62 /* the EFI loader doesn't seem to like a .bss section, so we stick 96 .reloc : /* This is the PECOFF .reloc section! */
|
H A D | crt0-efi-arm.S | 19 .section .text.head 182 .section .areloc 189 .section .note.GNU-stack,"",%progbits
|
H A D | elf_ia64_efi.lds | 47 * Note that these aren't the using the GNU "CONSTRUCTOR" output section 73 /* the EFI loader doesn't seem to like a .bss section, so we stick 103 .reloc : /* This is the PECOFF .reloc section! */
|
H A D | elf_mips64el_efi.lds | 32 * Note that these aren't the using the GNU "CONSTRUCTOR" output section 58 /* the EFI loader doesn't seem to like a .bss section, so we stick
|
H A D | elf_x86_64_fbsd_efi.lds | 40 * Note that these aren't the using the GNU "CONSTRUCTOR" output section 66 /* the EFI loader doesn't seem to like a .bss section, so we stick
|
H A D | elf_aarch64_efi.lds | 44 * Note that these aren't the using the GNU "CONSTRUCTOR" output section 70 /* the EFI loader doesn't seem to like a .bss section, so we stick
|
H A D | elf_x86_64_efi.lds | 43 * Note that these aren't the using the GNU "CONSTRUCTOR" output section 69 /* the EFI loader doesn't seem to like a .bss section, so we stick
|
H A D | crt0-efi-mips64el.S | 20 .section .text.head 201 .section .note.GNU-stack,"",%progbits
|
H A D | elf_arm_efi.lds | 44 * Note that these aren't the using the GNU "CONSTRUCTOR" output section 70 /* the EFI loader doesn't seem to like a .bss section, so we stick
|
/DragonStub/lib/arm/ |
H A D | efi_stub.S | 4 .section .note.GNU-stack,"",%progbits
|
H A D | setjmp.S | 28 .section .note.GNU-stack,"",%progbits
|
H A D | ldivmod.S | 61 .section .note.GNU-stack,"",%progbits
|
/DragonStub/lib/mips64el/ |
H A D | efi_stub.S | 4 .section .note.GNU-stack,"",%progbits
|
/DragonStub/lib/ia32/ |
H A D | efi_stub.S | 4 .section .note.GNU-stack,"",%progbits
|
H A D | setjmp.S | 48 .section .note.GNU-stack,"",%progbits
|
/DragonStub/lib/aarch64/ |
H A D | efi_stub.S | 4 .section .note.GNU-stack,"",%progbits
|
/DragonStub/docs/ |
H A D | README.gnuefi | 45 supports Intel64 EFI and accepts wildcard section names. 205 .reloc section. 229 This script is set up to create only eight COFF section, each page aligned 235 Collects the ELF .hash info (this section _must_ be the first 236 section in order to build a shared object file; the section is 241 shared object will contain .hash section, .gnu.hash section or 254 .text is to make it possible to disassemble the .text section 259 The reason the uninitialized data is placed in this section is 328 section (whose starting address is given by symbol _DYNAMIC) for the 340 dynamic symbol table. This is why the .dynsym section is included in [all …]
|
/DragonStub/inc/dragonstub/ |
H A D | compiler_attributes.h | 341 #define __section(section) __attribute__((__section__(section))) argument
|