Home
last modified time | relevance | path

Searched refs:sym_prefix (Results 1 – 2 of 2) sorted by relevance

/external/jemalloc_new/include/jemalloc/internal/
Dprivate_symbols.sh9 sym_prefix=$1
16 sym_prefix = "${sym_prefix}"
22 ${sym_prefix}${public_sym} \\
40 print substr($3, 1+length(sym_prefix), length($3)-length(sym_prefix))
/external/kmod/tools/
Ddepmod.c464 char sym_prefix; member
1479 if (!prefix_skipped && (name[0] == depmod->cfg->sym_prefix)) in depmod_symbol_add()
1508 if (name[0] == depmod->cfg->sym_prefix) in depmod_symbol_find()
2593 if (p[0] == depmod->cfg->sym_prefix) in depmod_load_system_map()
2807 cfg.sym_prefix = optarg[0]; in do_depmod()