Home
last modified time | relevance | path

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

/linux-3.3/scripts/mod/
Dmodpost.c126 char *p, *s; in new_module() local
158 unsigned int vmlinux:1; /* 1 if symbol is defined in vmlinux */ member
188 struct symbol *s = NOFAIL(malloc(sizeof(*s) + strlen(name) + 1)); in alloc_symbol() local
213 struct symbol *s; in find_symbol() local
244 static enum export export_no(const char *s) in export_no()
302 struct symbol *s = find_symbol(name); in sym_add_exported() local
327 struct symbol *s = find_symbol(name); in sym_update_crc() local
365 char *s = line; in get_next_line() local
708 static int strrcmp(const char *s, const char *sub) in strrcmp()
1239 static char *sec2annotation(const char *s) in sec2annotation()
[all …]
/linux-3.3/tools/perf/util/
Dsymbol.c345 struct symbol *s; in symbols__insert() local
369 struct symbol *s = rb_entry(n, struct symbol, rb_node); in symbols__find() local
391 struct symbol_name_rb_node *symn, *s; in symbols__insert_by_name() local
429 struct symbol_name_rb_node *s; in symbols__find_by_name() local
1956 const char *vmlinux, symbol_filter_t filter) in dso__load_vmlinux()
2668 char *strxfrchar(char *s, char from, char to) in strxfrchar()