Searched refs:strip_debugger (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/
H A Dbfdlink.h29 strip_debugger, /* Strip debugging symbols. */ enumerator in enum:bfd_link_strip
/freebsd-10-stable/contrib/gdb/include/
H A Dbfdlink.h29 strip_debugger, /* Strip debugging symbols. */ enumerator in enum:bfd_link_strip
/freebsd-10-stable/contrib/binutils/ld/
H A Dldmain.c357 link_info.strip = strip_debugger;
H A Dlexsup.c1106 link_info.strip = strip_debugger;
H A Dldlang.c2012 if ((link_info.strip == strip_debugger || link_info.strip == strip_all)
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcofflink.c574 && (info->strip != strip_all && info->strip != strip_debugger))
1516 && finfo->info->strip == strip_debugger
H A Dxcofflink.c3271 || info->strip == strip_debugger
3719 && finfo->info->strip == strip_debugger
H A Delflink.c4714 || ((info->strip == strip_all || info->strip == strip_debugger)
4739 && (info->strip != strip_all && info->strip != strip_debugger))
H A Daoutx.h4860 case strip_debugger:

Completed in 229 milliseconds