Home
last modified time | relevance | path

Searched refs:relocs (Results 1 – 7 of 7) sorted by relevance

/rk3399_rockchip-uboot/tools/
H A Dmips-relocs.c107 } *relocs; variable
132 new = realloc(relocs, new_sz * sizeof(*relocs)); in add_reloc()
138 relocs = new; in add_reloc()
142 relocs[relocs_idx++] = (struct mips_reloc){ in add_reloc()
381 qsort(relocs, relocs_idx, sizeof(*relocs), compare_relocs); in main()
385 relocs[i].offset -= relocs[i - 1].offset; in main()
390 output_uint(&buf, relocs[i].type); in main()
391 output_uint(&buf, relocs[i].offset >> 2); in main()
427 free(relocs); in main()
H A D.gitignore19 /mips-relocs
/rk3399_rockchip-uboot/arch/mips/
H A DMakefile.postlink13 CMD_RELOCS = tools/mips-relocs
19 $(call if_changed,relocs)
H A Dconfig.mk61 LDFLAGS_FINAL += --emit-relocs
/rk3399_rockchip-uboot/lib/efi_loader/
H A Defi_image_loader.c29 const uint16_t *relocs = (const uint16_t *)(rel + 1); in efi_loader_relocate() local
32 uint32_t offset = (uint32_t)(*relocs & 0xfff) + in efi_loader_relocate()
34 int type = *relocs >> EFI_PAGE_SHIFT; in efi_loader_relocate()
60 relocs++; in efi_loader_relocate()
62 rel = (const IMAGE_BASE_RELOCATION *)relocs; in efi_loader_relocate()
/rk3399_rockchip-uboot/arch/mips/cpu/
H A Du-boot.lds52 * .rel must come last so that the mips-relocs tool can shrink
/rk3399_rockchip-uboot/arch/x86/
H A Dconfig.mk79 PLATFORM_LDFLAGS += --emit-relocs