/linux-3.4.99/arch/mips/kernel/ |
D | module.c | 38 Elf_Addr *addr; 39 Elf_Addr value; 56 static 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_32_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_32_rela() 75 static int apply_r_mips_26_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_26_rel() 96 static int apply_r_mips_26_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_26_rela() 116 static int apply_r_mips_hi16_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_hi16_rel() 129 n->addr = (Elf_Addr *)location; in apply_r_mips_hi16_rel() 137 static int apply_r_mips_hi16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_hi16_rela() [all …]
|
/linux-3.4.99/arch/s390/kernel/ |
D | module.c | 173 apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab, in apply_rela() 177 Elf_Addr loc, val; in apply_rela() 243 Elf_Addr *gotent; in apply_rela() 269 (val + (Elf_Addr) me->module_core - loc) >> 1; in apply_rela() 308 val = (Elf_Addr) me->module_core + in apply_rela() 330 ((Elf_Addr) me->module_core + me->arch.got_offset); in apply_rela() 340 val = (Elf_Addr) me->module_core + me->arch.got_offset + in apply_rela() 367 Elf_Addr base; in apply_relocate_add()
|
/linux-3.4.99/arch/sparc/kernel/ |
D | module.c | 120 Elf_Addr v; in apply_relocate_add() 151 v -= (Elf_Addr) location; in apply_relocate_add() 156 v -= (Elf_Addr) location; in apply_relocate_add() 178 v -= (Elf_Addr) location; in apply_relocate_add() 184 v -= (Elf_Addr) location; in apply_relocate_add()
|
/linux-3.4.99/arch/parisc/include/asm/ |
D | module.h | 10 #define Elf_Addr Elf64_Addr macro 16 #define Elf_Addr Elf32_Addr macro
|
/linux-3.4.99/arch/parisc/kernel/ |
D | module.c | 416 static Elf_Addr get_fdesc(struct module *me, unsigned long value) in get_fdesc() 428 return (Elf_Addr)fdesc; in get_fdesc() 436 fdesc->gp = (Elf_Addr)me->module_core + me->arch.got_offset; in get_fdesc() 437 return (Elf_Addr)fdesc; in get_fdesc() 447 static Elf_Addr get_stub(struct module *me, unsigned long value, long addend, in get_stub() 448 enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec) in get_stub() 540 return (Elf_Addr)stub; in get_stub() 557 Elf_Addr loc0; in apply_relocate_add() 695 Elf_Addr loc0; in apply_relocate_add() 848 gp = (Elf_Addr)me->module_core + me->arch.got_offset; in register_unwind_table()
|
/linux-3.4.99/scripts/ |
D | recordmcount.h | 35 #undef Elf_Addr 69 # define Elf_Addr Elf64_Addr macro 102 # define Elf_Addr Elf32_Addr macro 166 static Elf_Addr old_r_offset = ~(Elf_Addr)0; in MIPS_is_fake_mcount() 167 Elf_Addr current_r_offset = _w(rp->r_offset); in MIPS_is_fake_mcount() 170 is_fake = (old_r_offset != ~(Elf_Addr)0) && in MIPS_is_fake_mcount()
|
/linux-3.4.99/arch/mips/include/asm/ |
D | module.h | 40 #define Elf_Addr Elf32_Addr macro 55 #define Elf_Addr Elf64_Addr macro
|
/linux-3.4.99/arch/c6x/include/asm/ |
D | module.h | 19 #define Elf_Addr Elf32_Addr macro
|
/linux-3.4.99/scripts/mod/ |
D | modpost.h | 19 #define Elf_Addr Elf32_Addr macro 34 #define Elf_Addr Elf64_Addr macro
|
D | modpost.c | 1207 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, in find_elf_symbol2() 1212 Elf_Addr distance = ~0; in find_elf_symbol2()
|
/linux-3.4.99/arch/score/include/asm/ |
D | module.h | 19 #define Elf_Addr Elf32_Addr macro
|
/linux-3.4.99/arch/sparc/include/asm/ |
D | module.h | 19 #define Elf_Addr _Elf(_Addr) macro
|
/linux-3.4.99/arch/s390/include/asm/ |
D | module.h | 39 #define Elf_Addr ElfW(Addr) macro
|
/linux-3.4.99/arch/c6x/kernel/ |
D | module.c | 56 Elf_Addr offset = 0; in apply_relocate_add()
|