Home | History | Annotate | Download | only in libelf

Lines Matching refs:COPY

15    You should have received a copy of the GNU General Public License along
81 /* Copy the elements one-by-one. */
91 #define COPY(name) \
93 COPY (sh_name);
94 COPY (sh_type);
95 COPY (sh_flags);
96 COPY (sh_addr);
97 COPY (sh_offset);
98 COPY (sh_size);
99 COPY (sh_link);
100 COPY (sh_info);
101 COPY (sh_addralign);
102 COPY (sh_entsize);
117 /* We only have to copy the data. */