TO_NATIVE          94 scripts/mod/file2alias.c 	typeof(((struct devid *)0)->f) f = TO_NATIVE(*(typeof(f) *)((m) + OFF_##devid##_##f))
TO_NATIVE         621 scripts/mod/file2alias.c 		(*prod_id_hash)[i] = TO_NATIVE((*prod_id_hash)[i]);
TO_NATIVE         698 scripts/mod/file2alias.c 		arr[i] = TO_NATIVE(arr[i]);
TO_NATIVE         878 scripts/mod/file2alias.c 		sprintf(&guid_name[i], "%02x", TO_NATIVE((*guid)[i/2]));
TO_NATIVE         438 scripts/mod/modpost.c 	hdr->e_type      = TO_NATIVE(hdr->e_type);
TO_NATIVE         439 scripts/mod/modpost.c 	hdr->e_machine   = TO_NATIVE(hdr->e_machine);
TO_NATIVE         440 scripts/mod/modpost.c 	hdr->e_version   = TO_NATIVE(hdr->e_version);
TO_NATIVE         441 scripts/mod/modpost.c 	hdr->e_entry     = TO_NATIVE(hdr->e_entry);
TO_NATIVE         442 scripts/mod/modpost.c 	hdr->e_phoff     = TO_NATIVE(hdr->e_phoff);
TO_NATIVE         443 scripts/mod/modpost.c 	hdr->e_shoff     = TO_NATIVE(hdr->e_shoff);
TO_NATIVE         444 scripts/mod/modpost.c 	hdr->e_flags     = TO_NATIVE(hdr->e_flags);
TO_NATIVE         445 scripts/mod/modpost.c 	hdr->e_ehsize    = TO_NATIVE(hdr->e_ehsize);
TO_NATIVE         446 scripts/mod/modpost.c 	hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize);
TO_NATIVE         447 scripts/mod/modpost.c 	hdr->e_phnum     = TO_NATIVE(hdr->e_phnum);
TO_NATIVE         448 scripts/mod/modpost.c 	hdr->e_shentsize = TO_NATIVE(hdr->e_shentsize);
TO_NATIVE         449 scripts/mod/modpost.c 	hdr->e_shnum     = TO_NATIVE(hdr->e_shnum);
TO_NATIVE         450 scripts/mod/modpost.c 	hdr->e_shstrndx  = TO_NATIVE(hdr->e_shstrndx);
TO_NATIVE         467 scripts/mod/modpost.c 		info->num_sections = TO_NATIVE(sechdrs[0].sh_size);
TO_NATIVE         473 scripts/mod/modpost.c 		info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link);
TO_NATIVE         481 scripts/mod/modpost.c 		sechdrs[i].sh_name      = TO_NATIVE(sechdrs[i].sh_name);
TO_NATIVE         482 scripts/mod/modpost.c 		sechdrs[i].sh_type      = TO_NATIVE(sechdrs[i].sh_type);
TO_NATIVE         483 scripts/mod/modpost.c 		sechdrs[i].sh_flags     = TO_NATIVE(sechdrs[i].sh_flags);
TO_NATIVE         484 scripts/mod/modpost.c 		sechdrs[i].sh_addr      = TO_NATIVE(sechdrs[i].sh_addr);
TO_NATIVE         485 scripts/mod/modpost.c 		sechdrs[i].sh_offset    = TO_NATIVE(sechdrs[i].sh_offset);
TO_NATIVE         486 scripts/mod/modpost.c 		sechdrs[i].sh_size      = TO_NATIVE(sechdrs[i].sh_size);
TO_NATIVE         487 scripts/mod/modpost.c 		sechdrs[i].sh_link      = TO_NATIVE(sechdrs[i].sh_link);
TO_NATIVE         488 scripts/mod/modpost.c 		sechdrs[i].sh_info      = TO_NATIVE(sechdrs[i].sh_info);
TO_NATIVE         489 scripts/mod/modpost.c 		sechdrs[i].sh_addralign = TO_NATIVE(sechdrs[i].sh_addralign);
TO_NATIVE         490 scripts/mod/modpost.c 		sechdrs[i].sh_entsize   = TO_NATIVE(sechdrs[i].sh_entsize);
TO_NATIVE         548 scripts/mod/modpost.c 		sym->st_shndx = TO_NATIVE(sym->st_shndx);
TO_NATIVE         549 scripts/mod/modpost.c 		sym->st_name  = TO_NATIVE(sym->st_name);
TO_NATIVE         550 scripts/mod/modpost.c 		sym->st_value = TO_NATIVE(sym->st_value);
TO_NATIVE         551 scripts/mod/modpost.c 		sym->st_size  = TO_NATIVE(sym->st_size);
TO_NATIVE         563 scripts/mod/modpost.c 			*p = TO_NATIVE(*p);
TO_NATIVE        1466 scripts/mod/modpost.c 		r->r_addend = TO_NATIVE(*location);
TO_NATIVE        1469 scripts/mod/modpost.c 		r->r_addend = TO_NATIVE(*location) + 4;
TO_NATIVE        1530 scripts/mod/modpost.c 	inst = TO_NATIVE(*location);
TO_NATIVE        1564 scripts/mod/modpost.c 		r.r_offset = TO_NATIVE(rela->r_offset);
TO_NATIVE        1569 scripts/mod/modpost.c 			r_sym = TO_NATIVE(r_sym);
TO_NATIVE        1573 scripts/mod/modpost.c 			r.r_info = TO_NATIVE(rela->r_info);
TO_NATIVE        1577 scripts/mod/modpost.c 		r.r_info = TO_NATIVE(rela->r_info);
TO_NATIVE        1580 scripts/mod/modpost.c 		r.r_addend = TO_NATIVE(rela->r_addend);
TO_NATIVE        1608 scripts/mod/modpost.c 		r.r_offset = TO_NATIVE(rel->r_offset);
TO_NATIVE        1613 scripts/mod/modpost.c 			r_sym = TO_NATIVE(r_sym);
TO_NATIVE        1617 scripts/mod/modpost.c 			r.r_info = TO_NATIVE(rel->r_info);
TO_NATIVE        1621 scripts/mod/modpost.c 		r.r_info = TO_NATIVE(rel->r_info);