Home
last modified time | relevance | path

Searched +defs:vmlinux +defs:s (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/scripts/mod/
Dmodpost.c165 unsigned int vmlinux:1; /* 1 if symbol is defined in vmlinux */ member
195 struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1)); in alloc_symbol() local
220 struct symbol *s; in find_symbol() local
251 static enum export export_no(const char *s) in export_no()
309 struct symbol *s = find_symbol(name); in sym_add_exported() local
334 struct symbol *s = find_symbol(name); in sym_update_crc() local
378 char *s = line; in get_next_line() local
734 static int strrcmp(const char *s, const char *sub) in strrcmp()
1310 static char *sec2annotation(const char *s) in sec2annotation()
1347 const char *const *s = list; in print_section_list() local
[all …]
/linux-4.4.14/tools/perf/util/
Dsymbol.c309 struct symbol *s; in symbols__insert() local
333 struct symbol *s = rb_entry(n, struct symbol, rb_node); in symbols__find() local
375 struct symbol_name_rb_node *symn, *s; in symbols__insert_by_name() local
406 struct symbol_name_rb_node *s = NULL; in symbols__find_by_name() local
477 struct symbol_name_rb_node *s = container_of(sym, struct symbol_name_rb_node, sym); in symbol__next_by_name() local
1574 const char *vmlinux, bool vmlinux_allocated, in dso__load_vmlinux()