HomeSort by: relevance | last modified time | path
    Searched defs:reg_type (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/external/bsd/atf/dist/atf-c++/detail/
fs.hpp 226 static const int reg_type; member in class:atf::fs::file_info
fs.hpp 226 static const int reg_type; member in class:atf::fs::file_info
fs.cpp 295 const int impl::file_info::reg_type = atf_fs_stat_reg_type; member in class:impl::file_info
fs.cpp 295 const int impl::file_info::reg_type = atf_fs_stat_reg_type; member in class:impl::file_info
  /src/external/bsd/atf/dist/tools/
fs.hpp 199 static const int reg_type; member in class:tools::fs::file_info
fs.hpp 199 static const int reg_type; member in class:tools::fs::file_info
fs.cpp 417 const int impl::file_info::reg_type = 6; member in class:impl::file_info
435 case S_IFREG: m_type = reg_type; break;
fs.cpp 417 const int impl::file_info::reg_type = 6; member in class:impl::file_info
435 case S_IFREG: m_type = reg_type; break;
  /src/external/gpl3/gdb.old/dist/gdb/
rs6000-lynx178-tdep.c 110 struct type *reg_type = register_type (gdbarch, fp_regnum); local
115 reg_type);
rs6000-lynx178-tdep.c 110 struct type *reg_type = register_type (gdbarch, fp_regnum); local
115 reg_type);
rs6000-aix-tdep.c 577 struct type *reg_type = register_type (gdbarch, fp_regnum); local
582 reg_type);
  /src/external/gpl3/gdb/dist/gdb/
rs6000-lynx178-tdep.c 110 struct type *reg_type = register_type (gdbarch, fp_regnum); local
115 reg_type);
rs6000-lynx178-tdep.c 110 struct type *reg_type = register_type (gdbarch, fp_regnum); local
115 reg_type);
rs6000-aix-tdep.c 578 struct type *reg_type = register_type (gdbarch, fp_regnum); local
583 reg_type);
  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
advertising_proxy_services.h 53 RCHAR *NULLABLE reg_type; member in struct:advertising_proxy_instance
advertising_proxy_services.h 53 RCHAR *NULLABLE reg_type; member in struct:advertising_proxy_instance
  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile-object-load.c 557 struct type *reg_type local
559 ULONGEST reg_size = reg_type->length ();
572 if (reg_type->code () != TYPE_CODE_INT
573 && reg_type->code () != TYPE_CODE_PTR)
575 reg_type->code ());
579 regval = value_from_register (reg_type, regnum, get_current_frame ());
compile-object-load.c 557 struct type *reg_type local
559 ULONGEST reg_size = reg_type->length ();
572 if (reg_type->code () != TYPE_CODE_INT
573 && reg_type->code () != TYPE_CODE_PTR)
575 reg_type->code ());
579 regval = value_from_register (reg_type, regnum, get_current_frame ());
  /src/external/gpl3/gdb/dist/gdb/compile/
compile-object-load.c 558 struct type *reg_type local
560 ULONGEST reg_size = reg_type->length ();
573 if (reg_type->code () != TYPE_CODE_INT
574 && reg_type->code () != TYPE_CODE_PTR)
576 reg_type->code ());
580 regval = value_from_register (reg_type, regnum, get_current_frame ());
compile-object-load.c 558 struct type *reg_type local
560 ULONGEST reg_size = reg_type->length ();
573 if (reg_type->code () != TYPE_CODE_INT
574 && reg_type->code () != TYPE_CODE_PTR)
576 reg_type->code ());
580 regval = value_from_register (reg_type, regnum, get_current_frame ());
  /src/external/apache2/mDNSResponder/dist/Clients/srputil/
srputil.c 205 const char *instance_name, *service_type, *reg_type; local
212 reg_type = "";
217 reg_type = host->instances[i].reg_type;
259 reg_type, host->removed ? "invalid" : "valid", ula);
  /src/external/gpl3/binutils/dist/opcodes/
i386-gen.c 2129 char *reg_name, *reg_type, *reg_flags, *reg_num; local
2175 /* Find reg_type. */
2176 reg_type = next_field (str, ',', &str, last);
2186 process_i386_operand_type (table, reg_type, stage_registers, "\t",
  /src/external/gpl3/binutils.old/dist/opcodes/
i386-gen.c 2109 char *reg_name, *reg_type, *reg_flags, *reg_num; local
2155 /* Find reg_type. */
2156 reg_type = next_field (str, ',', &str, last);
2166 process_i386_operand_type (table, reg_type, stage_registers, "\t",
  /src/external/gpl3/gdb.old/dist/opcodes/
i386-gen.c 2065 char *reg_name, *reg_type, *reg_flags, *reg_num; local
2111 /* Find reg_type. */
2112 reg_type = next_field (str, ',', &str, last);
2122 process_i386_operand_type (table, reg_type, stage_registers, "\t",
  /src/external/gpl3/gdb/dist/opcodes/
i386-gen.c 2095 char *reg_name, *reg_type, *reg_flags, *reg_num; local
2141 /* Find reg_type. */
2142 reg_type = next_field (str, ',', &str, last);
2152 process_i386_operand_type (table, reg_type, stage_registers, "\t",

Completed in 120 milliseconds

1 2 3 4