Lines Matching full:symbols
28 --- 6.1 Symbols From the Kernel (vmlinux + modules)
29 --- 6.2 Symbols and External Modules
30 --- 6.3 Symbols From Another External Module
461 Module.symvers contains a list of all exported symbols from a kernel
464 6.1 Symbols From the Kernel (vmlinux + modules)
468 generated. Module.symvers contains all exported symbols from
486 1) It lists all exported symbols from vmlinux and all modules.
489 6.2 Symbols and External Modules
493 to the symbols from the kernel to check if all external symbols
495 the symbols by reading Module.symvers from the kernel source
497 written containing all exported symbols from that external module.
499 6.3 Symbols From Another External Module
502 Sometimes, an external module uses exported symbols from
504 all symbols to avoid spitting out warnings about undefined
505 symbols. Two solutions exist for this situation.
512 foo.ko needs symbols from bar.ko, you can use a
530 full knowledge of symbols from either module.