Lines Matching refs:symbols
435 Module.symvers contains a list of all exported symbols from a kernel
441 generated. Module.symvers contains all exported symbols from
454 1) It lists all exported symbols from vmlinux and all modules.
460 to the symbols from the kernel to check if all external symbols
462 the symbols by reading Module.symvers from the kernel source
466 will be written containing all exported symbols that were not
471 Sometimes, an external module uses exported symbols from
473 all symbols to avoid spitting out warnings about undefined
474 symbols. Three solutions exist for this situation.
481 foo.ko needs symbols from bar.ko, you can use a
499 full knowledge of symbols from either module.
503 is generated containing all exported symbols which are
504 not defined in the kernel. To get access to symbols
511 all symbols defined and not part of the kernel.