Searched refs:relocation_offset (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/loader/arch/arm/
H A Dexec.c83 printf("relocation_offset %llx\n", __elfN(relocation_offset));
/illumos-gate/usr/src/boot/sys/boot/uboot/common/
H A Dmetadata.c228 a = fp->f_addr - __elfN(relocation_offset);
348 *modulep -= __elfN(relocation_offset);
356 vaddr -= __elfN(relocation_offset);
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dbootinfo.c225 v -= __elfN(relocation_offset);
444 *modulep -= __elfN(relocation_offset);
452 vaddr -= __elfN(relocation_offset);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dbootstrap.h244 extern u_int64_t __elfN(relocation_offset);
H A Dload_elf.c87 u_int64_t __elfN(relocation_offset) = 0; variable
390 __elfN(relocation_offset) = off;
/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c133 offs = __elfN(relocation_offset);

Completed in 54 milliseconds