Home
last modified time | relevance | path

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

/linux-2.4.37.9/scripts/
Ddocgen5 X=`$TOPDIR/scripts/gen-all-syms "$*"`
8 X=`${scripts_objtree}gen-all-syms "$*"`
Dmakelst15 t1=`$3 --syms $2/$1.o | grep .text | grep " F " | head -n 1`
/linux-2.4.37.9/net/bluetooth/
DMakefile8 export-objs := syms.o l2cap.o
10 bluez-objs := af_bluetooth.o hci_core.o hci_conn.o hci_event.o hci_sock.o lib.o syms.o
/linux-2.4.37.9/arch/arm/mm/
DMakefile20 export-objs := proc-syms.o discontig.o
24 obj-$(CONFIG_MODULES) += proc-syms.o
/linux-2.4.37.9/kernel/
Dmodule.c49 syms: __start___ksymtab,
423 if (mod->nsyms && !mod_bound(mod->syms, mod->nsyms, mod)) { in sys_init_module()
825 s = mod->syms; in qm_symbols()
1004 for (j = 0, msym = mod->syms; j < mod->nsyms; ++j, ++msym) { in sys_get_kernel_syms()
1234 sym = &v->mod->syms[v->index]; in s_show()
/linux-2.4.37.9/Documentation/
Dkernel-doc-nano-HOWTO.txt26 - scripts/gen-all-syms
34 documented (this list comes from gen-all-syms).
/linux-2.4.37.9/include/linux/
Dmodule.h72 struct module_symbol *syms; member
/linux-2.4.37.9/arch/parisc/kernel/
Dsys_parisc32.c1444 s = mod->syms; in qm_symbols()
/linux-2.4.37.9/arch/x86_64/ia32/
Dsys_ia32.c2833 s = mod->syms; in qm_symbols()
/linux-2.4.37.9/Documentation/s390/
DDebugging390.txt847 objdump --disassemble-all --syms vmlinux > vmlinux.lst
1300 1) objdump --syms <program to be debugged> | grep main
/linux-2.4.37.9/arch/mips64/kernel/
Dlinux32.c3324 s = mod->syms; in qm_symbols()
/linux-2.4.37.9/arch/ppc64/kernel/
Dsys_ppc32.c1462 s = mod->syms; in qm_symbols()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sparc32.c3588 s = mod->syms; in qm_symbols()
/linux-2.4.37.9/arch/s390x/kernel/
Dlinux32.c3537 s = mod->syms; in qm_symbols()