Home
last modified time | relevance | path

Searched refs:Elf_Addr (Results 1 – 9 of 9) sorted by relevance

/arch/mips/kernel/
Dmodule-rela.c27 extern int apply_r_mips_none(struct module *me, u32 *location, Elf_Addr v);
29 static int apply_r_mips_32_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_32_rela()
36 static int apply_r_mips_26_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_26_rela()
54 static int apply_r_mips_hi16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_hi16_rela()
62 static int apply_r_mips_lo16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_lo16_rela()
69 static int apply_r_mips_pc_rela(struct module *me, u32 *location, Elf_Addr v, in apply_r_mips_pc_rela()
96 static int apply_r_mips_pc16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_pc16_rela()
101 static int apply_r_mips_pc21_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_pc21_rela()
106 static int apply_r_mips_pc26_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_pc26_rela()
111 static int apply_r_mips_64_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_64_rela()
[all …]
Dmodule.c40 Elf_Addr *addr;
41 Elf_Addr value;
56 int apply_r_mips_none(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_none()
61 static int apply_r_mips_32_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_32_rel()
68 static int apply_r_mips_26_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_26_rel()
88 static int apply_r_mips_hi16_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_hi16_rel()
101 n->addr = (Elf_Addr *)location; in apply_r_mips_hi16_rel()
120 static int apply_r_mips_lo16_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_lo16_rel()
124 Elf_Addr val, vallo; in apply_r_mips_lo16_rel()
186 static int apply_r_mips_pc_rel(struct module *me, u32 *location, Elf_Addr v, in apply_r_mips_pc_rel()
[all …]
/arch/sparc/kernel/
Dmodule.c95 Elf_Addr v; in apply_relocate_add()
114 v -= (Elf_Addr) location; in apply_relocate_add()
130 v -= (Elf_Addr) location; in apply_relocate_add()
152 v -= (Elf_Addr) location; in apply_relocate_add()
158 v -= (Elf_Addr) location; in apply_relocate_add()
/arch/s390/kernel/
Dmodule.c181 static int apply_rela_bits(Elf_Addr loc, Elf_Addr val, in apply_rela_bits()
190 val = (Elf_Addr)(((long) val) >> shift); in apply_rela_bits()
220 static int apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab, in apply_rela()
224 Elf_Addr loc, val; in apply_rela()
291 Elf_Addr *gotent; in apply_rela()
316 val += (Elf_Addr) me->core_layout.base - loc; in apply_rela()
359 val = (Elf_Addr) me->core_layout.base + in apply_rela()
381 ((Elf_Addr) me->core_layout.base + me->arch.got_offset); in apply_rela()
391 val = (Elf_Addr) me->core_layout.base + me->arch.got_offset + in apply_rela()
424 Elf_Addr base; in apply_relocate_add()
/arch/parisc/kernel/
Dmodule.c410 static Elf_Addr get_fdesc(struct module *me, unsigned long value) in get_fdesc()
422 return (Elf_Addr)fdesc; in get_fdesc()
430 fdesc->gp = (Elf_Addr)me->core_layout.base + me->arch.got_offset; in get_fdesc()
431 return (Elf_Addr)fdesc; in get_fdesc()
441 static Elf_Addr get_stub(struct module *me, unsigned long value, long addend, in get_stub()
442 enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec) in get_stub()
534 return (Elf_Addr)stub; in get_stub()
551 Elf_Addr loc0; in apply_relocate_add()
693 Elf_Addr loc0; in apply_relocate_add()
850 gp = (Elf_Addr)me->core_layout.base + me->arch.got_offset; in register_unwind_table()
/arch/mips/include/asm/
Dmodule.h41 #define Elf_Addr Elf32_Addr macro
59 #define Elf_Addr Elf64_Addr macro
/arch/c6x/kernel/
Dmodule.c56 Elf_Addr offset = 0; in apply_relocate_add()
/arch/x86/tools/
Drelocs.c7 #define Elf_Addr ElfW(Addr) macro
701 static Elf_Addr per_cpu_load_addr;
/arch/mips/boot/tools/
Drelocs.c7 #define Elf_Addr ElfW(Addr) macro