Searched refs:self_reloc (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/stand/efi/loader/arch/amd64/
H A Dstart.S56 call self_reloc
/freebsd-13-stable/stand/efi/loader/arch/i386/
H A Dstart.S56 call self_reloc
/freebsd-13-stable/stand/arm/uboot/
H A DMakefile25 SRCS= start.S conf.c self_reloc.c vers.c
28 CWARNFLAGS.self_reloc.c+= -Wno-error=maybe-uninitialized
H A Dstart.S33 .extern _C_LABEL(self_reloc), _C_LABEL(main)
49 /* Save the arguments and return register before calling self_reloc */
57 * Note that we're still on u-boot's stack here, but the self_reloc
66 blne _C_LABEL(self_reloc) /* Do reloc if _DYNAMIC is non-NULL. */
/freebsd-13-stable/stand/common/
H A Dself_reloc.c63 void self_reloc(Elf_Addr baseaddr, ElfW_Dyn *dynamic);
69 self_reloc(Elf_Addr baseaddr, ElfW_Dyn *dynamic) function
/freebsd-13-stable/stand/efi/loader/arch/arm/
H A Dstart.S156 bl _C_LABEL(self_reloc)
/freebsd-13-stable/stand/efi/loader/arch/arm64/
H A Dstart.S163 bl self_reloc
/freebsd-13-stable/stand/efi/loader/arch/riscv/
H A Dstart.S160 call _C_LABEL(self_reloc)
/freebsd-13-stable/stand/efi/boot1/
H A DMakefile33 SRCS+= boot1.c proto.c self_reloc.c start.S ufs_module.c devpath.c
/freebsd-13-stable/stand/efi/loader/
H A DMakefile24 self_reloc.c \
/freebsd-13-stable/stand/
H A Ddefs.mk154 # translate to the -Bsymbolic -pie format required by self_reloc() in loader(8).

Completed in 102 milliseconds