Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c263 ctf_merge_t *cu_cmh; /* merge handle */ member
3062 if ((ret = ctf_merge_add(cup->cu_cmh, cup->cu_ctfp)) != 0) { in ctf_dwarf_convert_one()
3068 if ((ret = ctf_merge_dedup(cup->cu_cmh, &dedup)) != 0) { in ctf_dwarf_convert_one()
3100 ctf_dprintf("Trying to free merge handle: %p\n", cup->cu_cmh); in ctf_dwarf_free_die()
3101 if (cup->cu_cmh != NULL) { in ctf_dwarf_free_die()
3102 ctf_merge_fini(cup->cu_cmh); in ctf_dwarf_free_die()
3103 cup->cu_cmh = NULL; in ctf_dwarf_free_die()
3323 if ((cup->cu_cmh = ctf_merge_init(cup->cu_fd, &ret)) == NULL) in ctf_dwarf_init_die()