Home | History | Annotate | Download | only in libelf

Lines Matching defs:COPY

72 #define COPY(name) \
74 COPY (e_type);
75 COPY (e_machine);
76 COPY (e_version);
77 COPY (e_entry);
78 COPY (e_phoff);
79 COPY (e_shoff);
80 COPY (e_flags);
81 COPY (e_ehsize);
82 COPY (e_phentsize);
83 COPY (e_phnum);
84 COPY (e_shentsize);
85 COPY (e_shnum);
86 COPY (e_shstrndx);