Searched refs:relocs (Results 1 – 7 of 7) sorted by relevance
107 } *relocs; variable132 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()
19 /mips-relocs
13 CMD_RELOCS = tools/mips-relocs19 $(call if_changed,relocs)
61 LDFLAGS_FINAL += --emit-relocs
29 const uint16_t *relocs = (const uint16_t *)(rel + 1); in efi_loader_relocate() local32 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()
52 * .rel must come last so that the mips-relocs tool can shrink
79 PLATFORM_LDFLAGS += --emit-relocs