Searched defs:arch (Results 51 - 75 of 110) sorted by relevance

12345

/freebsd-10.1-release/contrib/binutils/binutils/
H A Dar.c150 map_over_members(bfd *arch, void (*function)(bfd *), char **files, int count) argument
589 bfd *arch; local
686 bfd *arch; local
1014 delete_members(bfd *arch, char **files_to_delete) argument
1085 move_members(bfd *arch, char **files_to_move) argument
1130 replace_members(bfd *arch, char **files_to_move, bfd_boolean quick) argument
1207 bfd *arch; local
[all...]
H A Dwindmc.c249 const char **arch = bfd_arch_list (); local
/freebsd-10.1-release/contrib/bmake/
H A Darch.c576 FILE * arch; /* Stream to archive */ local
790 ArchSVR4Entry(Arch *ar, char *name, size_t size, FILE *arch) argument
898 FILE * arch; /* Stream to archive */ local
1041 FILE * arch; /* Stream open to archive, positioned properly */ local
1086 FILE * arch; /* Stream open to archive */ local
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Darch-utils.c456 const char *arch; local
596 const char **arch; local
[all...]
H A Drs6000-nat.c968 enum bfd_architecture arch; local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DArchSpec.cpp551 ParseMachCPUDashSubtypeTriple (const char *triple_cstr, ArchSpec &arch) argument
H A DDisassembler.cpp49 Disassembler::FindPlugin (const ArchSpec &arch, const char *flavor, const char *plugin_name) argument
84 Disassembler::FindPluginForTarget(const TargetSP target_sp, const ArchSpec &arch, const char *flavor, const char *plugin_name) argument
128 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
174 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
233 DisassembleRange( const ArchSpec &arch, const char *plugin_name, const char *flavor, const ExecutionContext &exe_ctx, const AddressRange &range, bool prefer_file_cache ) argument
259 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
292 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
339 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
389 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
508 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
648 DumpEmulation(const ArchSpec &arch) argument
912 ArchSpec arch; local
929 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
1175 Disassembler(const ArchSpec& arch, const char *flavor) argument
[all...]
H A DModuleList.cpp894 const ArchSpec &arch = module_spec.GetArchitecture(); local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp35 PlatformFreeBSD::CreateInstance (bool force, const lldb_private::ArchSpec *arch) argument
304 ArchSpec arch = target.GetArchitecture(); local
631 PlatformFreeBSD::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp638 ArchSpec arch = GetTarget().GetArchitecture(); local
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/elf-core/
H A DProcessElfCore.cpp439 ArchSpec arch = GetArchitecture(); local
373 ParseFreeBSDPrStatus(ThreadData &thread_data, DataExtractor &data, ArchSpec &arch) argument
543 ArchSpec arch; local
[all...]
/freebsd-10.1-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp585 OwningPtr<Binary> arch; local
/freebsd-10.1-release/contrib/binutils/bfd/
H A Daoutf1.h101 enum bfd_architecture arch; local
[all...]
H A Dpeicode.h1245 pe_arch(const char *arch) argument
1334 enum arch_type arch; local
[all...]
H A Dsrec.c801 srec_set_arch_mach (bfd *abfd, enum bfd_architecture arch, unsigned long mach) argument
H A Dtekhex.c625 tekhex_set_arch_mach(bfd *abfd, enum bfd_architecture arch, unsigned long machine) argument
H A Darchive.c333 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-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h514 SetSystemArchitecture (const ArchSpec &arch) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpoint.cpp123 Breakpoint::RemoveInvalidLocations (const ArchSpec &arch) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp130 const ArchSpec &arch = llvm_disasm.GetArchitecture(); local
570 DisassemblerLLVMC::FlavorValidForArchSpec (const lldb_private::ArchSpec &arch, const char *flavor) argument
589 DisassemblerLLVMC::CreateInstance (const ArchSpec &arch, const char *flavor) argument
601 DisassemblerLLVMC::DisassemblerLLVMC (const ArchSpec &arch, cons argument
[all...]
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp64 PlatformRemoteGDBServer::CreateInstance (bool force, const lldb_private::ArchSpec *arch) argument
151 PlatformRemoteGDBServer::GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp1288 GDBRemoteCommunicationClient::SendLaunchArchPacket (char const *arch) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp168 AssemblyParse_x86::AssemblyParse_x86 (const ExecutionContext &exe_ctx, int cpu, ArchSpec &arch, AddressRange func) : argument
892 UnwindAssembly_x86::UnwindAssembly_x86 (const ArchSpec &arch, int cpu) : argument
928 UnwindAssembly_x86::CreateInstance (const ArchSpec &arch) argument
[all...]
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c625 const char *arch = processor_name(&local_sysinfo); local
/freebsd-10.1-release/usr.bin/kdump/
H A Dkdump.c467 const char *arch; local

Completed in 395 milliseconds

12345