Searched refs:vtable_function_descriptors (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c286 int vtable_function_descriptors; member in struct:gdbarch
656 /* Skip verify of vtable_function_descriptors, invalid_p == 0 */
1492 "gdbarch_dump: vtable_function_descriptors = %s\n",
1493 plongest (gdbarch->vtable_function_descriptors));
3893 /* Skip verify of vtable_function_descriptors, invalid_p == 0 */
3896 return gdbarch->vtable_function_descriptors;
3901 int vtable_function_descriptors)
3903 gdbarch->vtable_function_descriptors = vtable_function_descriptors;
3900 set_gdbarch_vtable_function_descriptors(struct gdbarch *gdbarch, int vtable_function_descriptors) argument
H A Dgdbarch.h986 extern void set_gdbarch_vtable_function_descriptors (struct gdbarch *gdbarch, int vtable_function_descriptors);
H A Dgdbarch.sh751 v;int;vtable_function_descriptors;;;0;0;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c187 int vtable_function_descriptors = 0; member in struct:gdbarch
445 /* Skip verify of vtable_function_descriptors, invalid_p == 0 */
1068 "gdbarch_dump: vtable_function_descriptors = %s\n",
1069 plongest (gdbarch->vtable_function_descriptors));
3937 /* Skip verify of vtable_function_descriptors, invalid_p == 0 */
3940 return gdbarch->vtable_function_descriptors;
3945 int vtable_function_descriptors)
3947 gdbarch->vtable_function_descriptors = vtable_function_descriptors;
3944 set_gdbarch_vtable_function_descriptors(struct gdbarch *gdbarch, int vtable_function_descriptors) argument
H A Dgdbarch-gen.h991 extern void set_gdbarch_vtable_function_descriptors (struct gdbarch *gdbarch, int vtable_function_descriptors);

Completed in 202 milliseconds