Searched refs:ctf_name (Results 1 – 1 of 1) sorted by relevance
185 const char *ctf_name = NULL; in ctf_create_per_cu() local196 if (((ctf_name = ctf_dynhash_lookup (fp->ctf_link_cu_mapping, filename)) == NULL) && in ctf_create_per_cu()197 ((ctf_name = ctf_dynhash_lookup (fp->ctf_link_cu_mapping, cuname)) == NULL)) in ctf_create_per_cu()198 ctf_name = filename; in ctf_create_per_cu()201 if (ctf_name == NULL) in ctf_create_per_cu()202 ctf_name = filename; in ctf_create_per_cu()204 if ((cu_fp = ctf_dynhash_lookup (fp->ctf_link_outputs, ctf_name)) == NULL) in ctf_create_per_cu()217 if ((dynname = strdup (ctf_name)) == NULL) in ctf_create_per_cu()