Searched refs:CONVERT_TO (Results 1 - 3 of 3) sorted by relevance

/external/elfutils/libelf/
H A Delf32_getphdr.c156 CONVERT_TO (phdr[cnt].p_type, notcvt[cnt].p_type);
157 CONVERT_TO (phdr[cnt].p_offset, notcvt[cnt].p_offset);
158 CONVERT_TO (phdr[cnt].p_vaddr, notcvt[cnt].p_vaddr);
159 CONVERT_TO (phdr[cnt].p_paddr, notcvt[cnt].p_paddr);
160 CONVERT_TO (phdr[cnt].p_filesz, notcvt[cnt].p_filesz);
161 CONVERT_TO (phdr[cnt].p_memsz, notcvt[cnt].p_memsz);
162 CONVERT_TO (phdr[cnt].p_flags, notcvt[cnt].p_flags);
163 CONVERT_TO (phdr[cnt].p_align, notcvt[cnt].p_align);
H A Delf32_getshdr.c137 CONVERT_TO (shdr[cnt].sh_name, notcvt[cnt].sh_name);
138 CONVERT_TO (shdr[cnt].sh_type, notcvt[cnt].sh_type);
139 CONVERT_TO (shdr[cnt].sh_flags, notcvt[cnt].sh_flags);
140 CONVERT_TO (shdr[cnt].sh_addr, notcvt[cnt].sh_addr);
141 CONVERT_TO (shdr[cnt].sh_offset, notcvt[cnt].sh_offset);
142 CONVERT_TO (shdr[cnt].sh_size, notcvt[cnt].sh_size);
143 CONVERT_TO (shdr[cnt].sh_link, notcvt[cnt].sh_link);
144 CONVERT_TO (shdr[cnt].sh_info, notcvt[cnt].sh_info);
145 CONVERT_TO (shdr[cnt].sh_addralign,
147 CONVERT_TO (shd
[all...]
H A Dcommon.h168 #define CONVERT_TO(Dst, Var) \ macro

Completed in 59 milliseconds