Lines Matching defs:vmlinux
84 string vmlinux;
219 "vmlinux and its modules\n"
220 << " --vmlinux <path> the path to the vmlinux binary to consider to emit "
221 "the ABI of the union of vmlinux and its modules\n"
325 else if (!strcmp(argv[i], "--vmlinux"))
330 opts.vmlinux = argv[j];
815 /// vmlinux binary and its modules, and emit an abixml representation
836 if (!opts.vmlinux.empty())
837 if (!abigail::tools_utils::check_file(opts.vmlinux, cerr, argv[0]))
860 opts.vmlinux,