Searched refs:Elf_Addr (Results 1 – 12 of 12) sorted by relevance
/linux-2.6.39/arch/mips/kernel/ |
D | module.c | 39 Elf_Addr *addr; 40 Elf_Addr value; 73 static int apply_r_mips_none(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_none() 78 static int apply_r_mips_32_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_32_rel() 85 static int apply_r_mips_32_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_32_rela() 92 static int apply_r_mips_26_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_26_rel() 113 static int apply_r_mips_26_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_26_rela() 133 static int apply_r_mips_hi16_rel(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_hi16_rel() 146 n->addr = (Elf_Addr *)location; in apply_r_mips_hi16_rel() 154 static int apply_r_mips_hi16_rela(struct module *me, u32 *location, Elf_Addr v) in apply_r_mips_hi16_rela() [all …]
|
/linux-2.6.39/arch/sparc/kernel/ |
D | module.c | 134 Elf_Addr v; in apply_relocate_add() 165 v -= (Elf_Addr) location; in apply_relocate_add() 170 v -= (Elf_Addr) location; in apply_relocate_add() 192 v -= (Elf_Addr) location; in apply_relocate_add() 198 v -= (Elf_Addr) location; in apply_relocate_add()
|
/linux-2.6.39/arch/s390/kernel/ |
D | module.c | 189 apply_rela(Elf_Rela *rela, Elf_Addr base, Elf_Sym *symtab, in apply_rela() 193 Elf_Addr loc, val; in apply_rela() 259 Elf_Addr *gotent; in apply_rela() 285 (val + (Elf_Addr) me->module_core - loc) >> 1; in apply_rela() 324 val = (Elf_Addr) me->module_core + in apply_rela() 346 ((Elf_Addr) me->module_core + me->arch.got_offset); in apply_rela() 356 val = (Elf_Addr) me->module_core + me->arch.got_offset + in apply_rela() 383 Elf_Addr base; in apply_relocate_add()
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | module.h | 10 #define Elf_Addr Elf64_Addr macro 16 #define Elf_Addr Elf32_Addr macro
|
/linux-2.6.39/arch/parisc/kernel/ |
D | module.c | 408 static Elf_Addr get_fdesc(struct module *me, unsigned long value) in get_fdesc() 420 return (Elf_Addr)fdesc; in get_fdesc() 428 fdesc->gp = (Elf_Addr)me->module_core + me->arch.got_offset; in get_fdesc() 429 return (Elf_Addr)fdesc; in get_fdesc() 439 static Elf_Addr get_stub(struct module *me, unsigned long value, long addend, in get_stub() 440 enum elf_stub_type stub_type, Elf_Addr loc0, unsigned int targetsec) in get_stub() 532 return (Elf_Addr)stub; in get_stub() 561 Elf_Addr loc0; in apply_relocate_add() 699 Elf_Addr loc0; in apply_relocate_add() 852 gp = (Elf_Addr)me->module_core + me->arch.got_offset; in register_unwind_table()
|
/linux-2.6.39/arch/mips/include/asm/ |
D | module.h | 40 #define Elf_Addr Elf32_Addr macro 55 #define Elf_Addr Elf64_Addr macro
|
/linux-2.6.39/scripts/ |
D | recordmcount.h | 31 #undef Elf_Addr 60 # define Elf_Addr Elf64_Addr macro 88 # define Elf_Addr Elf32_Addr macro 149 static Elf_Addr old_r_offset; in MIPS_is_fake_mcount() 150 Elf_Addr current_r_offset = _w(rp->r_offset); in MIPS_is_fake_mcount()
|
/linux-2.6.39/scripts/mod/ |
D | modpost.h | 19 #define Elf_Addr Elf32_Addr macro 34 #define Elf_Addr Elf64_Addr macro
|
D | modpost.c | 1177 static Elf_Sym *find_elf_symbol2(struct elf_info *elf, Elf_Addr addr, in find_elf_symbol2() 1182 Elf_Addr distance = ~0; in find_elf_symbol2()
|
/linux-2.6.39/arch/score/include/asm/ |
D | module.h | 19 #define Elf_Addr Elf32_Addr macro
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | module.h | 19 #define Elf_Addr _Elf(_Addr) macro
|
/linux-2.6.39/arch/s390/include/asm/ |
D | module.h | 39 #define Elf_Addr ElfW(Addr) macro
|