| /arch/mips/boot/tools/ |
| A D | Makefile | 3 hostprogs += relocs 4 relocs-objs += relocs_32.o 5 relocs-objs += relocs_64.o 6 relocs-objs += relocs_main.o 7 PHONY += relocs 8 relocs: $(obj)/relocs target
|
| A D | .gitignore | 2 relocs
|
| A D | relocs.c | 16 struct relocs { struct 22 static struct relocs relocs; argument 442 static void add_reloc(struct relocs *r, uint32_t offset, unsigned type) in add_reloc() 544 add_reloc(&relocs, rel->r_offset, r_type); in do_reloc() 618 for (i = 0; i < relocs.count; i++) in emit_relocs() 619 size += write_reloc(relocs.offset[i], outf); in emit_relocs()
|
| /arch/s390/ |
| A D | Makefile.postlink | 15 CMD_RELOCS=arch/s390/tools/relocs 17 quiet_cmd_relocs = RELOCS $(OUT_RELOCS)/relocs.S 20 $(CMD_RELOCS) $@ > $(OUT_RELOCS)/relocs.S 23 $(call cmd,relocs) 26 @rm -f $(OUT_RELOCS)/relocs.S
|
| /arch/x86/realmode/rm/ |
| A D | Makefile | 10 always-y := realmode.bin realmode.relocs 44 LDFLAGS_realmode.elf := -m elf_i386 --emit-relocs -T 54 $(obj)/realmode.bin: $(obj)/realmode.elf $(obj)/realmode.relocs FORCE 58 cmd_relocs = arch/x86/tools/relocs --realmode $< > $@ 60 targets += realmode.relocs 61 $(obj)/realmode.relocs: $(obj)/realmode.elf FORCE 62 $(call if_changed,relocs)
|
| A D | .gitignore | 4 realmode.relocs
|
| /arch/s390/tools/ |
| A D | Makefile | 29 hostprogs += relocs 30 PHONY += relocs 31 relocs: $(obj)/relocs target
|
| A D | .gitignore | 4 relocs
|
| A D | relocs.c | 45 struct relocs { struct 51 static struct relocs relocs64; argument 251 static void add_reloc(struct relocs *r, uint32_t offset) in add_reloc() 326 static void sort_relocs(struct relocs *r) in sort_relocs()
|
| /arch/mips/kvm/ |
| A D | entry.c | 238 struct uasm_reloc relocs[2]; in kvm_mips_build_enter_guest() local 243 memset(relocs, 0, sizeof(relocs)); in kvm_mips_build_enter_guest() 384 struct uasm_reloc relocs[2]; in kvm_mips_build_tlb_refill_exception() local 387 struct uasm_reloc *r = relocs; in kvm_mips_build_tlb_refill_exception() 391 memset(relocs, 0, sizeof(relocs)); in kvm_mips_build_tlb_refill_exception() 472 struct uasm_reloc relocs[2]; in kvm_mips_build_exception() local 477 memset(relocs, 0, sizeof(relocs)); in kvm_mips_build_exception() 515 struct uasm_reloc relocs[3]; in kvm_mips_build_exit() local 520 memset(relocs, 0, sizeof(relocs)); in kvm_mips_build_exit() 741 struct uasm_reloc relocs[2]; in kvm_mips_build_ret_from_exit() local [all …]
|
| /arch/x86/tools/ |
| A D | Makefile | 42 hostprogs += relocs 43 relocs-objs := relocs_32.o relocs_64.o relocs_common.o 44 PHONY += relocs 45 relocs: $(obj)/relocs target
|
| A D | .gitignore | 2 relocs
|
| A D | relocs.c | 22 struct relocs { struct 28 static struct relocs relocs16; argument 29 static struct relocs relocs32; 32 static struct relocs relocs64; 681 static void add_reloc(struct relocs *r, uint32_t offset) in add_reloc() 939 static void sort_relocs(struct relocs *r) in sort_relocs()
|
| /arch/x86/boot/compressed/ |
| A D | .gitignore | 2 relocs 4 vmlinux.relocs
|
| A D | Makefile | 122 targets += $(patsubst $(obj)/%,%,$(vmlinux-objs-y)) vmlinux.bin.all vmlinux.relocs 124 CMD_RELOCS = arch/x86/tools/relocs 126 cmd_relocs = $(CMD_RELOCS) $< > $@;$(CMD_RELOCS) --abs-relocs $< 128 $(obj)/vmlinux.relocs: vmlinux.unstripped FORCE 129 $(call if_changed,relocs) 132 vmlinux.bin.all-$(CONFIG_X86_NEED_RELOCS) += $(obj)/vmlinux.relocs
|
| /arch/mips/mm/ |
| A D | tlbex.c | 1248 struct uasm_reloc *r = relocs; in build_r4000_tlb_refill_handler() 1256 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_refill_handler() 1477 struct uasm_reloc *r = relocs; in build_loongson3_tlb_refill_handler() 1480 memset(relocs, 0, sizeof(relocs)); in build_loongson3_tlb_refill_handler() 1545 memset(relocs, 0, sizeof(relocs)); in build_setup_pgd() 1886 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_load_handler() 1916 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_store_handler() 1946 memset(relocs, 0, sizeof(relocs)); in build_r3000_tlb_modify_handler() 2063 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_load_handler() 2245 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_store_handler() [all …]
|
| A D | page.c | 55 static struct uasm_reloc relocs[5]; variable 269 struct uasm_reloc *r = relocs; in build_clear_page() 278 memset(relocs, 0, sizeof(relocs)); in build_clear_page() 345 uasm_resolve_relocs(relocs, labels); in build_clear_page() 418 struct uasm_reloc *r = relocs; in build_copy_page() 427 memset(relocs, 0, sizeof(relocs)); in build_copy_page() 591 uasm_resolve_relocs(relocs, labels); in build_copy_page()
|
| /arch/mips/ |
| A D | Makefile.postlink | 19 CMD_RELOCS = arch/mips/boot/tools/relocs 31 $(call if_changed,relocs)
|
| /arch/powerpc/kernel/ |
| A D | module_64.c | 213 unsigned long relocs = 1; in get_stubs_size() local 233 relocs += count_relocs((void *)sechdrs[i].sh_addr, in get_stubs_size() 238 relocs += count_relocs((void *)sechdrs[i].sh_addr, in get_stubs_size() 255 relocs += roundup(me->arch.ool_stub_count * sizeof(struct ftrace_ool_stub), in get_stubs_size() 263 pr_debug("Looks like a total of %lu stubs, max\n", relocs); in get_stubs_size() 264 return relocs * sizeof(struct ppc64_stub_entry); in get_stubs_size() 303 unsigned long relocs = 1; in get_got_size() local 331 relocs += count_relocs((void *)sechdrs[i].sh_addr, in get_got_size() 343 relocs += count_pcpu_relocs(sechdrs, in get_got_size() 351 pr_debug("Looks like a total of %lu GOT entries, max\n", relocs); in get_got_size() [all …]
|
| /arch/mips/kernel/ |
| A D | pm-cps.c | 68 static struct uasm_reloc relocs[32]; variable 341 struct uasm_reloc *r = relocs; in cps_gen_entry_code() 370 memset(relocs, 0, sizeof(relocs)); in cps_gen_entry_code() 618 BUG_ON((r - relocs) > ARRAY_SIZE(relocs)); in cps_gen_entry_code() 621 uasm_resolve_relocs(relocs, labels); in cps_gen_entry_code()
|
| A D | smp-cps.c | 100 struct uasm_reloc relocs[2]; in mips_cps_build_core_entry() local 102 struct uasm_reloc *r = relocs; in mips_cps_build_core_entry() 105 memset(relocs, 0, sizeof(relocs)); in mips_cps_build_core_entry() 136 uasm_resolve_relocs(relocs, labels); in mips_cps_build_core_entry()
|
| /arch/s390/boot/ |
| A D | .gitignore | 4 relocs.S
|
| A D | Makefile | 29 obj-y += version.o pgm_check.o ctype.o ipl_data.o relocs.o alternative.o 41 targets += relocs.S 101 $(obj)/relocs.S: vmlinux
|
| A D | vmlinux.lds.S | 104 .vmlinux.relocs : {
|
| /arch/loongarch/ |
| A D | Makefile | 85 cflags-y += $(call cc-option,-mexplicit-relocs) 91 cflags-y += $(call cc-option,-mno-explicit-relocs) 124 …S_vmlinux += -static -pie --no-dynamic-linker -z notext $(call ld-option, --apply-dynamic-relocs)
|