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
89 /* Copy the elements one-by-one. */
115 #define COPY(Name) result->Name = phdr->Name
116 COPY (p_type);
117 COPY (p_offset);
118 COPY (p_vaddr);
119 COPY (p_paddr);
120 COPY (p_filesz);
121 COPY (p_memsz);
122 COPY (p_flags);
123 COPY (p_align);
127 /* Copy the elements one-by-one. */
147 /* We only have to copy the data. */