Searched refs:arch (Results 101 - 125 of 411) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/xen/interface/
H A Dkexec.h209 uint16_t arch; /* ELF machine type (EM_*). */ member in struct:xen_kexec_load
/freebsd-11.0-release/usr.bin/svn/lib/libserf/
H A DMakefile21 -I${APR}/include/arch/unix -I${APR}/include \
/freebsd-11.0-release/usr.bin/svn/lib/libsvn_fs_fs/
H A DMakefile18 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/lib/libsvn_fs_x/
H A DMakefile18 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/lib/libsvn_ra_serf/
H A DMakefile19 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/lib/libsvn_wc/
H A DMakefile22 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/svnadmin/
H A DMakefile15 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/svndumpfilter/
H A DMakefile15 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/svnfsfs/
H A DMakefile15 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/svnlook/
H A DMakefile15 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/svnmucc/
H A DMakefile15 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/svnserve/
H A DMakefile15 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/svnsync/
H A DMakefile15 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/uname/
H A Duname.c86 static char *ident, *platform, *hostname, *arch, *release, *sysname, *version, *kernvers, *uservers; variable
166 CHECK_ENV("p", arch);
191 PRINT_FLAG(flags, PFLAG, arch);
256 NATIVE_SYSCTL2_GET(arch, CTL_HW, HW_MACHINE_ARCH) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp14 #define ARMAG "!<arch>\n"
152 const lldb_private::ArchSpec &arch,
157 m_arch (arch),
227 ObjectContainerBSDArchive::Archive::FindCachedArchive (const FileSpec &file, const ArchSpec &arch, const TimeValue &time, lldb::offset_t file_offset) argument
238 if (arch.IsValid() && pos->second->GetArchitecture().IsCompatibleMatch(arch) == false)
272 const ArchSpec &arch,
278 shared_ptr archive_sp(new Archive (arch, time, file_offset, data));
495 ArchSpec arch; local
500 GetArchitectureAtIndex(i, arch);
150 Archive( const lldb_private::ArchSpec &arch, const lldb_private::TimeValue &time, lldb::offset_t file_offset, lldb_private::DataExtractor &data ) argument
269 ParseAndCacheArchiveForFile( const FileSpec &file, const ArchSpec &arch, const TimeValue &time, lldb::offset_t file_offset, DataExtractor &data ) argument
[all...]
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dbucomm.c154 const char **arch;
161 for (arch = bfd_arch_list (); *arch; arch++)
162 fprintf (f, " %s", *arch);
152 const char **arch; local
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dppcboot.c127 ppcboot_set_arch_mach (abfd, arch, machine)
129 enum bfd_architecture arch;
132 if (arch == bfd_arch_unknown)
133 arch = bfd_arch_powerpc;
135 else if (arch != bfd_arch_powerpc)
138 return bfd_default_set_arch_mach (abfd, arch, machine);
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h120 GetPlatformForArchitecture (const ArchSpec &arch,
137 Create (const ArchSpec &arch, ArchSpec *platform_arch_ptr, Error &error);
401 const ArchSpec& arch,
417 /// @param[out] arch
422 /// \b true if \a arch was filled in and is valid, \b false
426 GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) = 0;
460 IsCompatibleArchitecture (const ArchSpec &arch,
601 SetSystemArchitecture (const ArchSpec &arch) argument
603 m_system_arch = arch;
774 ConvertMmapFlagsToPlatform(const ArchSpec &arch, unsigne
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_x86_64.cpp96 GetRegisterInfo_i386(const lldb_private::ArchSpec &arch) argument
104 std::unique_ptr<RegisterContextLinux_i386> reg_interface(new RegisterContextLinux_i386 (arch));
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DUnwindTable.cpp188 UnwindTable::GetArchitecture (lldb_private::ArchSpec &arch) argument
190 return m_object_file.GetArchitecture (arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DABI.cpp24 ABI::FindPlugin (const ArchSpec &arch) argument
33 abi_sp = create_callback(arch);
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldemul.c114 ldemul_open_dynamic_archive (const char *arch, search_dirs_type *search, argument
118 return (*ld_emulation->open_dynamic_archive) (arch, search, entry);
/freebsd-11.0-release/sys/boot/efi/boot1/
H A DMakefile47 .PATH: ${.CURDIR}/../loader/arch/${MACHINE}
55 LDSCRIPT= ${.CURDIR}/../loader/arch/${MACHINE}/ldscript.${MACHINE}
/freebsd-11.0-release/sys/arm/arm/
H A Dcpufunc_asm_armv6.S43 .arch armv6
/freebsd-11.0-release/targets/
H A DMakefile.xtras32 destroy-arch \

Completed in 186 milliseconds

1234567891011>>