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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/kernel/
H A Dmodule.c598 get_fdesc (struct module *mod, uint64_t value, int *okp) function
650 case RV_FPTR: val = get_fdesc(mod, val, &ok); break;
652 case RV_LTREL_FPTR: val = get_ltoff(mod, get_fdesc(mod, val, &ok), &ok); break;
665 val = get_fdesc(mod, val, &ok);
717 val = get_fdesc(mod, get_plt(mod, location, val, &ok), &ok);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dmodule.c343 static Elf_Addr get_fdesc(struct module *me, unsigned long value) function
678 *loc64 = get_fdesc(me, val+addend);

Completed in 177 milliseconds