Searched refs:deprecated_extract_struct_value_address (Results 1 – 2 of 2) sorted by relevance
207 gdbarch_deprecated_extract_struct_value_address_ftype *deprecated_extract_struct_value_address; member1051 (long) current_gdbarch->deprecated_extract_struct_value_address in gdbarch_dump()4240 return gdbarch->deprecated_extract_struct_value_address != NULL; in gdbarch_deprecated_extract_struct_value_address_p()4247 gdb_assert (gdbarch->deprecated_extract_struct_value_address != NULL); in gdbarch_deprecated_extract_struct_value_address()4250 return gdbarch->deprecated_extract_struct_value_address (regcache); in gdbarch_deprecated_extract_struct_value_address()4255 … gdbarch_deprecated_extract_struct_value_address_ftype deprecated_extract_struct_value_address) in set_gdbarch_deprecated_extract_struct_value_address() argument4257 gdbarch->deprecated_extract_struct_value_address = deprecated_extract_struct_value_address; in set_gdbarch_deprecated_extract_struct_value_address()
1499 …h, gdbarch_deprecated_extract_struct_value_address_ftype *deprecated_extract_struct_value_address);