Lines Matching refs:swab16
157 #define swab16(x) \ macro
171 e->e_type = swab16(e->e_type); in convert_elf_hdr()
172 e->e_machine = swab16(e->e_machine); in convert_elf_hdr()
178 e->e_ehsize = swab16(e->e_ehsize); in convert_elf_hdr()
179 e->e_phentsize = swab16(e->e_phentsize); in convert_elf_hdr()
180 e->e_phnum = swab16(e->e_phnum); in convert_elf_hdr()
181 e->e_shentsize = swab16(e->e_shentsize); in convert_elf_hdr()
182 e->e_shnum = swab16(e->e_shnum); in convert_elf_hdr()
183 e->e_shstrndx = swab16(e->e_shstrndx); in convert_elf_hdr()
223 f->f_magic = swab16(f->f_magic); in convert_ecoff_filehdr()
224 f->f_nscns = swab16(f->f_nscns); in convert_ecoff_filehdr()
228 f->f_opthdr = swab16(f->f_opthdr); in convert_ecoff_filehdr()
229 f->f_flags = swab16(f->f_flags); in convert_ecoff_filehdr()
234 a->magic = swab16(a->magic); in convert_ecoff_aouthdr()
235 a->vstamp = swab16(a->vstamp); in convert_ecoff_aouthdr()
262 s->s_nreloc = swab16(s->s_nreloc); in convert_ecoff_esecs()
263 s->s_nlnno = swab16(s->s_nlnno); in convert_ecoff_esecs()