Searched defs:ctf_die (Results 1 – 1 of 1) sorted by relevance
259 typedef struct ctf_die { struct260 Elf *cu_elf; /* shared libelf handle */261 int cu_fd; /* shared file descriptor */262 char *cu_name; /* basename of the DIE */263 ctf_merge_t *cu_cmh; /* merge handle */264 ctf_list_t cu_vars; /* List of variables */265 ctf_list_t cu_funcs; /* List of functions */266 ctf_list_t cu_bitfields; /* Bit field members */267 Dwarf_Debug cu_dwarf; /* libdwarf handle */268 mutex_t *cu_dwlock; /* libdwarf lock */[all …]