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

/linux-master/scripts/mod/
H A Dmodpost.c448 hdr->e_type = TO_NATIVE(hdr->e_type);
449 hdr->e_machine = TO_NATIVE(hdr->e_machine);
450 hdr->e_version = TO_NATIVE(hdr->e_version);
451 hdr->e_entry = TO_NATIVE(hdr->e_entry);
452 hdr->e_phoff = TO_NATIVE(hdr->e_phoff);
453 hdr->e_shoff = TO_NATIVE(hdr->e_shoff);
454 hdr->e_flags = TO_NATIVE(hdr->e_flags);
455 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize);
456 hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize);
457 hdr->e_phnum = TO_NATIVE(hd
[all...]
H A Dmodpost.h67 #define TO_NATIVE(x) (bswap(x)) macro
71 #define TO_NATIVE(x) (x) macro
H A Dfile2alias.c73 typeof(((struct devid *)0)->f) f = TO_NATIVE(*(typeof(f) *)((m) + OFF_##devid##_##f))
696 (*prod_id_hash)[i] = TO_NATIVE((*prod_id_hash)[i]);
744 arr[i] = TO_NATIVE(arr[i]);
917 sprintf(&guid_name[i], "%02x", TO_NATIVE((guid->b)[i/2]));

Completed in 158 milliseconds