Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/elftoolchain/elfcopy/
H A Delfcopy.h198 STRIP_DEBUG, enumerator
H A Dmain.c356 if (ecp->strip == STRIP_DEBUG || in create_elf()
834 ecp->strip = STRIP_DEBUG; in elfcopy_main()
1145 ecp->strip = STRIP_DEBUG; in strip_main()
H A Dsymbols.c254 if (ecp->strip == STRIP_DEBUG && is_debug_symbol(s->st_info)) in is_remove_symbol()
H A Dsections.c83 ecp->strip == STRIP_DEBUG || in is_remove_section()
/freebsd-12.1/contrib/binutils/binutils/
H A Dobjcopy.c84 STRIP_DEBUG, /* Strip all debugger symbols. */ enumerator
846 if (strip_symbols == STRIP_DEBUG in is_strip_section()
1013 keep = (strip_symbols != STRIP_DEBUG in filter_symbols()
1639 if (strip_symbols == STRIP_DEBUG in copy_object()
2670 strip_symbols = STRIP_DEBUG; in strip_main()
2867 strip_symbols = STRIP_DEBUG; in copy_main()