Searched refs:relocs (Results 1 – 6 of 6) 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()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()
22 /mips-relocs
11 CMD_RELOCS = tools/mips-relocs17 $(call if_changed,relocs)
60 LDFLAGS_FINAL += --emit-relocs
125 const uint16_t *relocs = (const uint16_t *)(rel + 1); in efi_loader_relocate() local128 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()
74 KBUILD_LDFLAGS += --emit-relocs
Completed in 15 milliseconds