Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/elftoolchain/elfcopy/
H A Dsections.c47 static int is_debug_section(const char *name);
81 if (is_debug_section(name)) { in is_remove_section()
220 is_debug_section(const char *name) in is_debug_section() function