Lines Matching full:copy
14 You should have received a copy of the GNU General Public License
48 /* Copy the elements one-by-one. */
57 #define COPY(name) \
59 COPY (sh_name);
60 COPY (sh_type);
61 COPY (sh_flags);
62 COPY (sh_addr);
63 COPY (sh_offset);
64 COPY (sh_size);
65 COPY (sh_link);
66 COPY (sh_info);
67 COPY (sh_addralign);
68 COPY (sh_entsize);
82 /* We only have to copy the data. */