Searched refs:machtype (Results 1 – 9 of 9) sorted by relevance
66 #define N_SET_MACHTYPE(execp, machtype) (((execp)->a_machtype) = (machtype)) argument
46 #define N_SET_MACHTYPE(execp, machtype) \ argument48 ((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
47 #define N_SET_MACHTYPE(execp, machtype) \ argument49 ((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
72 NAME(lynx,set_arch_mach) (bfd *abfd, unsigned long machtype) in NAME()78 switch (machtype) in NAME()
80 MY(set_arch_mach) (bfd *abfd, unsigned long machtype) in MY()86 switch (machtype) in MY()
327 # define N_SET_MACHTYPE(execp, machtype) \ argument329 ((execp)->a_info & 0xff00ffff) | ((((int) (machtype)) &0xff) << 16))
97 sunos_set_arch_mach (bfd *abfd, enum machine_type machtype) in sunos_set_arch_mach() argument103 switch (machtype) in sunos_set_arch_mach()
139 #define N_SET_MACHTYPE(execp, machtype) \ argument141 ((execp)->a_info & 0xff00ffff) | ((((int) (machtype)) & 0xff) << 16))
8753 int machtype; in process_unwind() member8769 if (elf_header.e_machine == handlers[i].machtype) in process_unwind()