Searched defs:type (Results 1 – 3 of 3) sorted by relevance
/nptl_db/ |
A D | db-symbols.h | 24 #define DB_STRUCT(type) \ argument 26 #define DB_STRUCT_FIELD(type, field) \ argument 28 #define DB_STRUCT_FLEXIBLE_ARRAY(type, field) DB_STRUCT_FIELD (type, field) argument
|
A D | thread_dbP.h | 38 # define DB_STRUCT(type) SYM_SIZEOF_##type, argument 39 # define DB_STRUCT_FIELD(type, field) SYM_##type##_FIELD_##field, argument 91 # define DB_STRUCT(type) \ argument 93 # define DB_STRUCT_FIELD(type, field) \ argument 165 #define DB_GET_FIELD(var, ta, ptr, type, field, idx) \ argument 178 #define DB_GET_FIELD_ADDRESS(var, ta, ptr, type, field, idx) \ argument 192 #define DB_GET_FIELD_LOCAL(var, ta, ptr, type, field, idx) \ argument 219 #define DB_PUT_FIELD(ta, ptr, type, field, idx, value) \ argument 224 #define DB_PUT_FIELD_LOCAL(ta, ptr, type, field, idx, value) \ argument 248 #define DB_GET_STRUCT(var, ta, ptr, type) \ argument [all …]
|
A D | db_info.c | 72 #define DB_STRUCT(type) \ argument 74 #define DB_STRUCT_FIELD(type, field) \ argument 77 #define DB_STRUCT_ARRAY_FIELD(type, field) \ argument 80 #define DB_STRUCT_FLEXIBLE_ARRAY(type, field) \ argument
|
Completed in 11 milliseconds