Searched refs:machtype (Results 1 - 18 of 18) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dnetbsd.h46 #define N_SET_MACHTYPE(exec, machtype) \
48 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
H A Dsparclynx.c71 NAME(lynx,set_arch_mach) (abfd, machtype)
73 unsigned long machtype; variable
79 switch (machtype)
H A Dfreebsd.h47 #define N_SET_MACHTYPE(exec, machtype) \
49 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
H A Dmipsbsd.c51 static void MY(set_arch_mach) PARAMS ((bfd *abfd, unsigned long machtype));
81 MY(set_arch_mach) (abfd, machtype)
83 unsigned long machtype;
89 switch (machtype)
H A Daoutf1.h98 sunos_set_arch_mach (bfd *abfd, enum machine_type machtype) argument
104 switch (machtype)
H A Dlibaout.h330 # define N_SET_MACHTYPE(exec, machtype) \
332 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
/haiku-buildtools/legacy/binutils/include/aout/
H A Dhp.h65 #define N_SET_MACHTYPE(exec, machtype) (((exec) . a_machtype) = (machtype))
/haiku-buildtools/binutils/bfd/
H A Dnetbsd.h46 #define N_SET_MACHTYPE(execp, machtype) \
48 ((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
H A Dfreebsd.h47 #define N_SET_MACHTYPE(execp, machtype) \
49 ((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
H A Dsparclynx.c72 NAME(lynx,set_arch_mach) (bfd *abfd, unsigned long machtype)
78 switch (machtype)
H A Dmipsbsd.c80 MY(set_arch_mach) (bfd *abfd, unsigned long machtype) argument
86 switch (machtype)
H A Dlibaout.h329 # define N_SET_MACHTYPE(execp, machtype) \
331 ((execp)->a_info & 0xff00ffff) | ((((int) (machtype)) &0xff) << 16))
H A Daoutf1.h98 sunos_set_arch_mach (bfd *abfd, enum machine_type machtype) argument
104 switch (machtype)
/haiku-buildtools/binutils/include/aout/
H A Dhp.h66 #define N_SET_MACHTYPE(execp, machtype) (((execp)->a_machtype) = (machtype))
/haiku-buildtools/legacy/binutils/gas/config/
H A Daout_gnu.h139 #define N_SET_MACHTYPE(exec, machtype) \
141 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
/haiku-buildtools/binutils/gas/config/
H A Daout_gnu.h139 #define N_SET_MACHTYPE(execp, machtype) \
141 ((execp)->a_info & 0xff00ffff) | ((((int) (machtype)) & 0xff) << 16))
/haiku-buildtools/legacy/binutils/binutils/
H A Dreadelf.c5401 int machtype;
5414 if (elf_header.e_machine == handlers[i].machtype)
5398 int machtype; member in struct:unwind_handler
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c8874 int machtype;
8890 if (elf_header.e_machine == handlers[i].machtype)
8871 int machtype; member in struct:unwind_handler

Completed in 480 milliseconds