Home
last modified time | relevance | path

Searched refs:ctfc_num_global_funcs (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dctfout.c310 size_t num_global_funcs = ctfc->ctfc_num_global_funcs; in ctf_preprocess()
475 objtidxoff = funcoff + ctfc->ctfc_num_global_funcs * sizeof (uint32_t); in output_ctf_header()
479 varoff = funcidxoff + ctfc->ctfc_num_global_funcs * sizeof (uint32_t); in output_ctf_header()
545 if (!ctfc->ctfc_num_global_funcs) return; in output_ctf_func_info()
550 for (i = 0; i < ctfc->ctfc_num_global_funcs; i++) in output_ctf_func_info()
583 if (!ctfc->ctfc_num_global_funcs) return; in output_ctf_funcidx()
585 for (i = 0; i < ctfc->ctfc_num_global_funcs; i++) in output_ctf_funcidx()
H A Dctfc.h286 uint64_t ctfc_num_global_funcs; member
H A Ddwarf2ctf.c835 ctfc->ctfc_num_global_funcs += 1; in gen_ctf_function()