Home
last modified time | relevance | path

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

/linux/scripts/mod/
H A Dmodpost.c450 hdr->e_type = TO_NATIVE(hdr->e_type); in parse_elf()
451 hdr->e_machine = TO_NATIVE(hdr->e_machine); in parse_elf()
452 hdr->e_version = TO_NATIVE(hdr->e_version); in parse_elf()
453 hdr->e_entry = TO_NATIVE(hdr->e_entry); in parse_elf()
454 hdr->e_phoff = TO_NATIVE(hdr->e_phoff); in parse_elf()
455 hdr->e_shoff = TO_NATIVE(hdr->e_shoff); in parse_elf()
456 hdr->e_flags = TO_NATIVE(hdr->e_flags); in parse_elf()
457 hdr->e_ehsize = TO_NATIVE(hdr->e_ehsize); in parse_elf()
458 hdr->e_phentsize = TO_NATIVE(hdr->e_phentsize); in parse_elf()
459 hdr->e_phnum = TO_NATIVE(hdr->e_phnum); in parse_elf()
[all …]
H A Dmodpost.h65 #define TO_NATIVE(x) \ macro
79 TO_NATIVE(_val); \