Home
last modified time | relevance | path

Searched refs:CONVERT_TO (Results 1 – 4 of 4) sorted by relevance

/external/elfutils/src/libelf/
Delf32_getshdr.c130 CONVERT_TO (shdr[cnt].sh_name, notcvt[cnt].sh_name); in ElfW2()
131 CONVERT_TO (shdr[cnt].sh_type, notcvt[cnt].sh_type); in ElfW2()
132 CONVERT_TO (shdr[cnt].sh_flags, notcvt[cnt].sh_flags); in ElfW2()
133 CONVERT_TO (shdr[cnt].sh_addr, notcvt[cnt].sh_addr); in ElfW2()
134 CONVERT_TO (shdr[cnt].sh_offset, notcvt[cnt].sh_offset); in ElfW2()
135 CONVERT_TO (shdr[cnt].sh_size, notcvt[cnt].sh_size); in ElfW2()
136 CONVERT_TO (shdr[cnt].sh_link, notcvt[cnt].sh_link); in ElfW2()
137 CONVERT_TO (shdr[cnt].sh_info, notcvt[cnt].sh_info); in ElfW2()
138 CONVERT_TO (shdr[cnt].sh_addralign, in ElfW2()
140 CONVERT_TO (shdr[cnt].sh_entsize, notcvt[cnt].sh_entsize); in ElfW2()
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);
Dcommon.h147 #define CONVERT_TO(Dst, Var) \ macro
DChangeLog941 (CONVERT_TO): Likewise.