Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/elfcopy/
H A Dmain.c360 ecp->flags & DISCARD_LOCAL || in create_elf()
943 ecp->flags |= DISCARD_LOCAL; in elfcopy_main()
1238 ecp->flags |= DISCARD_LOCAL; in strip_main()
1259 ((ecp->flags & DISCARD_LOCAL) == 0) && in strip_main()
H A Delfcopy.h211 #define DISCARD_LOCAL 0x00000080U macro
H A Dsymbols.c246 if ((ecp->flags & DISCARD_LOCAL) && is_local_symbol(s->st_info) && in is_remove_symbol()
H A Dsections.c86 (ecp->flags & DISCARD_LOCAL)) in is_remove_section()