Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDtarget.c368 #define INHERIT(FIELD, TARGET) \ in update_current_target() macro
374 INHERIT (to_shortname, t); in update_current_target()
375 INHERIT (to_longname, t); in update_current_target()
376 INHERIT (to_doc, t); in update_current_target()
377 INHERIT (to_open, t); in update_current_target()
378 INHERIT (to_close, t); in update_current_target()
379 INHERIT (to_attach, t); in update_current_target()
380 INHERIT (to_post_attach, t); in update_current_target()
381 INHERIT (to_detach, t); in update_current_target()
382 INHERIT (to_disconnect, t); in update_current_target()
[all …]
/trueos/contrib/atf/atf-c/detail/
HDprocess_test.c1057 TC_FORK_STREAMS(capture, CAPTURE, inherit, INHERIT);
1063 TC_FORK_STREAMS(connect, CONNECT, inherit, INHERIT);
1069 TC_FORK_STREAMS(default, DEFAULT, inherit, INHERIT);
1072 TC_FORK_STREAMS(inherit, INHERIT, capture, CAPTURE);
1073 TC_FORK_STREAMS(inherit, INHERIT, connect, CONNECT);
1074 TC_FORK_STREAMS(inherit, INHERIT, default, DEFAULT);
1075 TC_FORK_STREAMS(inherit, INHERIT, inherit, INHERIT);
1076 TC_FORK_STREAMS(inherit, INHERIT, redirect_fd, REDIRECT_FD);
1077 TC_FORK_STREAMS(inherit, INHERIT, redirect_path, REDIRECT_PATH);
1081 TC_FORK_STREAMS(redirect_fd, REDIRECT_FD, inherit, INHERIT);
[all …]
/trueos/contrib/binutils/include/elf/
HDChangeLog-91031288 * fr30.h: Add R_FR30_GNU_VT{INHERIT,ENTRY} relocs.