Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/mod/
Dmodpost.c164 unsigned int vmlinux:1; /* 1 if symbol is defined in vmlinux */ member
194 struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1)); in alloc_symbol() local
219 struct symbol *s; in find_symbol() local
250 static enum export export_no(const char *s) in export_no()
308 struct symbol *s = find_symbol(name); in sym_add_exported() local
333 struct symbol *s = find_symbol(name); in sym_update_crc() local
377 char *s = line; in get_next_line() local
733 static int strrcmp(const char *s, const char *sub) in strrcmp()
1306 static char *sec2annotation(const char *s) in sec2annotation()
1343 const char *const *s = list; in print_section_list() local
[all …]
/linux-4.1.27/tools/perf/util/
Dsymbol.c303 struct symbol *s; in symbols__insert() local
327 struct symbol *s = rb_entry(n, struct symbol, rb_node); in symbols__find() local
369 struct symbol_name_rb_node *symn, *s; in symbols__insert_by_name() local
400 struct symbol_name_rb_node *s; in symbols__find_by_name() local
456 struct symbol_name_rb_node *s = container_of(sym, struct symbol_name_rb_node, sym); in symbol__next_by_name() local
1521 const char *vmlinux, bool vmlinux_allocated, in dso__load_vmlinux()