Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/elfcopy/
H A Delfcopy.h225 #define SEC_COPY 0x01000000U macro
H A Dsections.c92 if ((ecp->flags & SEC_REMOVE) || (ecp->flags & SEC_COPY)) { in is_remove_section()
98 if ((ecp->flags & SEC_COPY) && (sac == NULL || !sac->copy)) in is_remove_section()
H A Dmain.c916 ecp->flags |= SEC_COPY; in elfcopy_main()