Symbol: TO_NATIVE
scripts/mod/modpost.c
1334
*r_sym = TO_NATIVE(mips64_r_info->r_sym);
scripts/mod/modpost.c
1339
r_info = TO_NATIVE((Elf64_Xword)r_info);
scripts/mod/modpost.c
1341
r_info = TO_NATIVE((Elf32_Word)r_info);
scripts/mod/modpost.c
1358
r_offset = TO_NATIVE(rela->r_offset);
scripts/mod/modpost.c
1362
taddr = tsym->st_value + TO_NATIVE(rela->r_addend);
scripts/mod/modpost.c
1401
r_offset = TO_NATIVE(rel->r_offset);
scripts/mod/modpost.c
455
hdr->e_type = TO_NATIVE(hdr->e_type);
scripts/mod/modpost.c
456
hdr->e_machine = TO_NATIVE(hdr->e_machine);
scripts/mod/modpost.c
457
hdr->e_version = TO_NATIVE(hdr->e_version);
scripts/mod/modpost.c
458
hdr->e_entry = TO_NATIVE(hdr->e_entry);
scripts/mod/modpost.c
459
hdr->e_phoff = TO_NATIVE(hdr->e_phoff);
scripts/mod/modpost.c
460
hdr->e_shoff = TO_NATIVE(hdr->e_shoff);
scripts/mod/modpost.c
461
hdr->e_flags = TO_NATIVE(hdr->e_flags);
scripts/mod/modpost.c
462
hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize);
scripts/mod/modpost.c
463
hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize);
scripts/mod/modpost.c
464
hdr->e_phnum = TO_NATIVE(hdr->e_phnum);
scripts/mod/modpost.c
465
hdr->e_shentsize = TO_NATIVE(hdr->e_shentsize);
scripts/mod/modpost.c
466
hdr->e_shnum = TO_NATIVE(hdr->e_shnum);
scripts/mod/modpost.c
467
hdr->e_shstrndx = TO_NATIVE(hdr->e_shstrndx);
scripts/mod/modpost.c
485
info->num_sections = TO_NATIVE(sechdrs[0].sh_size);
scripts/mod/modpost.c
491
info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link);
scripts/mod/modpost.c
499
sechdrs[i].sh_name = TO_NATIVE(sechdrs[i].sh_name);
scripts/mod/modpost.c
500
sechdrs[i].sh_type = TO_NATIVE(sechdrs[i].sh_type);
scripts/mod/modpost.c
501
sechdrs[i].sh_flags = TO_NATIVE(sechdrs[i].sh_flags);
scripts/mod/modpost.c
502
sechdrs[i].sh_addr = TO_NATIVE(sechdrs[i].sh_addr);
scripts/mod/modpost.c
503
sechdrs[i].sh_offset = TO_NATIVE(sechdrs[i].sh_offset);
scripts/mod/modpost.c
504
sechdrs[i].sh_size = TO_NATIVE(sechdrs[i].sh_size);
scripts/mod/modpost.c
505
sechdrs[i].sh_link = TO_NATIVE(sechdrs[i].sh_link);
scripts/mod/modpost.c
506
sechdrs[i].sh_info = TO_NATIVE(sechdrs[i].sh_info);
scripts/mod/modpost.c
507
sechdrs[i].sh_addralign = TO_NATIVE(sechdrs[i].sh_addralign);
scripts/mod/modpost.c
508
sechdrs[i].sh_entsize = TO_NATIVE(sechdrs[i].sh_entsize);
scripts/mod/modpost.c
560
sym->st_shndx = TO_NATIVE(sym->st_shndx);
scripts/mod/modpost.c
561
sym->st_name = TO_NATIVE(sym->st_name);
scripts/mod/modpost.c
562
sym->st_value = TO_NATIVE(sym->st_value);
scripts/mod/modpost.c
563
sym->st_size = TO_NATIVE(sym->st_size);
scripts/mod/modpost.c
575
*p = TO_NATIVE(*p);
scripts/mod/modpost.h
79
TO_NATIVE(_val); \