Lines Matching refs:TO_NATIVE

436 	hdr->e_type      = TO_NATIVE(hdr->e_type);
437 hdr->e_machine = TO_NATIVE(hdr->e_machine);
438 hdr->e_version = TO_NATIVE(hdr->e_version);
439 hdr->e_entry = TO_NATIVE(hdr->e_entry);
440 hdr->e_phoff = TO_NATIVE(hdr->e_phoff);
441 hdr->e_shoff = TO_NATIVE(hdr->e_shoff);
442 hdr->e_flags = TO_NATIVE(hdr->e_flags);
443 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize);
444 hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize);
445 hdr->e_phnum = TO_NATIVE(hdr->e_phnum);
446 hdr->e_shentsize = TO_NATIVE(hdr->e_shentsize);
447 hdr->e_shnum = TO_NATIVE(hdr->e_shnum);
448 hdr->e_shstrndx = TO_NATIVE(hdr->e_shstrndx);
466 info->num_sections = TO_NATIVE(sechdrs[0].sh_size);
472 info->secindex_strings = TO_NATIVE(sechdrs[0].sh_link);
480 sechdrs[i].sh_name = TO_NATIVE(sechdrs[i].sh_name);
481 sechdrs[i].sh_type = TO_NATIVE(sechdrs[i].sh_type);
482 sechdrs[i].sh_flags = TO_NATIVE(sechdrs[i].sh_flags);
483 sechdrs[i].sh_addr = TO_NATIVE(sechdrs[i].sh_addr);
484 sechdrs[i].sh_offset = TO_NATIVE(sechdrs[i].sh_offset);
485 sechdrs[i].sh_size = TO_NATIVE(sechdrs[i].sh_size);
486 sechdrs[i].sh_link = TO_NATIVE(sechdrs[i].sh_link);
487 sechdrs[i].sh_info = TO_NATIVE(sechdrs[i].sh_info);
488 sechdrs[i].sh_addralign = TO_NATIVE(sechdrs[i].sh_addralign);
489 sechdrs[i].sh_entsize = TO_NATIVE(sechdrs[i].sh_entsize);
541 sym->st_shndx = TO_NATIVE(sym->st_shndx);
542 sym->st_name = TO_NATIVE(sym->st_name);
543 sym->st_value = TO_NATIVE(sym->st_value);
544 sym->st_size = TO_NATIVE(sym->st_size);
556 *p = TO_NATIVE(*p);
1304 *r_sym = TO_NATIVE(mips64_r_info->r_sym);
1309 r_info = TO_NATIVE((Elf64_Xword)r_info);
1311 r_info = TO_NATIVE((Elf32_Word)r_info);
1328 r_offset = TO_NATIVE(rela->r_offset);
1332 taddr = tsym->st_value + TO_NATIVE(rela->r_addend);
1371 r_offset = TO_NATIVE(rel->r_offset);