Searched refs:ctfc_num_global_objts (Results 1 – 2 of 2) sorted by relevance
313 ctfc->ctfc_num_global_objts = dvd_arg.dvd_global_obj_idx; in ctf_preprocess()481 funcoff = objtoff + ctfc->ctfc_num_global_objts * sizeof (uint32_t); in output_ctf_header()485 funcidxoff = objtidxoff + ctfc->ctfc_num_global_objts * sizeof (uint32_t); in output_ctf_header()530 if (!ctfc->ctfc_num_global_objts) return; in output_ctf_obj_info()535 for (i = 0; i < ctfc->ctfc_num_global_objts; i++) in output_ctf_obj_info()573 if (!ctfc->ctfc_num_global_objts) return; in output_ctf_objtidx()575 for (i = 0; i < ctfc->ctfc_num_global_objts; i++) in output_ctf_objtidx()
289 uint64_t ctfc_num_global_objts; member