Searched refs:odb_descr_t (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/libabi/
H A Dop_abi.c33 { "sizeof_odb_descr_t", sizeof(odb_descr_t) },
41 { "offsetof_descr_size", offsetof(odb_descr_t, size) },
42 { "offsetof_descr_current_size", offsetof(odb_descr_t, current_size) },
/external/oprofile/libdb/
H A Dodb.h56 } odb_descr_t; typedef in typeref:struct:__anon28430
70 * odb_descr_t
78 odb_descr_t * descr; /**< the current state of database */
H A Ddb_manage.c32 static __inline odb_descr_t * odb_to_descr(odb_data_t * data)
34 return (odb_descr_t *)(((char*)data->base_memory) + data->sizeof_header);
198 data->offset_node = sizeof_header + sizeof(odb_descr_t);

Completed in 53 milliseconds