Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/elfcopy/
H A Dsymbols.c79 static int is_local_label(const char *name);
150 is_local_label(const char *name) in is_local_label() function
251 !is_debug_symbol(s->st_info) && is_local_label(name)) in is_remove_symbol()