HomeSort by relevance Sort by last modified time
    Searched full:convert_to (Results 1 - 5 of 5) sorted by null

  /external/elfutils/libelf/
elf32_getshdr.c 137 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 (shdr[cnt].sh_entsize, notcvt[cnt].sh_entsize)
    [all...]
elf32_getphdr.c 156 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);
common.h 168 #define CONVERT_TO(Dst, Var) \
ChangeLog 505 (CONVERT_TO): Likewise.
  /external/openssh/
ssh-keygen.c 135 int convert_to = 0; variable
    [all...]

Completed in 147 milliseconds