Home
last modified time | relevance | path

Searched refs:encode_unit (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Ddevice_table.h182 device_unit_encode_callback *encode_unit; member
Ddevice.c462 if (bus->callback->convert.encode_unit == NULL) in device_encode_unit()
464 return bus->callback->convert.encode_unit(bus, unit_address, buf, sizeof_buf); in device_encode_unit()
DChangeLog-20213328 (device_encode_unit): Wrapper for encode_unit callback.