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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dmodule.c61 static void reloc_put16(uint8_t *p, uint32_t val) function
69 reloc_put16(p, val);
75 reloc_put16(p, val);
76 reloc_put16(p+2, val >> 16);
151 reloc_put16(location, relocation);
166 reloc_put16(location, value);

Completed in 42 milliseconds