Lines Matching refs:TO_NATIVE

507 	hdr->e_type      = TO_NATIVE(hdr->e_type);
508 hdr->e_machine = TO_NATIVE(hdr->e_machine);
509 hdr->e_version = TO_NATIVE(hdr->e_version);
510 hdr->e_entry = TO_NATIVE(hdr->e_entry);
511 hdr->e_phoff = TO_NATIVE(hdr->e_phoff);
512 hdr->e_shoff = TO_NATIVE(hdr->e_shoff);
513 hdr->e_flags = TO_NATIVE(hdr->e_flags);
514 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize);
515 hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize);
516 hdr->e_phnum = TO_NATIVE(hdr->e_phnum);
517 hdr->e_shentsize = TO_NATIVE(hdr->e_shentsize);
518 hdr->e_shnum = TO_NATIVE(hdr->e_shnum);
519 hdr->e_shstrndx = TO_NATIVE(hdr->e_shstrndx);
535 info->num_sections = TO_NATIVE(sechdrs[0].sh_size);
541 info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link);
549 sechdrs[i].sh_name = TO_NATIVE(sechdrs[i].sh_name);
550 sechdrs[i].sh_type = TO_NATIVE(sechdrs[i].sh_type);
551 sechdrs[i].sh_flags = TO_NATIVE(sechdrs[i].sh_flags);
552 sechdrs[i].sh_addr = TO_NATIVE(sechdrs[i].sh_addr);
553 sechdrs[i].sh_offset = TO_NATIVE(sechdrs[i].sh_offset);
554 sechdrs[i].sh_size = TO_NATIVE(sechdrs[i].sh_size);
555 sechdrs[i].sh_link = TO_NATIVE(sechdrs[i].sh_link);
556 sechdrs[i].sh_info = TO_NATIVE(sechdrs[i].sh_info);
557 sechdrs[i].sh_addralign = TO_NATIVE(sechdrs[i].sh_addralign);
558 sechdrs[i].sh_entsize = TO_NATIVE(sechdrs[i].sh_entsize);
616 sym->st_shndx = TO_NATIVE(sym->st_shndx);
617 sym->st_name = TO_NATIVE(sym->st_name);
618 sym->st_value = TO_NATIVE(sym->st_value);
619 sym->st_size = TO_NATIVE(sym->st_size);
631 *p = TO_NATIVE(*p);
690 crc = TO_NATIVE(*crcp);
1762 r->r_addend = TO_NATIVE(*location);
1765 r->r_addend = TO_NATIVE(*location) + 4;
1808 inst = TO_NATIVE(*(uint32_t *)loc);
1814 inst = TO_NATIVE(*(uint32_t *)loc);
1840 inst = TO_NATIVE(*location);
1882 r.r_offset = TO_NATIVE(rela->r_offset);
1887 r_sym = TO_NATIVE(r_sym);
1891 r.r_info = TO_NATIVE(rela->r_info);
1895 r.r_info = TO_NATIVE(rela->r_info);
1898 r.r_addend = TO_NATIVE(rela->r_addend);
1935 r.r_offset = TO_NATIVE(rel->r_offset);
1940 r_sym = TO_NATIVE(r_sym);
1944 r.r_info = TO_NATIVE(rel->r_info);
1948 r.r_info = TO_NATIVE(rel->r_info);