Home
last modified time | relevance | path

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

/arch/x86/realmode/rm/
DMakefile10 always := realmode.bin realmode.relocs
45 LDFLAGS_realmode.elf := --emit-relocs -T
55 $(obj)/realmode.bin: $(obj)/realmode.elf $(obj)/realmode.relocs
59 cmd_relocs = arch/x86/tools/relocs --realmode $< > $@
61 targets += realmode.relocs
62 $(obj)/realmode.relocs: $(obj)/realmode.elf FORCE
63 $(call if_changed,relocs)
D.gitignore3 realmode.relocs
/arch/x86/boot/compressed/
D.gitignore1 relocs
3 vmlinux.relocs
DMakefile58 targets += $(patsubst $(obj)/%,%,$(VMLINUX_OBJS)) vmlinux.bin.all vmlinux.relocs
60 CMD_RELOCS = arch/x86/tools/relocs
62 cmd_relocs = $(CMD_RELOCS) $< > $@;$(CMD_RELOCS) --abs-relocs $<
63 $(obj)/vmlinux.relocs: vmlinux FORCE
64 $(call if_changed,relocs)
67 vmlinux.bin.all-$(CONFIG_X86_NEED_RELOCS) += $(obj)/vmlinux.relocs
/arch/x86/tools/
DMakefile41 hostprogs-y += relocs
42 relocs-objs := relocs_32.o relocs_64.o relocs_common.o
43 relocs: $(obj)/relocs target
D.gitignore1 relocs
Drelocs.c15 struct relocs { struct
21 static struct relocs relocs16; argument
22 static struct relocs relocs32;
23 static struct relocs relocs64;
627 static void add_reloc(struct relocs *r, uint32_t offset) in add_reloc()
933 static void sort_relocs(struct relocs *r) in sort_relocs()
/arch/mips/mm/
Dtlbex.c302 static struct uasm_reloc relocs[128] __cpuinitdata; variable
1328 struct uasm_reloc *r = relocs; in build_r4000_tlb_refill_handler()
1336 memset(relocs, 0, sizeof(relocs)); in build_r4000_tlb_refill_handler()
1405 && uasm_insn_has_bdelay(relocs, in build_r4000_tlb_refill_handler()
1416 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1422 uasm_copy_handler(relocs, labels, tlb_handler, p, f); in build_r4000_tlb_refill_handler()
1459 if (uasm_insn_has_bdelay(relocs, split - 1)) in build_r4000_tlb_refill_handler()
1463 uasm_copy_handler(relocs, labels, tlb_handler, split, f); in build_r4000_tlb_refill_handler()
1470 if (uasm_insn_has_bdelay(relocs, split)) in build_r4000_tlb_refill_handler()
1473 uasm_copy_handler(relocs, labels, in build_r4000_tlb_refill_handler()
[all …]
Dpage.c70 static struct uasm_reloc __cpuinitdata relocs[5]; variable
252 struct uasm_reloc *r = relocs;
261 memset(relocs, 0, sizeof(relocs));
328 uasm_resolve_relocs(relocs, labels);
399 struct uasm_reloc *r = relocs;
408 memset(relocs, 0, sizeof(relocs));
572 uasm_resolve_relocs(relocs, labels);
/arch/powerpc/kernel/
Dmodule_64.c141 unsigned long relocs = 1; in get_stubs_size() local
161 relocs += count_relocs((void *)sechdrs[i].sh_addr, in get_stubs_size()
169 relocs++; in get_stubs_size()
172 DEBUGP("Looks like a total of %lu stubs, max\n", relocs); in get_stubs_size()
173 return relocs * sizeof(struct ppc64_stub_entry); in get_stubs_size()
/arch/x86/
DMakefile29 LDFLAGS_vmlinux := --emit-relocs
153 $(Q)$(MAKE) $(build)=arch/x86/tools relocs