Home
last modified time | relevance | path

Searched refs:TD_NOTALLOC (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dgdb_thread_db.h67 TD_NOTALLOC /* TLS memory not yet allocated. */ enumerator
Dconfigure.ac990 dnl See if we have a thread_db header file that has TD_NOTALLOC.
992 AC_CACHE_CHECK([whether <thread_db.h> has TD_NOTALLOC],
996 [int i = TD_NOTALLOC;],
1004 [Define if <thread_db.h> has the TD_NOTALLOC error code.])
Dlinux-thread-db.c1265 if (err == TD_NOTALLOC) in thread_db_get_thread_local_address()
Dconfig.in526 /* Define if <thread_db.h> has the TD_NOTALLOC error code. */
Dconfigure19600 int i = TD_NOTALLOC;