Home
last modified time | relevance | path

Searched refs:TO_NATIVE (Results 1 – 3 of 3) sorted by relevance

/scripts/mod/
Dmodpost.c511 hdr->e_type = TO_NATIVE(hdr->e_type); in parse_elf()
512 hdr->e_machine = TO_NATIVE(hdr->e_machine); in parse_elf()
513 hdr->e_version = TO_NATIVE(hdr->e_version); in parse_elf()
514 hdr->e_entry = TO_NATIVE(hdr->e_entry); in parse_elf()
515 hdr->e_phoff = TO_NATIVE(hdr->e_phoff); in parse_elf()
516 hdr->e_shoff = TO_NATIVE(hdr->e_shoff); in parse_elf()
517 hdr->e_flags = TO_NATIVE(hdr->e_flags); in parse_elf()
518 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()
519 hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize); in parse_elf()
520 hdr->e_phnum = TO_NATIVE(hdr->e_phnum); in parse_elf()
[all …]
Dmodpost.h85 #define TO_NATIVE(x) \ macro
94 #define TO_NATIVE(x) (x) macro
Dfile2alias.c69 typeof(((struct devid *)0)->f) f = TO_NATIVE(*(typeof(f) *)((m) + OFF_##devid##_##f))
671 (*prod_id_hash)[i] = TO_NATIVE((*prod_id_hash)[i]); in do_pcmcia_entry()
721 arr[i] = TO_NATIVE(arr[i]); in do_input()
894 sprintf(&guid_name[i], "%02x", TO_NATIVE((guid->b)[i/2])); in do_vmbus_entry()