Lines Matching full:symbols
398 Module.symvers contains a list of all exported symbols from a kernel
401 Symbols From the Kernel (vmlinux + modules)
405 generated. Module.symvers contains all exported symbols from
423 1) It lists all exported symbols from vmlinux and all modules.
429 Exported symbols have information stored in __ksymtab or __ksymtab_gpl
433 symbols will be added to the __kcrctab or __kcrctab_gpl.
436 CONFIG_MODVERSIONS), imported symbols will have their symbol name and
438 mode only supports symbols of length up to 64 bytes.
441 CONFIG_MODVERSIONS and CONFIG_RUST at the same time), imported symbols
444 these symbols will be recorded in the __version_ext_crcs section.
446 Symbols and External Modules
450 to the symbols from the kernel to check if all external symbols
452 the symbols by reading Module.symvers from the kernel source
454 written containing all exported symbols from that external module.
456 Symbols From Another External Module
459 Sometimes, an external module uses exported symbols from
461 all symbols to avoid spitting out warnings about undefined
462 symbols. Two solutions exist for this situation.
469 foo.ko needs symbols from bar.ko, you can use a
487 full knowledge of symbols from either module.