Searched refs:odb_get_data (Results 1 – 8 of 8) sorted by relevance
66 *static_cast<opd_header *>(odb_get_data(&samples_db)); in is_spu_sample_file()101 *static_cast<opd_header *>(odb_get_data(&samples_db)); in add_sample_file()
71 header = static_cast<struct opd_header *>(odb_get_data(&dest)); in main()
133 void * odb_get_data(odb_t * odb);
304 void * odb_get_data(odb_t * odb) in odb_get_data() function
145 fill_header(odb_get_data(&sfile->sample_file), counter, 0, 0, in opd_open_24_sample_file()
193 fill_header(odb_get_data(file), counter, in opd_open_sample_file()
111 static_cast<opd_header *>(odb_get_data(dest)); in import_from_abi()
327 * libpp/profile.cpp: introduce and use odb_get_data(),