Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/mod/
Dmodpost.c458 hdr->e_type = TO_NATIVE(hdr->e_type); in parse_elf()
459 hdr->e_machine = TO_NATIVE(hdr->e_machine); in parse_elf()
460 hdr->e_version = TO_NATIVE(hdr->e_version); in parse_elf()
461 hdr->e_entry = TO_NATIVE(hdr->e_entry); in parse_elf()
462 hdr->e_phoff = TO_NATIVE(hdr->e_phoff); in parse_elf()
463 hdr->e_shoff = TO_NATIVE(hdr->e_shoff); in parse_elf()
464 hdr->e_flags = TO_NATIVE(hdr->e_flags); in parse_elf()
465 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()
466 hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize); in parse_elf()
467 hdr->e_phnum = TO_NATIVE(hdr->e_phnum); in parse_elf()
[all …]
Dmodpost.h84 #define TO_NATIVE(x) \ macro
93 #define TO_NATIVE(x) (x) macro
Dfile2alias.c69 typeof(((struct devid *)0)->f) f = TO_NATIVE(*(typeof(f) *)((m) + OFF_##devid##_##f))
695 (*prod_id_hash)[i] = TO_NATIVE((*prod_id_hash)[i]); in do_pcmcia_entry()
743 arr[i] = TO_NATIVE(arr[i]); in do_input()
916 sprintf(&guid_name[i], "%02x", TO_NATIVE((guid->b)[i/2])); in do_vmbus_entry()