Searched refs:TDB_DLSYM (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dthread-db.cc552 #define TDB_DLSYM(tdb, func) \ macro
555 CHK (1, TDB_DLSYM (tdb, td_ta_new));
568 CHK (1, TDB_DLSYM (tdb, td_ta_map_lwp2thr));
569 CHK (1, TDB_DLSYM (tdb, td_thr_get_info));
570 CHK (1, TDB_DLSYM (tdb, td_ta_thr_iter));
571 CHK (1, TDB_DLSYM (tdb, td_symbol_list));
574 CHK (0, TDB_DLSYM (tdb, td_thr_tls_get_addr));
575 CHK (0, TDB_DLSYM (tdb, td_thr_tlsbase));
578 #undef TDB_DLSYM macro
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dthread-db.cc549 #define TDB_DLSYM(tdb, func) \ macro
552 CHK (1, TDB_DLSYM (tdb, td_ta_new));
564 CHK (1, TDB_DLSYM (tdb, td_ta_map_lwp2thr));
565 CHK (1, TDB_DLSYM (tdb, td_thr_get_info));
566 CHK (1, TDB_DLSYM (tdb, td_ta_thr_iter));
567 CHK (1, TDB_DLSYM (tdb, td_symbol_list));
570 CHK (0, TDB_DLSYM (tdb, td_thr_tls_get_addr));
571 CHK (0, TDB_DLSYM (tdb, td_thr_tlsbase));
574 #undef TDB_DLSYM macro
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-thread-db.c821 #define TDB_DLSYM(info, func) \
875 TDB_DLSYM (info, td_thr_tls_get_addr);
876 TDB_DLSYM (info, td_thr_tlsbase);
877 TDB_DLSYM (info, td_ta_delete);
895 #undef TDB_DLSYM
820 #define TDB_DLSYM macro
894 #undef TDB_DLSYM macro
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-thread-db.c835 #define TDB_DLSYM(info, func) \
889 TDB_DLSYM (info, td_thr_tls_get_addr);
890 TDB_DLSYM (info, td_thr_tlsbase);
891 TDB_DLSYM (info, td_ta_delete);
909 #undef TDB_DLSYM
834 #define TDB_DLSYM macro
908 #undef TDB_DLSYM macro

Completed in 182 milliseconds