Home
last modified time | relevance | path

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

/u-boot/tools/
A Dmips-relocs.c106 } *relocs; variable
131 new = realloc(relocs, new_sz * sizeof(*relocs)); in add_reloc()
137 relocs = new; in add_reloc()
141 relocs[relocs_idx++] = (struct mips_reloc){ in add_reloc()
376 qsort(relocs, relocs_idx, sizeof(*relocs), compare_relocs); in main()
380 relocs[i].offset -= relocs[i - 1].offset; in main()
385 output_uint(&buf, relocs[i].type); in main()
386 output_uint(&buf, relocs[i].offset >> 2); in main()
412 free(relocs); in main()
A D.gitignore22 /mips-relocs
/u-boot/arch/mips/
A DMakefile.postlink11 CMD_RELOCS = tools/mips-relocs
17 $(call if_changed,relocs)
A Dconfig.mk60 LDFLAGS_FINAL += --emit-relocs
/u-boot/lib/efi_loader/
A Defi_image_loader.c125 const uint16_t *relocs = (const uint16_t *)(rel + 1); in efi_loader_relocate() local
128 uint32_t offset = (uint32_t)(*relocs & 0xfff) + in efi_loader_relocate()
130 int type = *relocs >> EFI_PAGE_SHIFT; in efi_loader_relocate()
169 relocs++; in efi_loader_relocate()
171 rel = (const IMAGE_BASE_RELOCATION *)relocs; in efi_loader_relocate()
/u-boot/arch/x86/
A Dconfig.mk74 KBUILD_LDFLAGS += --emit-relocs

Completed in 15 milliseconds