Home | History | Annotate | Download | only in libelf

Lines Matching full:convert_to

130 	      CONVERT_TO (shdr[cnt].sh_name, notcvt[cnt].sh_name);
131 CONVERT_TO (shdr[cnt].sh_type, notcvt[cnt].sh_type);
132 CONVERT_TO (shdr[cnt].sh_flags, notcvt[cnt].sh_flags);
133 CONVERT_TO (shdr[cnt].sh_addr, notcvt[cnt].sh_addr);
134 CONVERT_TO (shdr[cnt].sh_offset, notcvt[cnt].sh_offset);
135 CONVERT_TO (shdr[cnt].sh_size, notcvt[cnt].sh_size);
136 CONVERT_TO (shdr[cnt].sh_link, notcvt[cnt].sh_link);
137 CONVERT_TO (shdr[cnt].sh_info, notcvt[cnt].sh_info);
138 CONVERT_TO (shdr[cnt].sh_addralign,
140 CONVERT_TO (shdr[cnt].sh_entsize, notcvt[cnt].sh_entsize);