Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/aout/
Dhp.h66 #define N_SET_MACHTYPE(execp, machtype) (((execp)->a_machtype) = (machtype)) argument
/toolchain/binutils/binutils-2.27/bfd/
Dnetbsd.h46 #define N_SET_MACHTYPE(execp, machtype) \ argument
48 ((execp)->a_info & 0xfb00ffff) | ((((int) (machtype)) & 0x3ff) << 16))
Dfreebsd.h47 #define N_SET_MACHTYPE(execp, machtype) \ argument
49 ((execp)->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(execp, machtype) \ argument
329 ((execp)->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.27/gas/config/
Daout_gnu.h139 #define N_SET_MACHTYPE(execp, machtype) \ argument
141 ((execp)->a_info & 0xff00ffff) | ((((int) (machtype)) & 0xff) << 16))
/toolchain/binutils/binutils-2.27/binutils/
Dreadelf.c8753 int machtype; in process_unwind() member
8769 if (elf_header.e_machine == handlers[i].machtype) in process_unwind()