Home
last modified time | relevance | path

Searched refs:vtable_function_descriptors (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gdb-7/gdb/
H A Dgdbarch.c246 int vtable_function_descriptors; member
1400 plongest (gdbarch->vtable_function_descriptors)); in gdbarch_dump()
3507 return gdbarch->vtable_function_descriptors; in gdbarch_vtable_function_descriptors()
3512 int vtable_function_descriptors) in set_gdbarch_vtable_function_descriptors() argument
3514 gdbarch->vtable_function_descriptors = vtable_function_descriptors; in set_gdbarch_vtable_function_descriptors()
H A Dgdbarch.h789 …set_gdbarch_vtable_function_descriptors (struct gdbarch *gdbarch, int vtable_function_descriptors);