Searched refs:sym_match (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtnfctl/
H A Dsym.c68 static tnfctl_errcode_t sym_match(char *name, uintptr_t addr, void *sym_entry,
101 search_info.record_func = sym_match;
303 * sym_match() - function to be called on each symbol in a dynsym section.
307 sym_match(char *name, uintptr_t addr, void *sym_entry, function
313 printf("enter sym_match: \n");
325 (void) fprintf(stderr, "sym_match: checking \"%s\"\n", name);
339 printf("leaving sym_match\n");

Completed in 63 milliseconds