Searched refs:print_needed (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/usr.bin/ldd/ |
H A D | ldd_elfxx.c | 88 static void print_needed(Obj_Entry *, const char *, const char *); 138 print_needed(_rtld_objmain, fmt1, fmt2); in ELFNAME() 252 print_needed(Obj_Entry *obj, const char *fmt1, const char *fmt2) in print_needed() function 263 print_needed(needed->obj, fmt1, fmt2); in print_needed()
|
/netbsd-src/rescue/ |
H A D | list.ldd | 17 SPECIAL ldd keepsymbols print_needed main_local main_progname
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | state-purge.cc | 1102 print_needed (gv, point, false); in add_node_annotations() 1169 print_needed (gv, before_stmt, true); in add_stmt_annotations() 1177 state_purge_annotator::print_needed (graphviz_out *gv, in print_needed() function in state_purge_annotator
|
H A D | state-purge.h | 246 void print_needed (graphviz_out *gv,
|
H A D | ChangeLog | 458 (state_purge_annotator::print_needed): Generalize to print local 1826 in-edge. Use print_needed to print the data as comma-separated 1831 (state_purge_annotator::print_needed): ...this new function. 1832 * state-purge.h (state_purge_annotator::print_needed): New decl.
|