Searched refs:DB_STRUCT_FIELD (Results 1 – 4 of 4) sorted by relevance
/nptl_db/ |
A D | structs.def | 52 DB_STRUCT_FIELD (pthread, list) 54 DB_STRUCT_FIELD (pthread, tid) 59 DB_STRUCT_FIELD (pthread, specific) 60 DB_STRUCT_FIELD (pthread, eventbuf) 63 DB_STRUCT_FIELD (pthread, nextevent) 66 DB_STRUCT_FIELD (list_t, next) 67 DB_STRUCT_FIELD (list_t, prev) 101 DB_STRUCT_FIELD (dtv_t, counter) 103 DB_STRUCT_FIELD (pthread, dtvp) 119 DB_STRUCT_FIELD (dtv_slotinfo, gen) [all …]
|
A D | db-symbols.h | 26 #define DB_STRUCT_FIELD(type, field) \ macro 28 #define DB_STRUCT_FLEXIBLE_ARRAY(type, field) DB_STRUCT_FIELD (type, field) 40 # undef DB_STRUCT_FIELD
|
A D | thread_dbP.h | 39 # define DB_STRUCT_FIELD(type, field) SYM_##type##_FIELD_##field, macro 40 # define DB_STRUCT_FLEXIBLE_ARRAY(type, field) DB_STRUCT_FIELD (type, field) 46 # undef DB_STRUCT_FIELD 93 # define DB_STRUCT_FIELD(type, field) \ macro 95 # define DB_STRUCT_FLEXIBLE_ARRAY(type, field) DB_STRUCT_FIELD (type, field) 105 # undef DB_STRUCT_FIELD
|
A D | db_info.c | 74 #define DB_STRUCT_FIELD(type, field) \ macro 89 #undef DB_STRUCT_FIELD
|
Completed in 9 milliseconds