Home
last modified time | relevance | path

Searched +full:- +full:- +full:- +full:module2 (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/mod/
H A Dmodpost.c4 * Copyright 2002-2004 Rusty Russell, IBM Corporation
5 * Copyright 2006-2008 Sam Ravnborg
6 * Based in part on module-init-tools/depmod.c,file2alias
11 * Usage: modpost vmlinux module1.o module2.o ...
43 /* Trim EXPORT_SYMBOLs that are unused by in-tree modules */
66 * here we use Elf_Addr instead of long for covering cross-compile
69 #define MODULE_NAME_LEN (64 - sizeof(Elf_Addr))
94 return strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in strends()
128 nbytes -= bytes_read; in read_text_file()
163 if (!strcmp(mod->dump_file, filename) && in find_module()
[all …]