Searched refs:is_remove_symbol (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/elftoolchain/elfcopy/ |
H A D | symbols.c | 81 static int is_remove_symbol(struct elfcopy *ecp, size_t sc, int i, 188 is_remove_symbol(struct elfcopy *ecp, size_t sc, int i, GElf_Sym *s, in is_remove_symbol() function 517 if (is_remove_symbol(ecp, sc, i, &sym, name) != 0) in generate_symbols()
|