Searched refs:gnuefi (Results 1 – 4 of 4) sorted by relevance
47 APPSDIR = $(LIBDIR)/gnuefi/apps49 CRTOBJS = ../gnuefi/crt0-efi-$(ARCH).o51 LDSCRIPT = $(TOPDIR)/gnuefi/elf_$(ARCH)_efi.lds53 LDSCRIPT = $(TOPDIR)/gnuefi/elf_$(ARCH)_fbsd_efi.lds56 LDFLAGS += -shared -Bsymbolic -L../lib -L../gnuefi $(CRTOBJS)
49 SUBDIRS = lib gnuefi inc apps81 gnuefi: lib target82 apps: gnuefi
172 Right now we wind up trying to build gnuefi/.o from a source file that's944 - Creates gnuefi/elf_ia32_fbsd_efi.lds which specifies the object file type as949 $(TOPDIR)/gnuefi/elf_$(ARCH)_fbsd_efi.lds when building on either 32-bit or1071 - Force a dependency on lib for gnuefi.1217 * gnuefi/reloc_ia32.c (_relocate): Change return type from "void"1221 * gnuefi/elf_ia32_efi.lds: Drop unneeded ".rel.reloc" section.1223 * gnuefi/crt0-efi-ia32.S (_start): Exit if _relocate() returns with1232 * gnuefi/reloc_ia32.c: Add a couple of defines to work around1236 * gnuefi/crt0-efi-ia32.S (dummy): Add a dummy relocation entry.1240 * gnuefi/reloc_ia32.c: Add a couple of defines to work around[all …]
86 gnuefi: This directory contains the glue necessary to convert ELF64113 gnuefi/libgnuefi.a first and then all the EFI applications such as a227 in gnuefi/elf_$(ARCH)_efi.lds where $(ARCH) is the target architecture277 directory gnuefi for the string "@gprel".321 version can be found in gnuefi/reloc_ia32.c, the x86_64 version322 can be found in gnuefi/reloc_x86_64.c and the IA-64 version can be323 found in gnuefi/reloc_ia64.S.348 MAX_FUNCTION_DESCRIPTORS in gnuefi/reloc_ia64.S should be increased366 in gnuefi/crt0-efi-ia64.S crafts one manually by with the code: