Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/elfcopy/
H A Dsections.c48 static int is_debug_section(const char *name);
82 if (is_debug_section(name)) { in is_remove_section()
221 is_debug_section(const char *name) in is_debug_section() function