Searched refs:arch (Results 251 - 275 of 411) sorted by relevance

<<11121314151617

/freebsd-11.0-release/usr.bin/kdump/
H A Dkdump.c506 const char *arch; local
535 arch = "64";
537 arch = "32";
539 arch = "00";
541 printf("%s%s ", abi, arch);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1644 GDBRemoteCommunicationClient::SendLaunchArchPacket (char const *arch) argument
1646 if (arch && arch[0])
1649 packet.Printf("QLaunchArch:%s", arch);
1999 else if (name.compare("arch") == 0)
2196 log->Printf ("GDBRemoteCommunicationClient::%s parsed host architecture as %s, triple as %s from triple text %s", __FUNCTION__, m_host_arch.GetArchitectureName () ? m_host_arch.GetArchitectureName () : "<null-arch-name>", m_host_arch.GetTriple ().getTriple ().c_str(), triple.c_str ());
2506 GDBRemoteCommunicationClient::GetWatchpointSupportInfo (uint32_t &num, bool& after, const ArchSpec &arch)
2510 error = GetWatchpointsTriggerAfterInstruction(after, arch);
2515 GDBRemoteCommunicationClient::GetWatchpointsTriggerAfterInstruction (bool &after, const ArchSpec &arch)
2518 llvm::Triple::ArchType atype = arch
[all...]
H A DProcessGDBRemote.h240 const ArchSpec& arch,
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dieee.c1827 const bfd_arch_info_type *arch;
1890 arch = bfd_scan_arch (family);
1891 if (arch == 0)
1893 abfd->arch_info = arch;
3413 const bfd_arch_info_type *arch;
3415 arch = bfd_get_arch_info (abfd);
3416 switch (arch->arch)
3434 switch (arch->mach)
3465 switch (arch
1824 const bfd_arch_info_type *arch; local
3409 const bfd_arch_info_type *arch; local
3631 ieee_openr_next_archived_file(bfd *arch, bfd *prev) argument
[all...]
H A Dlibbfd-in.h191 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
195 (bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count,
H A Dtekhex.c626 enum bfd_architecture arch,
629 return bfd_default_set_arch_mach (abfd, arch, machine);
625 tekhex_set_arch_mach(bfd *abfd, enum bfd_architecture arch, unsigned long machine) argument
H A Dbout.c981 enum bfd_architecture arch,
984 bfd_default_set_arch_mach (abfd, arch, machine);
986 if (arch == bfd_arch_unknown) /* Unknown machine arch is OK. */
989 if (arch == bfd_arch_i960) /* i960 default is OK. */
978 b_out_set_arch_mach(bfd *abfd, enum bfd_architecture arch, unsigned long machine) argument
H A Dsrec.c801 srec_set_arch_mach (bfd *abfd, enum bfd_architecture arch, unsigned long mach) argument
803 if (arch != bfd_arch_unknown)
804 return bfd_default_set_arch_mach (abfd, arch, mach);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-hexagon/
H A DABISysV_hexagon.cpp180 ABISysV_hexagon::CreateInstance ( const ArchSpec &arch )
183 if (arch.GetTriple().getArch() == llvm::Triple::hexagon)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-mips/
H A DABISysV_mips.cpp142 ABISysV_mips::CreateInstance (const ArchSpec &arch) argument
145 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp592 const ArchSpec &arch = m_process->GetTarget().GetArchitecture(); local
595 if (arch.GetMachine() == llvm::Triple::ppc64)
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp626 const ArchSpec &arch = target.GetArchitecture(); local
634 "-target", arch.GetTriple().str(),
/freebsd-11.0-release/share/mk/
H A Dbsd.obj.mk176 destroy-arch: .NOMETA
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DModule.h83 /// @param[in] arch
98 const ArchSpec& arch,
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h165 GetArchitecture (lldb_private::ArchSpec &arch) override;
/freebsd-11.0-release/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c47 #include <infiniband/arch.h>
/freebsd-11.0-release/contrib/ofed/libmthca/src/
H A Dmthca.h40 #include <infiniband/arch.h>
/freebsd-11.0-release/gnu/usr.bin/gdb/libgdb/
H A DMakefile15 SRCS= annotate.c arch-utils.c auxv.c ax-gdb.c ax-general.c \
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgcore.c142 return bfdarch->arch;
/freebsd-11.0-release/sys/arm/arm/
H A Dminidump_machdep.c258 mdhdr.arch = __ARM_ARCH;
/freebsd-11.0-release/contrib/ofed/include/infiniband/
H A DMakefile8 VERBINCS= ${IBVERBS}/arch.h ${IBVERBS}/driver.h ${IBVERBS}/kern-abi.h
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-arm/
H A DABISysV_arm.cpp182 ABISysV_arm::CreateInstance (const ArchSpec &arch) argument
185 const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch();
186 const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ABI/SysV-i386/
H A DABISysV_i386.cpp195 ABISysV_i386::CreateInstance (const ArchSpec &arch) argument
198 if ((arch.GetTriple().getArch() == llvm::Triple::x86) &&
199 arch.GetTriple().isOSLinux())
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp60 const ArchSpec& arch,
64 return m_remote_platform_sp->GetModuleSpec (module_file_spec, arch, module_spec);
66 return Platform::GetModuleSpec (module_file_spec, arch, module_spec);
59 GetModuleSpec(const FileSpec& module_file_spec, const ArchSpec& arch, ModuleSpec &module_spec) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp379 ArchSpec arch; local
380 if (m_symbol_file->GetObjectFile()->GetArchitecture(arch))
381 m_byte_size = arch.GetAddressByteSize();

Completed in 231 milliseconds

<<11121314151617