Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/mod/
A Dmodpost.c562 sym->st_name = TO_NATIVE(sym->st_name); in parse_elf()
576 *p = TO_NATIVE(*p); in parse_elf()
1440 r->r_addend = TO_NATIVE(*location); in addend_386_rel()
1501 inst = TO_NATIVE(*location); in addend_mips_rel()
1555 r_sym = TO_NATIVE(r_sym); in section_rela()
1559 r.r_info = TO_NATIVE(rela->r_info); in section_rela()
1563 r.r_info = TO_NATIVE(rela->r_info); in section_rela()
1607 r.r_offset = TO_NATIVE(rel->r_offset); in section_rel()
1612 r_sym = TO_NATIVE(r_sym); in section_rel()
1616 r.r_info = TO_NATIVE(rel->r_info); in section_rel()
[all …]
A Dmodpost.h84 #define TO_NATIVE(x) \ macro
93 #define TO_NATIVE(x) (x) macro
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]); in do_pcmcia_entry()
744 arr[i] = TO_NATIVE(arr[i]); in do_input()
917 sprintf(&guid_name[i], "%02x", TO_NATIVE((guid->b)[i/2])); in do_vmbus_entry()

Completed in 12 milliseconds