HomeSort by: relevance | last modified time | path
    Searched refs:architecture (Results 1 - 25 of 307) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
disassembler.py 28 # The keys of this dictionary are bfd architecture names, or the
32 # architecture name from the gdbarch, if that name exists in this
35 # If there's no architecture specific disassembler then we look for
60 def register_disassembler(disassembler, architecture=None):
62 gdb.disassembler.Disassembler. ARCHITECTURE is either None or a
63 string, the name of an architecture known to GDB.
65 DISASSEMBLER is registered as a disassembler for ARCHITECTURE, or
66 all architectures when ARCHITECTURE is None.
69 ARCHITECTURE value.
76 if architecture in _disassemblers_dict
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
disassembler.py 28 # The keys of this dictionary are bfd architecture names, or the
32 # architecture name from the gdbarch, if that name exists in this
35 # If there's no architecture specific disassembler then we look for
60 def register_disassembler(disassembler, architecture=None):
62 gdb.disassembler.Disassembler. ARCHITECTURE is either None or a
63 string, the name of an architecture known to GDB.
65 DISASSEMBLER is registered as a disassembler for ARCHITECTURE, or
66 all architectures when ARCHITECTURE is None.
69 ARCHITECTURE value.
76 if architecture in _disassemblers_dict
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/arm/
arm_boot.cpp 67 args.architecture = ARCHITECTURE_ARM_SA1100;
69 args.architecture = ARCHITECTURE_ARM_SA1100;
71 args.architecture = ARCHITECTURE_ARM_PXA250;
73 args.architecture = ARCHITECTURE_ARM_PXA270;
88 // Architecture dependent ops.
89 switch (args.architecture) {
91 DPRINTF((TEXT("Unsupported architecture.\n")));
131 _cons = ARMConsole::Instance(_mem, args.architecture);
  /src/external/cddl/dtracetoolkit/dist/Bin/
uname-a.d 49 `architecture,
  /src/external/cddl/dtracetoolkit/dist/System/
uname-a.d 49 `architecture,
  /src/external/bsd/pcc/dist/pcc/os/midnightbsd/
ccconfig.h 75 #error this architecture is not supported by MidnightBSD
  /src/external/bsd/pcc/dist/pcc/os/mirbsd/
ccconfig.h 56 #error this architecture is not supported by MirOS BSD
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.xml/
tdesc-regs.exp 21 # architecture, or the description will be rejected.
25 set architecture ""
31 set architecture "arc:ARCv2"
63 set architecture "sparc:v9"
71 set architecture "i386"
76 set architecture "i386:x86-64"
81 set architecture "riscv:rv64"
99 -re -wrap "warning: Architecture rejected target-supplied description" {
109 unsupported "register tests (missing architecture-specific core-regs setting)"
120 "warning: Architecture rejected target-supplied description"
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.xml/
tdesc-regs.exp 21 # architecture, or the description will be rejected.
25 set architecture ""
31 set architecture "arc:ARCv2"
66 set architecture "sparc:v9"
74 set architecture "i386"
79 set architecture "i386:x86-64"
106 "warning: Architecture rejected target-supplied description" \
122 global architecture
132 if {! [string equal ${architecture} ""]} {
133 puts $ofd " <architecture>${architecture}</architecture>
    [all...]
  /src/sys/arch/hpc/stand/hpcboot/sh3/
sh_boot.cpp 66 args.architecture = ARCHITECTURE_SH3_7707;
68 args.architecture = ARCHITECTURE_SH3_7709;
70 args.architecture = ARCHITECTURE_SH3_7709A;
72 args.architecture = ARCHITECTURE_SH4_7750;
100 // Architecture dependent ops.
101 switch(args.architecture) {
103 DPRINTF((TEXT("unsupported architecture.\n")));
149 if (args.architecture == ARCHITECTURE_SH4_7750) {
  /src/sys/external/bsd/gnu-efi/dist/inc/
efi.h 58 #error Usupported architecture
  /src/external/cddl/osnet/dist/uts/common/sys/
asm_linkage.h 51 #error Unsupported architecture.
  /src/sys/arch/hpc/stand/hpcboot/mips/
mips_boot.cpp 68 args.architecture = ARCHITECTURE_MIPS_VR41;
70 args.architecture = ARCHITECTURE_MIPS_TX3900;
72 args.architecture = ARCHITECTURE_MIPS_TX3920;
102 switch(args.architecture) {
104 DPRINTF((TEXT("unsupported architecture.\n")));
109 _arch = new TX39XX(_cons, _mem, args.architecture);
  /src/distrib/common/
sunbootcd.sh 50 The architecture arguments must be bootable file system image
51 for that architecture, or \`-' if no entry is desired.
  /src/tests/usr.bin/gdb/
t_regress.sh 81 <architecture>i386:x86-64</architecture>
  /src/external/gpl3/gcc/dist/gcc/config/nds32/
nds32_init.inc 4 * NDS32 architecture startup assembler header file
  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32_init.inc 4 * NDS32 architecture startup assembler header file
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
premature-dummy-frame-removal.py 42 pc_desc = pending_frame.architecture().registers().find("pc")
45 sp_desc = pending_frame.architecture().registers().find("sp")
pc-not-saved.py 48 pc_desc = pending_frame.architecture().registers().find("pc")
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-unwind-user-regs.py 45 pc_desc = pending_frame.architecture().registers().find("pc")
48 sp_desc = pending_frame.architecture().registers().find("sp")
py-pending-frame-level.py 39 pc_desc = pending_frame.architecture().registers().find("pc")
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
premature-dummy-frame-removal.py 42 pc_desc = pending_frame.architecture().registers().find("pc")
45 sp_desc = pending_frame.architecture().registers().find("sp")
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-unwind-user-regs.py 45 pc_desc = pending_frame.architecture().registers().find("pc")
48 sp_desc = pending_frame.architecture().registers().find("sp")
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_tsc.h 87 #error Target architecture is not supported.
88 #endif // CPU architecture
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_exceptions.cpp 60 #error Unsupported architecture

Completed in 42 milliseconds

1 2 3 4 5 6 7 8 91011>>