Searched refs:INHERIT (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | target.c | 376 #define INHERIT(FIELD, TARGET) \ in update_current_target() macro 382 INHERIT (to_shortname, t); in update_current_target() 383 INHERIT (to_longname, t); in update_current_target() 384 INHERIT (to_doc, t); in update_current_target() 385 INHERIT (to_open, t); in update_current_target() 386 INHERIT (to_close, t); in update_current_target() 387 INHERIT (to_attach, t); in update_current_target() 388 INHERIT (to_post_attach, t); in update_current_target() 389 INHERIT (to_detach, t); in update_current_target() 390 INHERIT (to_disconnect, t); in update_current_target() [all …]
|