Home
last modified time | relevance | path

Searched refs:reloc (Results 1 – 25 of 35) sorted by relevance

12

/arch/riscv/kernel/tests/module_test/
A Dtest_uleb128.S23 .reloc second, R_RISCV_SET_ULEB128, second
24 .reloc second, R_RISCV_SUB_ULEB128, first
29 .reloc fourth, R_RISCV_SET_ULEB128, fourth
30 .reloc fourth, R_RISCV_SUB_ULEB128, third
A Dtest_sub16.S18 .reloc sub16, R_RISCV_ADD16, second
19 .reloc sub16, R_RISCV_SUB16, first
A Dtest_sub32.S18 .reloc sub32, R_RISCV_ADD32, second
19 .reloc sub32, R_RISCV_SUB32, first
A Dtest_sub6.S18 .reloc sub6, R_RISCV_SET6, second
19 .reloc sub6, R_RISCV_SUB6, first
A Dtest_sub8.S18 .reloc sub8, R_RISCV_ADD8, second
19 .reloc sub8, R_RISCV_SUB8, first
A Dtest_sub64.S22 .reloc sub64, R_RISCV_ADD64, second
23 .reloc sub64, R_RISCV_SUB64, first
A Dtest_set32.S19 .reloc set32, R_RISCV_SET32, set32
A Dtest_set16.S22 .reloc set16, R_RISCV_SET16, set16
A Dtest_set6.S22 .reloc set6, R_RISCV_SET6, set6
A Dtest_set8.S22 .reloc set8, R_RISCV_SET8, set8
/arch/x86/boot/compressed/
A Dmisc.c201 int *reloc; in handle_relocations() local
252 for (reloc = output + output_len - sizeof(*reloc); *reloc; reloc--) { in handle_relocations()
253 long extended = *reloc; in handle_relocations()
263 for (reloc--; *reloc; reloc--) { in handle_relocations()
264 long extended = *reloc; in handle_relocations()
/arch/parisc/kernel/
A Dkexec.c76 void (*reloc)(unsigned long head, in machine_kexec() local
89 reloc = (void *)&desc; in machine_kexec()
92 reloc = (void *)virt; in machine_kexec()
107 reloc(image->head & PAGE_MASK, image->start, phys); in machine_kexec()
/arch/arm64/kvm/hyp/nvhe/
A DMakefile41 targets += $(hyp-obj) kvm_nvhe.tmp.o kvm_nvhe.rel.o hyp.lds hyp-reloc.S hyp-reloc.o
68 $(obj)/hyp-reloc.S: $(obj)/kvm_nvhe.tmp.o $(obj)/gen-hyprel FORCE
76 $(obj)/kvm_nvhe.rel.o: $(obj)/kvm_nvhe.tmp.o $(obj)/hyp-reloc.o FORCE
A D.gitignore4 hyp-reloc.S
/arch/riscv/kernel/tests/
A DKconfig.debug5 …def_bool $(as-instr,.reloc label$(comma) R_RISCV_SET_ULEB128$(comma) 127\n.reloc label$(comma) R_R…
/arch/s390/boot/
A Dstartup.c233 int *reloc; in kaslr_adjust_relocs() local
237 for (reloc = (int *)__vmlinux_relocs_64_start; reloc < (int *)__vmlinux_relocs_64_end; reloc++) { in kaslr_adjust_relocs()
238 loc = (long)*reloc + phys_offset; in kaslr_adjust_relocs()
/arch/arm64/kernel/
A DMakefile64 obj-$(CONFIG_ARM64_RELOC_TEST) += arm64-reloc-test.o
65 arm64-reloc-test-y := reloc_test_core.o reloc_test_syms.o
A Dvmlinux.lds.S42 .hyp.reloc : ALIGN(4) { \
44 *(.hyp.reloc) \
/arch/arm/include/asm/
A Dassembler.h692 .reloc .L0_\@, R_ARM_ALU_PC_G0_NC, \sym
693 .reloc .L1_\@, R_ARM_ALU_PC_G1_NC, \sym
694 .reloc .L2_\@, R_ARM_LDR_PC_G2, \sym
728 .reloc .L0_\@, R_ARM_ALU_PC_G0_NC, \sym
729 .reloc .L1_\@, R_ARM_ALU_PC_G1_NC, \sym
730 .reloc .L2_\@, R_ARM_LDR_PC_G2, \sym
/arch/arm/kernel/
A Dentry-armv.S34 #define RELOC_TEXT_NONE .reloc .text, R_ARM_NONE, .
1085 ARM( .reloc ., R_ARM_LDR_PC_G0, .L__vector_swi )
1086 THUMB( .reloc ., R_ARM_THM_PC12, .L__vector_swi )
1099 ARM( .reloc ., R_ARM_LDR_PC_G0, .L__vector_bhb_loop8_swi )
1100 THUMB( .reloc ., R_ARM_THM_PC12, .L__vector_bhb_loop8_swi )
1112 ARM( .reloc ., R_ARM_LDR_PC_G0, .L__vector_bhb_bpiall_swi )
1113 THUMB( .reloc ., R_ARM_THM_PC12, .L__vector_bhb_bpiall_swi )
/arch/mips/kernel/
A Dvmlinux.lds.S160 .data.reloc : {
/arch/arm/boot/dts/qcom/
A Dqcom-sdx65.dtsi591 pil-reloc@94c {
592 compatible = "qcom,pil-reloc-info";
A Dqcom-sdx55.dtsi676 pil-reloc@94c {
677 compatible = "qcom,pil-reloc-info";
/arch/arm64/boot/dts/qcom/
A Dmsm8976.dtsi1694 pil-reloc@94c {
1695 compatible = "qcom,pil-reloc-info";
A Dqcs404.dtsi1306 pil-reloc@94c {
1307 compatible = "qcom,pil-reloc-info";

Completed in 38 milliseconds

12