Searched refs:arch (Results 26 - 50 of 411) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp25 const ArchSpec &arch,
37 if (platform_arch.IsValid() && !platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch))
41 arch.GetTriple().getTriple().c_str());
47 else if (arch.IsValid())
49 platform_sp = Platform::Create (arch, &platform_arch, error);
24 CreatePlatformWithOptions(CommandInterpreter &interpreter, const ArchSpec &arch, bool make_selected, Error& error, ArchSpec &platform_arch) const argument
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Dcgen.sh22 # Generate CGEN opcode files: arch-desc.[ch], arch-opc.[ch],
23 # arch-asm.c, arch-dis.c, arch-opinst.c, arch-ibld.[ch].
26 # cgen.sh action srcdir cgen cgendir cgenflags arch prefix \
27 # arch-file opc-file options [extrafiles]
32 # It is substituted into @arch@ and @ARCH@ in the generated files.
39 # - opinst - arch
[all...]
H A Ddis-init.c31 info->arch = bfd_arch_unknown;
/freebsd-11.0-release/contrib/bmake/
H A Dos.sh93 # Great! Solaris keeps moving arch(1)
95 arch=`Which arch /usr/bin:/usr/ucb`
103 # so use arch(1).
104 MACHINE_ARCH=`arch`
108 MACHINE_ARCH=`arch`
145 arch=`Which arch /usr/bin:/usr/ucb:$PATH`
146 MACHINE_ARCH=`$arch -s`
210 # we mount server:/share/arch/
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDisassembler.cpp46 Disassembler::FindPlugin (const ArchSpec &arch, const char *flavor, const char *plugin_name) argument
49 "Disassembler::FindPlugin (arch = %s, plugin_name = %s)",
50 arch.GetArchitectureName(),
61 DisassemblerSP disassembler_sp(create_callback(arch, flavor));
71 DisassemblerSP disassembler_sp(create_callback(arch, flavor));
81 Disassembler::FindPluginForTarget(const TargetSP target_sp, const ArchSpec &arch, const char *flavor, const char *plugin_name) argument
87 if (arch.GetTriple().getArch() == llvm::Triple::x86
88 || arch.GetTriple().getArch() == llvm::Triple::x86_64)
91 return FindPlugin(arch, flavor, plugin_name);
128 const ArchSpec &arch,
125 Disassemble( Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, SymbolContextList &sc_list, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
171 Disassemble( Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, const ConstString &name, Module *module, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
230 DisassembleRange( const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, const AddressRange &range, bool prefer_file_cache ) argument
256 DisassembleBytes(const ArchSpec &arch, const char *plugin_name, const char *flavor, const Address &start, const void *src, size_t src_len, uint32_t num_instructions, bool data_from_file) argument
289 Disassemble( Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, const AddressRange &disasm_range, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
336 Disassemble( Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, const Address &start_address, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
386 PrintInstructions( Disassembler *disasm_ptr, Debugger &debugger, const ArchSpec &arch, const ExecutionContext &exe_ctx, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
526 Disassemble( Debugger &debugger, const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, uint32_t num_instructions, uint32_t num_mixed_context_lines, uint32_t options, Stream &strm ) argument
665 DumpEmulation(const ArchSpec &arch) argument
936 ArchSpec arch; local
953 Emulate(const ArchSpec &arch, uint32_t evaluate_options, void *baton, EmulateInstruction::ReadMemoryCallback read_mem_callback, EmulateInstruction::WriteMemoryCallback write_mem_callback, EmulateInstruction::ReadRegisterCallback read_reg_callback, EmulateInstruction::WriteRegisterCallback write_reg_callback) argument
1259 Disassembler(const ArchSpec& arch, const char *flavor) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDisassembler.h163 DumpEmulation (const ArchSpec &arch);
169 Emulate (const ArchSpec &arch,
324 FindPlugin (const ArchSpec &arch, const char *flavor, const char *plugin_name);
328 FindPluginForTarget(const lldb::TargetSP target_sp, const ArchSpec &arch, const char *flavor, const char *plugin_name);
331 DisassembleRange (const ArchSpec &arch,
339 DisassembleBytes (const ArchSpec &arch,
350 const ArchSpec &arch,
362 const ArchSpec &arch,
374 const ArchSpec &arch,
386 const ArchSpec &arch,
[all...]
/freebsd-11.0-release/contrib/binutils/ld/
H A Dldfile.c302 ldfile_open_file_search (const char *arch, argument
341 if (ldemul_open_dynamic_archive (arch, search, entry))
352 + strlen (arch)
358 lib, entry->filename, arch, suffix);
395 search_arch_type *arch; local
399 for (arch = search_arch_head; arch != NULL; arch = arch->next)
401 found = ldfile_open_file_search (arch
539 const bfd_arch_info_type *arch = bfd_scan_arch (string); local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DSymbols.cpp59 FileAtPathContainsArchAndUUID (const FileSpec &file_fspec, const ArchSpec *arch, const lldb_private::UUID *uuid) argument
69 (arch == NULL || (spec.GetArchitecturePtr() && spec.GetArchitecture().IsCompatibleMatch(*arch))))
115 log->Printf ("dSYM with matching UUID & arch found at %s", path);
138 log->Printf ("dSYM with matching UUID & arch found at %s", path);
169 const ArchSpec *arch = module_spec.GetArchitecturePtr(); local
173 "LocateExecutableSymbolFileDsym (file = %s, arch = %s, uuid = %p)",
175 arch ? arch->GetArchitectureName() : "<NULL>",
199 const ArchSpec *arch local
311 FindSymbolFileInBundle(const FileSpec& symfile_bundle, const lldb_private::UUID *uuid, const ArchSpec *arch) argument
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dosabi.c27 #include "arch-utils.h"
105 gdbarch_register_osabi (enum bfd_architecture arch, unsigned long machine, argument
111 const struct bfd_arch_info *arch_info = bfd_lookup_arch (arch, machine);
123 bfd_printable_arch_mach (arch, machine));
168 It is legal to have multiple sniffers for each arch/flavour pair, to
175 enum bfd_architecture arch; /* bfd_arch_unknown == wildcard */
183 gdbarch_register_osabi_sniffer (enum bfd_architecture arch,
191 sniffer->arch = arch;
228 if ((sniffer->arch
174 enum bfd_architecture arch; /* bfd_arch_unknown == wildcard */ member in struct:gdb_osabi_sniffer
182 gdbarch_register_osabi_sniffer(enum bfd_architecture arch, enum bfd_flavour flavour, enum gdb_osabi (*sniffer_fn)(bfd *)) argument
[all...]
H A Dlibunwind-frame.h44 void libunwind_frame_set_descr (struct gdbarch *arch, struct libunwind_descr *descr);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp112 const ArchSpec arch(triple_cstr);
115 if (!arch.IsValid())
122 ArchSpec platform_arch(arch);
138 arch,
196 // Only one arch and none was specified
204 if (arch.IsValid())
206 module_spec.GetArchitecture() = arch;
313 if (!prefer_platform_arch && arch.IsValid())
315 if (!platform_sp->IsCompatibleArchitecture(arch, false, &platform_arch))
317 platform_sp = Platform::GetPlatformForArchitecture(arch,
[all...]
/freebsd-11.0-release/contrib/binutils/bfd/
H A Darchive.c83 o - all arch headers are char *;
84 o - all arch headers are the same size (across architectures).
336 get_extended_arelt_filename (bfd *arch, const char *name)
345 if (errno != 0 || index >= bfd_ardata (arch)->extended_names_size)
351 return bfd_ardata (arch)->extended_names + index;
354 /* This functions reads an arch header and returns an areltdata pointer, or
1636 _bfd_write_archive_contents (bfd *arch)
1642 bfd_boolean makemap = bfd_has_map (arch);
1651 for (current = arch->archive_head;
1668 bfd_ar_hdr_from_filesystem (arch, curren
333 get_extended_arelt_filename(bfd *arch, const char *name) argument
1628 _bfd_write_archive_contents(bfd *arch) argument
1779 _bfd_compute_and_write_armap(bfd *arch, unsigned int elength) argument
1923 bsd_write_armap(bfd *arch, unsigned int elength, struct orl *map, unsigned int orl_count, int stridx) argument
2017 _bfd_archive_bsd_update_armap_timestamp(bfd *arch) argument
2075 coff_write_armap(bfd *arch, unsigned int elength, struct orl *map, unsigned int symbol_count, int stridx) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp38 PlatformFreeBSD::CreateInstance(bool force, const ArchSpec *arch) argument
45 if (create == false && arch && arch->IsValid())
47 const llvm::Triple &triple = arch->GetTriple();
59 create = !arch->TripleOSWasSpecified();
128 const ArchSpec& arch,
132 return m_remote_platform_sp->GetModuleSpec (module_file_spec, arch, module_spec);
134 return Platform::GetModuleSpec (module_file_spec, arch, module_spec);
534 PlatformFreeBSD::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) argument
543 arch
127 GetModuleSpec(const FileSpec& module_file_spec, const ArchSpec& arch, ModuleSpec &module_spec) argument
617 ArchSpec arch = target.GetArchitecture(); local
[all...]
/freebsd-11.0-release/contrib/binutils/binutils/
H A Darsup.c47 map_over_list (bfd *arch, void (*function) (bfd *, bfd *), struct list *list) argument
55 head = arch->archive_next;
75 bfd *prev = arch;
77 for (head = arch->archive_next; head; head = head->archive_next)
104 bfd *arch; local
106 arch = open_inarch (ar_name, (char *) NULL);
120 map_over_list (arch, ar_directory_doer, list);
122 bfd_close (arch);
233 bfd *arch; local
235 arch
[all...]
/freebsd-11.0-release/contrib/byacc/package/debian/
H A Drules77 binary-arch: build install
92 binary: binary-indep binary-arch
93 .PHONY: build clean binary-indep binary-arch binary install install-stamp
/freebsd-11.0-release/contrib/dialog/package/debian/
H A Drules79 binary-arch: build install
94 binary: binary-indep binary-arch
95 .PHONY: build clean binary-indep binary-arch binary install install-stamp
/freebsd-11.0-release/lib/libthr/
H A DMakefile23 CFLAGS+=-I${.CURDIR}/arch/${MACHINE_CPUARCH}/include
47 .PATH: ${.CURDIR}/arch/${MACHINE_CPUARCH}/${MACHINE_CPUARCH}
49 .if exists(${.CURDIR}/arch/${MACHINE_CPUARCH}/Makefile.inc)
50 .include "${.CURDIR}/arch/${MACHINE_CPUARCH}/Makefile.inc"
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DOptionGroupArchitecture.h48 GetArchitecture (Platform *platform, ArchSpec &arch);
63 std::string m_arch_str; // Save the arch triple in case a platform is specified after the architecture
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp38 PlatformNetBSD::CreateInstance(bool force, const ArchSpec *arch) argument
45 if (create == false && arch && arch->IsValid())
47 const llvm::Triple &triple = arch->GetTriple();
120 const ArchSpec& arch,
124 return m_remote_platform_sp->GetModuleSpec (module_file_spec, arch, module_spec);
126 return Platform::GetModuleSpec (module_file_spec, arch, module_spec);
513 PlatformNetBSD::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) argument
522 arch = hostArch;
523 return arch
119 GetModuleSpec(const FileSpec& module_file_spec, const ArchSpec& arch, ModuleSpec &module_spec) argument
591 ArchSpec arch = target.GetArchitecture(); local
[all...]
/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Dsparc.h59 #define SPARC_OPCODE_ARCH_MASK(arch) (1 << (arch))
62 #define SPARC_OPCODE_ARCH_V9_P(arch) ((arch) >= SPARC_OPCODE_ARCH_V9)
/freebsd-11.0-release/lib/libthread_db/
H A DMakefile3 .PATH: ${.CURDIR}/arch/${MACHINE_CPUARCH}
21 # arch/i386/libpthread_md.c, so turn that off for now.
/freebsd-11.0-release/usr.bin/svn/lib/libsvn_fs/
H A DMakefile14 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/lib/libsvn_fs_util/
H A DMakefile14 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/lib/libsvn_ra/
H A DMakefile15 -I${APR}/include/arch/unix \
/freebsd-11.0-release/usr.bin/svn/lib/libsvn_ra_local/
H A DMakefile14 -I${APR}/include/arch/unix \

Completed in 183 milliseconds

1234567891011>>