Searched refs:arch (Results 76 - 100 of 218) sorted by relevance

123456789

/freebsd-9.3-release/contrib/ipfilter/FreeBSD/
H A Dkinstall5 if ( -d /sys/arch/$karch ) set archdir="/sys/arch/$karch"
H A Dunkinstall5 if ( -d /sys/arch/$karch ) set archdir="/sys/arch/$karch"
/freebsd-9.3-release/contrib/ipfilter/FreeBSD-2.2/
H A Dkinstall5 if ( -d /sys/arch/$karch ) set archdir="/sys/arch/$karch"
H A Dunkinstall5 if ( -d /sys/arch/$karch ) set archdir="/sys/arch/$karch"
/freebsd-9.3-release/contrib/ipfilter/FreeBSD-4.0/
H A Dkinstall7 if ( -d /sys/arch/$karch ) set archdir="/sys/arch/$karch"
/freebsd-9.3-release/contrib/openpam/
H A Dmkpkgng.in127 arch: $pkgabi
/freebsd-9.3-release/sys/xen/interface/
H A Dxen.h33 #include "arch-x86/xen.h"
35 #include "arch-ia64.h"
429 struct arch_vcpu_info arch; member in struct:vcpu_info
489 struct arch_shared_info arch; member in struct:shared_info
/freebsd-9.3-release/contrib/gdb/gdb/
H A Drs6000-tdep.c32 #include "arch-utils.h"
92 unsigned char sz32; /* size on 32-bit arch, 0 if nonextant */
93 unsigned char sz64; /* size on 64-bit arch, 0 if nonextant */
146 if (info->arch == bfd_arch_powerpc)
148 if (info->arch == bfd_arch_rs6000)
2442 /* bfd_arch_info.arch corresponding to variant. */
2443 enum bfd_architecture arch;
2597 find_variant_by_arch (enum bfd_architecture arch, unsigned long mach)
2602 if (arch == v->arch
2441 enum bfd_architecture arch; member in struct:variant
2595 find_variant_by_arch(enum bfd_architecture arch, unsigned long mach) argument
2630 enum bfd_architecture arch; local
[all...]
H A Drs6000-nat.c35 #include "arch-utils.h"
130 extern struct vmap *map_vmap (bfd * bf, bfd * arch);
972 enum bfd_architecture arch;
979 arch = bfd_arch_rs6000;
984 arch = bfd_arch_powerpc;
1001 if (arch == exec_bfd_arch_info->arch)
1005 bfd_default_set_arch_mach (&abfd, arch, mach);
968 enum bfd_architecture arch; local
H A Ddisasm.c344 di.arch = gdbarch_bfd_arch_info (gdbarch)->arch;
H A Dremote-e7000.c897 if (TARGET_ARCHITECTURE->arch == bfd_arch_sh)
908 if (TARGET_ARCHITECTURE->arch == bfd_arch_h8300)
967 if (TARGET_ARCHITECTURE->arch == bfd_arch_h8300)
988 else if (TARGET_ARCHITECTURE->arch == bfd_arch_sh)
2037 if (TARGET_ARCHITECTURE->arch == bfd_arch_sh)
2048 if (TARGET_ARCHITECTURE->arch == bfd_arch_h8300)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dwindmc.c249 const char **arch = bfd_arch_list (); local
251 if (arch && tname)
255 while (*arch != NULL)
257 const char *in_a = strstr (*arch, tname);
259 if (in_a && (in_a == *arch || in_a[-1] == ':')
262 def_target_arch = *arch;
265 arch++;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_inode.c733 xfs_arch_t arch = ARCH_CONVERT; local
737 INT_XLATE(buf_core->di_magic, mem_core->di_magic, dir, arch);
738 INT_XLATE(buf_core->di_mode, mem_core->di_mode, dir, arch);
739 INT_XLATE(buf_core->di_version, mem_core->di_version, dir, arch);
740 INT_XLATE(buf_core->di_format, mem_core->di_format, dir, arch);
741 INT_XLATE(buf_core->di_onlink, mem_core->di_onlink, dir, arch);
742 INT_XLATE(buf_core->di_uid, mem_core->di_uid, dir, arch);
743 INT_XLATE(buf_core->di_gid, mem_core->di_gid, dir, arch);
744 INT_XLATE(buf_core->di_nlink, mem_core->di_nlink, dir, arch);
745 INT_XLATE(buf_core->di_projid, mem_core->di_projid, dir, arch);
[all...]
/freebsd-9.3-release/cddl/lib/libzpool/
H A DMakefile57 CFLAGS+= -I${.CURDIR}/../../../lib/libthr/arch/${MACHINE_CPUARCH}/include
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delfcore.h210 if (! bfd_default_set_arch_mach (abfd, ebd->arch, 0)
H A Dlibecoff.h41 enum bfd_architecture arch; member in struct:ecoff_backend_data
H A Drs6000-core.c442 enum bfd_architecture arch; local
450 arch = bfd_arch_rs6000;
454 arch = bfd_arch_powerpc;
458 bfd_default_set_arch_mach (abfd, arch, mach);
H A Dihex.c888 enum bfd_architecture arch,
891 if (! bfd_default_set_arch_mach (abfd, arch, mach))
893 if (arch != bfd_arch_unknown)
887 ihex_set_arch_mach(bfd *abfd, enum bfd_architecture arch, unsigned long mach) argument
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dsh-dis.c506 int max_n = SH_MERGE_ARCH_SET (op->arch, arch_op32) ? 8 : 4;
509 && SH_MERGE_ARCH_SET (op->arch, arch_op32))
512 if (!SH_MERGE_ARCH_SET_VALID (op->arch, target_arch))
935 return SH_MERGE_ARCH_SET (op->arch, arch_op32) ? 4 : 2;
H A Dmep-dis.c1112 enum bfd_architecture arch;
1118 arch = info->arch;
1119 if (arch == bfd_arch_unknown)
1120 arch = CGEN_BFD_ARCH;
1167 const bfd_arch_info_type *arch_type = bfd_lookup_arch (arch, mach);
1108 enum bfd_architecture arch; local
/freebsd-9.3-release/contrib/cvs/src/
H A Dcvsbug.in149 ARCH=`[ -f /bin/arch ] && /bin/arch`
/freebsd-9.3-release/contrib/gcc/
H A Dgccbug.in153 ARCH=`[ -f /bin/arch ] && /bin/arch`
/freebsd-9.3-release/crypto/openssh/
H A Dsandbox-seccomp-filter.c83 /* Ensure the syscall arch convention is as expected. */
85 offsetof(struct seccomp_data, arch)),
163 "%s: unexpected system call (arch:0x%x,syscall:%d @ %p)",
/freebsd-9.3-release/usr.bin/bmake/
H A DMakefile25 arch.c \
/freebsd-9.3-release/contrib/openresolv/
H A Dconfigure121 if [ -e /etc/arch-release -a -d /etc/rc.d ]; then

Completed in 206 milliseconds

123456789