Lines Matching full:symbols
371 Module.symvers contains a list of all exported symbols from a kernel
374 Symbols From the Kernel (vmlinux + modules)
378 generated. Module.symvers contains all exported symbols from
396 1) It lists all exported symbols from vmlinux and all modules.
399 Symbols and External Modules
403 to the symbols from the kernel to check if all external symbols
405 the symbols by reading Module.symvers from the kernel source
407 written containing all exported symbols from that external module.
409 Symbols From Another External Module
412 Sometimes, an external module uses exported symbols from
414 all symbols to avoid spitting out warnings about undefined
415 symbols. Two solutions exist for this situation.
422 foo.ko needs symbols from bar.ko, you can use a
440 full knowledge of symbols from either module.