Symbol: TO_NATIVE
scripts/mod/modpost.c
1327
*r_sym = TO_NATIVE(mips64_r_info->r_sym);
scripts/mod/modpost.c
1332
r_info = TO_NATIVE((Elf64_Xword)r_info);
scripts/mod/modpost.c
1334
r_info = TO_NATIVE((Elf32_Word)r_info);
scripts/mod/modpost.c
1351
r_offset = TO_NATIVE(rela->r_offset);
scripts/mod/modpost.c
1355
taddr = tsym->st_value + TO_NATIVE(rela->r_addend);
scripts/mod/modpost.c
1394
r_offset = TO_NATIVE(rel->r_offset);
scripts/mod/modpost.c
450
hdr->e_type = TO_NATIVE(hdr->e_type);
scripts/mod/modpost.c
451
hdr->e_machine = TO_NATIVE(hdr->e_machine);
scripts/mod/modpost.c
452
hdr->e_version = TO_NATIVE(hdr->e_version);
scripts/mod/modpost.c
453
hdr->e_entry = TO_NATIVE(hdr->e_entry);
scripts/mod/modpost.c
454
hdr->e_phoff = TO_NATIVE(hdr->e_phoff);
scripts/mod/modpost.c
455
hdr->e_shoff = TO_NATIVE(hdr->e_shoff);
scripts/mod/modpost.c
456
hdr->e_flags = TO_NATIVE(hdr->e_flags);
scripts/mod/modpost.c
457
hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize);
scripts/mod/modpost.c
458
hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize);
scripts/mod/modpost.c
459
hdr->e_phnum = TO_NATIVE(hdr->e_phnum);
scripts/mod/modpost.c
460
hdr->e_shentsize = TO_NATIVE(hdr->e_shentsize);
scripts/mod/modpost.c
461
hdr->e_shnum = TO_NATIVE(hdr->e_shnum);
scripts/mod/modpost.c
462
hdr->e_shstrndx = TO_NATIVE(hdr->e_shstrndx);
scripts/mod/modpost.c
480
info->num_sections = TO_NATIVE(sechdrs[0].sh_size);
scripts/mod/modpost.c
486
info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link);
scripts/mod/modpost.c
494
sechdrs[i].sh_name = TO_NATIVE(sechdrs[i].sh_name);
scripts/mod/modpost.c
495
sechdrs[i].sh_type = TO_NATIVE(sechdrs[i].sh_type);
scripts/mod/modpost.c
496
sechdrs[i].sh_flags = TO_NATIVE(sechdrs[i].sh_flags);
scripts/mod/modpost.c
497
sechdrs[i].sh_addr = TO_NATIVE(sechdrs[i].sh_addr);
scripts/mod/modpost.c
498
sechdrs[i].sh_offset = TO_NATIVE(sechdrs[i].sh_offset);
scripts/mod/modpost.c
499
sechdrs[i].sh_size = TO_NATIVE(sechdrs[i].sh_size);
scripts/mod/modpost.c
500
sechdrs[i].sh_link = TO_NATIVE(sechdrs[i].sh_link);
scripts/mod/modpost.c
501
sechdrs[i].sh_info = TO_NATIVE(sechdrs[i].sh_info);
scripts/mod/modpost.c
502
sechdrs[i].sh_addralign = TO_NATIVE(sechdrs[i].sh_addralign);
scripts/mod/modpost.c
503
sechdrs[i].sh_entsize = TO_NATIVE(sechdrs[i].sh_entsize);
scripts/mod/modpost.c
555
sym->st_shndx = TO_NATIVE(sym->st_shndx);
scripts/mod/modpost.c
556
sym->st_name = TO_NATIVE(sym->st_name);
scripts/mod/modpost.c
557
sym->st_value = TO_NATIVE(sym->st_value);
scripts/mod/modpost.c
558
sym->st_size = TO_NATIVE(sym->st_size);
scripts/mod/modpost.c
570
*p = TO_NATIVE(*p);
scripts/mod/modpost.h
79
TO_NATIVE(_val); \