Searched refs:sym_used (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/usr.bin/ldd/
H A Dsods.c129 static unsigned char *sym_used; variable
247 sym_used = (unsigned char *) calloc(sym_count, sizeof(unsigned char));
248 assert(sym_used != NULL);
329 dump_rels("Relocations", rel_base, rel_count, sym_name, sym_used);
340 if (sym_used != NULL) {
341 free(sym_used);
342 sym_used = NULL;
551 printf(" %6lu%c ", i, sym_used[i] ? '*' : ' ');

Completed in 104 milliseconds