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

/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dmodule.c53 kallsyms_end: __stop___kallsyms,
451 if (mod_member_present(mod, kallsyms_end)) {
452 if (mod->kallsyms_end &&
454 !mod_bound(mod->kallsyms_end, 0, mod))) {
458 if (mod->kallsyms_start > mod->kallsyms_end) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmodule.h89 const char *kallsyms_end; member in struct:module
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmodule.h89 const char *kallsyms_end; member in struct:module
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinsmod.c271 const char *kallsyms_end; member in struct:new_module
2642 module->kallsyms_end = module->kallsyms_start + sec->header.sh_size;

Completed in 53 milliseconds