Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c432 hdr->e_type = TO_NATIVE(hdr->e_type); in parse_elf()
433 hdr->e_machine = TO_NATIVE(hdr->e_machine); in parse_elf()
434 hdr->e_version = TO_NATIVE(hdr->e_version); in parse_elf()
435 hdr->e_entry = TO_NATIVE(hdr->e_entry); in parse_elf()
436 hdr->e_phoff = TO_NATIVE(hdr->e_phoff); in parse_elf()
437 hdr->e_shoff = TO_NATIVE(hdr->e_shoff); in parse_elf()
438 hdr->e_flags = TO_NATIVE(hdr->e_flags); in parse_elf()
439 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()
440 hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize); in parse_elf()
441 hdr->e_phnum = TO_NATIVE(hdr->e_phnum); in parse_elf()
[all …]
H A Dmodpost.h65 #define TO_NATIVE(x) \ macro
H A Dfile2alias.c135 typeof(((struct devid *)0)->f) f = TO_NATIVE(*(typeof(f) *)((m) + OFF_##devid##_##f))
613 (*prod_id_hash)[i] = TO_NATIVE((*prod_id_hash)[i]); in do_pcmcia_entry()
658 arr[i] = TO_NATIVE(arr[i]); in do_input()
823 sprintf(&guid_name[i], "%02x", TO_NATIVE((guid->b)[i/2])); in do_vmbus_entry()