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 ...
49 /* Trim EXPORT_SYMBOLs that are unused by in-tree modules */
72 * here we use Elf_Addr instead of long for covering cross-compile
75 #define MODULE_NAME_LEN (64 - sizeof(Elf_Addr))
100 return strcmp(str + strlen(str) - strlen(postfix), postfix) == 0; in strends()
104 * get_basename - return the last part of a pathname.
146 nbytes -= bytes_read; in read_text_file()
[all …]