Home
last modified time | relevance | path

Searched refs:tdesc_feature (Results 1 – 25 of 127) sorted by relevance

123456

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dtarget-descriptions.h85 (struct gdbarch *gdbarch, tdesc_feature *feature,
128 int tdesc_numbered_register (const struct tdesc_feature *feature,
135 int tdesc_unnumbered_register (const struct tdesc_feature *feature,
141 int tdesc_register_bitsize (const struct tdesc_feature *feature,
150 int tdesc_numbered_register_choices (const struct tdesc_feature *feature,
191 const struct tdesc_feature *tdesc_find_feature (const struct target_desc *,
196 const char *tdesc_feature_name (const struct tdesc_feature *feature);
Dtarget-descriptions.c666 const struct tdesc_feature *
680 tdesc_feature_name (const struct tdesc_feature *feature) in tdesc_feature_name()
725 tdesc_find_register_early (const struct tdesc_feature *feature, in tdesc_find_register_early()
738 tdesc_numbered_register (const struct tdesc_feature *feature, in tdesc_numbered_register()
760 tdesc_unnumbered_register (const struct tdesc_feature *feature, in tdesc_unnumbered_register()
775 tdesc_numbered_register_choices (const struct tdesc_feature *feature, in tdesc_numbered_register_choices()
803 tdesc_register_bitsize (const struct tdesc_feature *feature, const char *name) in tdesc_register_bitsize()
1127 struct tdesc_feature *
1130 struct tdesc_feature *new_feature = new tdesc_feature (name); in tdesc_create_feature()
1343 void visit_pre (const tdesc_feature *e) override in visit_pre()
[all …]
Driscv-none-tdep.c82 const struct tdesc_feature *feature_csr) in riscv_update_csrmap()
135 const struct tdesc_feature *feature_csr in riscv_iterate_over_regset_sections()
Driscv-tdep.c232 const struct tdesc_feature *feature,
246 const struct tdesc_feature *tdesc_feature (const struct target_desc *tdesc) const in tdesc_feature() function
267 const struct tdesc_feature *feature, in check()
355 const struct tdesc_feature *feature_cpu = tdesc_feature (tdesc); in check()
457 const struct tdesc_feature *feature_fpu = tdesc_feature (tdesc); in check()
537 const struct tdesc_feature *feature_virtual = tdesc_feature (tdesc); in check()
577 const struct tdesc_feature *feature_csr = tdesc_feature (tdesc); in check()
673 const struct tdesc_feature *feature_vector = tdesc_feature (tdesc); in check()
4060 riscv_tdesc_unknown_reg (struct gdbarch *gdbarch, tdesc_feature *feature, in riscv_tdesc_unknown_reg()
Darc-tdep.c2000 static const struct tdesc_feature *
2003 const struct tdesc_feature *feat = nullptr; in find_obsolete_core_names()
2019 static const struct tdesc_feature *
2084 const struct tdesc_feature *feature, in arc_check_tdesc_feature()
2173 const struct tdesc_feature *feature_core in arc_tdesc_init()
2175 const struct tdesc_feature *feature_aux in arc_tdesc_init()
/netbsd/src/external/gpl3/gdb/dist/gdb/features/
Daarch64-mte.c9 struct tdesc_feature *feature; in create_feature_aarch64_mte()
Daarch64-pauth.c9 struct tdesc_feature *feature; in create_feature_aarch64_pauth()
Daarch64-tls.c33 struct tdesc_feature *feature; in create_feature_aarch64_tls()
Dtic6x-c6xp.c9 struct tdesc_feature *feature; in create_feature_tic6x_c6xp()
Daarch64-sme2.c29 struct tdesc_feature *feature; in create_feature_aarch64_sme2()
Daarch64-sme.c33 struct tdesc_feature *feature; in create_feature_aarch64_sme()
Dz80.c14 struct tdesc_feature *feature; in initialize_tdesc_z80()
Ds390x-linux64.c14 struct tdesc_feature *feature; in initialize_tdesc_s390x_linux64()
Ds390-linux32.c14 struct tdesc_feature *feature; in initialize_tdesc_s390_linux32()
/netbsd/src/external/gpl3/gdb/dist/gdb/features/i386/
Dpkeys.c9 struct tdesc_feature *feature; in create_feature_i386_pkeys()
D64bit-linux.c9 struct tdesc_feature *feature; in create_feature_i386_64bit_linux()
D32bit-linux.c9 struct tdesc_feature *feature; in create_feature_i386_32bit_linux()
D64bit-segments.c9 struct tdesc_feature *feature; in create_feature_i386_64bit_segments()
D32bit-segments.c9 struct tdesc_feature *feature; in create_feature_i386_32bit_segments()
D32bit-avx.c9 struct tdesc_feature *feature; in create_feature_i386_32bit_avx()
D64bit-avx.c9 struct tdesc_feature *feature; in create_feature_i386_64bit_avx()
D32bit-avx512.c9 struct tdesc_feature *feature; in create_feature_i386_32bit_avx512()
D64bit-mpx.c9 struct tdesc_feature *feature; in create_feature_i386_64bit_mpx()
D32bit-mpx.c9 struct tdesc_feature *feature; in create_feature_i386_32bit_mpx()
/netbsd/src/external/gpl3/gdb/dist/gdb/regformats/
Dregdat.sh138 echo " struct tdesc_feature *feature = tdesc_create_feature (result, \"${name}\");"

123456