Home
last modified time | relevance | path

Searched defs:ctf_die (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_dwarf.c253 typedef struct ctf_die { struct
254 Elf *cu_elf; /* shared libelf handle */
255 char *cu_name; /* basename of the DIE */
256 ctf_merge_t *cu_cmh; /* merge handle */
257 ctf_list_t cu_vars; /* List of variables */
258 ctf_list_t cu_funcs; /* List of functions */
259 ctf_list_t cu_bitfields; /* Bit field members */
260 Dwarf_Debug cu_dwarf; /* libdwarf handle */
261 Dwarf_Die cu_cu; /* libdwarf compilation unit */
262 Dwarf_Off cu_cuoff; /* cu's offset */
[all …]