Searched refs:relocs (Results 1 – 7 of 7) sorted by relevance
106 } *relocs; variable131 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()377 qsort(relocs, relocs_idx, sizeof(*relocs), compare_relocs); in main()381 relocs[i].offset -= relocs[i - 1].offset; in main()386 output_uint(&buf, relocs[i].type); in main()387 output_uint(&buf, relocs[i].offset >> 2); in main()413 free(relocs); in main()
23 /mips-relocs
11 CMD_RELOCS = tools/mips-relocs17 $(call if_changed,relocs)
58 LDFLAGS_FINAL += --emit-relocs
126 const uint16_t *relocs = (const uint16_t *)(rel + 1); in efi_loader_relocate() local129 uint32_t offset = (uint32_t)(*relocs & 0xfff) + in efi_loader_relocate()131 int type = *relocs >> EFI_PAGE_SHIFT; in efi_loader_relocate()170 relocs++; in efi_loader_relocate()172 rel = (const IMAGE_BASE_RELOCATION *)relocs; in efi_loader_relocate()
84 KBUILD_LDFLAGS += --emit-relocs
1027 LDFLAGS_u-boot += -z notext $(call ld-option,--apply-dynamic-relocs)
Completed in 17 milliseconds