Searched refs:bcc_foreach_function_symbol (Results 1 – 5 of 5) sorted by relevance
86 int bcc_foreach_function_symbol(const char *module, SYM_CB cb);
738 int bcc_foreach_function_symbol(const char *module, SYM_CB cb) { in bcc_foreach_function_symbol() function
226 lib.bcc_foreach_function_symbol.restype = ct.c_int227 lib.bcc_foreach_function_symbol.argtypes = [ct.c_char_p, _SYM_CB_TYPE]
1321 res = lib.bcc_foreach_function_symbol(name, _SYM_CB_TYPE(sym_cb))