Searched refs:CONVERT_TO (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/libelf/ |
D | elf32_getshdr.c | 140 CONVERT_TO (shdr[cnt].sh_name, notcvt[cnt].sh_name); in ElfW2() 141 CONVERT_TO (shdr[cnt].sh_type, notcvt[cnt].sh_type); in ElfW2() 142 CONVERT_TO (shdr[cnt].sh_flags, notcvt[cnt].sh_flags); in ElfW2() 143 CONVERT_TO (shdr[cnt].sh_addr, notcvt[cnt].sh_addr); in ElfW2() 144 CONVERT_TO (shdr[cnt].sh_offset, notcvt[cnt].sh_offset); in ElfW2() 145 CONVERT_TO (shdr[cnt].sh_size, notcvt[cnt].sh_size); in ElfW2() 146 CONVERT_TO (shdr[cnt].sh_link, notcvt[cnt].sh_link); in ElfW2() 147 CONVERT_TO (shdr[cnt].sh_info, notcvt[cnt].sh_info); in ElfW2() 148 CONVERT_TO (shdr[cnt].sh_addralign, in ElfW2() 150 CONVERT_TO (shdr[cnt].sh_entsize, notcvt[cnt].sh_entsize); in ElfW2()
|
D | elf32_getphdr.c | 162 CONVERT_TO (phdr[cnt].p_type, notcvt[cnt].p_type); in ElfW2() 163 CONVERT_TO (phdr[cnt].p_offset, notcvt[cnt].p_offset); in ElfW2() 164 CONVERT_TO (phdr[cnt].p_vaddr, notcvt[cnt].p_vaddr); in ElfW2() 165 CONVERT_TO (phdr[cnt].p_paddr, notcvt[cnt].p_paddr); in ElfW2() 166 CONVERT_TO (phdr[cnt].p_filesz, notcvt[cnt].p_filesz); in ElfW2() 167 CONVERT_TO (phdr[cnt].p_memsz, notcvt[cnt].p_memsz); in ElfW2() 168 CONVERT_TO (phdr[cnt].p_flags, notcvt[cnt].p_flags); in ElfW2() 169 CONVERT_TO (phdr[cnt].p_align, notcvt[cnt].p_align); in ElfW2()
|
D | common.h | 147 #define CONVERT_TO(Dst, Var) \ macro
|
D | ChangeLog | 1624 (CONVERT_TO): Likewise.
|