Home | History | Annotate | Download | only in libelf

Lines Matching refs:CONVERT

107       /* Now copy the data and at the same time convert the byte order.  */
185 of the host convert the data now. */
189 CONVERT (shdr[cnt].sh_name);
190 CONVERT (shdr[cnt].sh_type);
191 CONVERT (shdr[cnt].sh_flags);
192 CONVERT (shdr[cnt].sh_addr);
193 CONVERT (shdr[cnt].sh_offset);
194 CONVERT (shdr[cnt].sh_size);
195 CONVERT (shdr[cnt].sh_link);
196 CONVERT (shdr[cnt].sh_info);
197 CONVERT (shdr[cnt].sh_addralign);
198 CONVERT (shdr[cnt].sh_entsize);