HomeSort by: relevance | last modified time | path
    Searched refs:TDB_DLSYM (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
thread-db.cc 546 #define TDB_DLSYM(tdb, func) \
549 CHK (1, TDB_DLSYM (tdb, td_ta_new));
561 CHK (1, TDB_DLSYM (tdb, td_ta_map_lwp2thr));
562 CHK (1, TDB_DLSYM (tdb, td_thr_get_info));
563 CHK (1, TDB_DLSYM (tdb, td_ta_thr_iter));
564 CHK (1, TDB_DLSYM (tdb, td_symbol_list));
567 CHK (0, TDB_DLSYM (tdb, td_thr_tls_get_addr));
568 CHK (0, TDB_DLSYM (tdb, td_thr_tlsbase));
571 #undef TDB_DLSYM
  /src/external/gpl3/gdb.old/dist/gdbserver/
thread-db.cc 548 #define TDB_DLSYM(tdb, func) \
551 CHK (1, TDB_DLSYM (tdb, td_ta_new));
563 CHK (1, TDB_DLSYM (tdb, td_ta_map_lwp2thr));
564 CHK (1, TDB_DLSYM (tdb, td_thr_get_info));
565 CHK (1, TDB_DLSYM (tdb, td_ta_thr_iter));
566 CHK (1, TDB_DLSYM (tdb, td_symbol_list));
569 CHK (0, TDB_DLSYM (tdb, td_thr_tls_get_addr));
570 CHK (0, TDB_DLSYM (tdb, td_thr_tlsbase));
573 #undef TDB_DLSYM
  /src/external/gpl3/gdb/dist/gdb/
linux-thread-db.c 835 #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
  /src/external/gpl3/gdb.old/dist/gdb/
linux-thread-db.c 835 #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

Completed in 28 milliseconds