Home
last modified time | relevance | path

Searched refs:machtype (Results 1 – 9 of 9) sorted by relevance

/toolchain/binutils/binutils-2.25/include/aout/
Dhp.h66 #define N_SET_MACHTYPE(exec, machtype) (((exec) . a_machtype) = (machtype)) argument
/toolchain/binutils/binutils-2.25/bfd/
Dfreebsd.h47 #define N_SET_MACHTYPE(exec, machtype) \ argument
49 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
Dnetbsd.h46 #define N_SET_MACHTYPE(exec, machtype) \ argument
48 ((exec).a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
Dsparclynx.c72 NAME(lynx,set_arch_mach) (bfd *abfd, unsigned long machtype) in NAME()
78 switch (machtype) in NAME()
Dmipsbsd.c80 MY(set_arch_mach) (bfd *abfd, unsigned long machtype) in MY()
86 switch (machtype) in MY()
Dlibaout.h327 # define N_SET_MACHTYPE(exec, machtype) \ argument
329 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
Daoutf1.h97 sunos_set_arch_mach (bfd *abfd, enum machine_type machtype) in sunos_set_arch_mach() argument
103 switch (machtype) in sunos_set_arch_mach()
/toolchain/binutils/binutils-2.25/gas/config/
Daout_gnu.h139 #define N_SET_MACHTYPE(exec, machtype) \ argument
141 ((exec).a_info&0xff00ffff) | ((((int)(machtype))&0xff) << 16))
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c7951 int machtype; in process_unwind() member
7967 if (elf_header.e_machine == handlers[i].machtype) in process_unwind()