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
101 /* This might look like a simple copy operation but it's
103 #define COPY(name) \
105 COPY (st_name);
106 /* Please note that we can simply copy the `st_info' element since
109 COPY (st_info);
110 COPY (st_other);
111 COPY (st_shndx);
112 COPY (st_value);
113 COPY (st_size);