Home | History | Annotate | Download | only in libelf

Lines Matching refs:COPY

14    You should have received a copy of the GNU General Public License
68 /* This might look like a simple copy operation but it's
70 #define COPY(name) \
72 COPY (st_name);
73 /* Please note that we can simply copy the `st_info' element since
76 COPY (st_info);
77 COPY (st_other);
78 COPY (st_shndx);
79 COPY (st_value);
80 COPY (st_size);