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

/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/
H A Ddocgen5 X=`$TOPDIR/scripts/gen-all-syms "$*"`
8 X=`${scripts_objtree}gen-all-syms "$*"`
H A Dmakelst15 t1=`$3 --syms $2/$1.o | grep .text | grep " F " | head -n 1`
/asus-wl-520gu-7.0.1.45/src/router/samba/source/script/
H A Dfindstatic.pl12 my($syms) = `nm -o @ARGV`;
15 my(@lines) = split(/\n/s, $syms);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A DMakefile7 export-objs := syms.o
9 bluez-objs := af_bluetooth.o hci_core.o hci_conn.o hci_event.o hci_sock.o lib.o syms.o
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mm/
H A DMakefile20 export-objs := proc-syms.o discontig.o
24 obj-$(CONFIG_MODULES) += proc-syms.o
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinsmod.c254 unsigned tgt_long syms; member in struct:new_module
700 struct new_module_symbol *syms; member in struct:external_module
1614 int idx, struct new_module_symbol *syms, size_t nsyms)
1620 for (i = 0, s = syms; i < nsyms; ++i, ++s) {
1651 && add_symbols_from(f, SHN_HIRESERVE + 2 + i, m->syms,
1939 mod[nmod].syms = s = (nms ? xmalloc(nms * sizeof(*s)) : NULL);
2389 struct new_module_symbol *syms, *s; local
2425 syms = xmalloc(bufsize = 1024);
2427 if (query_module(mn, QM_SYMBOLS, syms, bufsize, &ret)) {
2430 syms
1612 add_symbols_from( struct obj_file *f, int idx, struct new_module_symbol *syms, size_t nsyms) argument
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/kernel/
H A Dmodule.c49 syms: __start___ksymtab,
415 if (mod->nsyms && !mod_bound(mod->syms, mod->nsyms, mod)) {
416 printk(KERN_ERR "init_module: mod->syms out of bounds.\n");
816 s = mod->syms;
995 for (j = 0, msym = mod->syms; j < mod->nsyms; ++j, ++msym) {
1225 sym = &v->mod->syms[v->index];
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dmodule.h71 struct module_symbol *syms; member in struct:module
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dmodule.h71 struct module_symbol *syms; member in struct:module
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dkernprof.c770 for (i = 0, s = mod->syms; i < mod->nsyms; i++, s++)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/kernel/
H A Dsys_parisc32.c1444 s = mod->syms;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/kernel/
H A Dsys_ppc32.c1436 s = mod->syms;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/s390x/kernel/
H A Dlinux32.c3225 s = mod->syms;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/sparc64/kernel/
H A Dsys_sparc32.c3419 s = mod->syms;

Completed in 118 milliseconds