Searched refs:relocation (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dmodule.c103 Elf32_Addr relocation; local
121 relocation = sym->st_value + rel[i].r_addend;
127 value += relocation;
132 relocation = (relocation >>16) & 0xffff;
133 /* RELA must has 0 at relocation field. */
134 value += relocation;
139 if (relocation & 0x8000) relocation += 0x10000;
140 relocation
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dmodule.c52 "GOT relocation against %s at offset %u with addend\n",
144 Elf32_Addr relocation)
146 printk(KERN_ERR "module %s: Value %lx does not fit relocation %s\n",
147 module->name, (unsigned long)relocation, reloc_name);
168 Elf32_Addr relocation; local
174 relocation = sym->st_value + rel->r_addend;
192 *gotent = relocation;
196 relocation = info->got_offset;
203 *location = relocation;
206 relocation
143 reloc_overflow(struct module *module, const char *reloc_name, Elf32_Addr relocation) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dmodule.c70 Elf32_Addr relocation; local
84 relocation = sym->st_value + rel[i].r_addend;
92 relocation |= !!(sym->st_other & 4);
98 value += relocation;
102 relocation = (relocation - (Elf32_Addr) location);
104 value += relocation;
109 ((relocation & 0xffff) << 10);
113 (((relocation >> 16) & 0xffff) << 10);
116 relocation
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dmodule.c80 * apply a REL relocation
94 * apply a RELA relocation
105 Elf32_Addr relocation, sym_diff_val = 0; local
117 /* this is the symbol the relocation is referring to (note that
123 relocation = sym->st_value + rel[i].r_addend;
131 relocation -= sym_diff_val;
135 printk(KERN_ERR "module %s: Unexpected SYM_DIFF relocation: %u\n",
142 /* for the first four relocation types, we simply
145 reloc_put32(location, relocation);
148 reloc_put24(location, relocation);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A DMakefile10 compression.o delayed-ref.o relocation.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dhead.S289 1: ldmia r2!, {r9 - r12, r14} @ copy relocation code
299 ARM( add pc, r5, r0 ) @ call relocation code
301 THUMB( mov pc, r12 ) @ call relocation code
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dhead_32.S436 * The linker can't handle this by relocation. Manually set

Completed in 113 milliseconds