Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_dwarf.c230 boolean_t cdv_global; member
2068 if ((ret = ctf_dwarf_isglobal(cup, die, &cdv->cdv_global)) != 0) { in ctf_dwarf_convert_variable()
2210 if (bind == STB_GLOBAL && cdv->cdv_global == B_FALSE) in ctf_dwarf_match_var()
2212 if (bind == STB_LOCAL && cdv->cdv_global == B_TRUE) in ctf_dwarf_match_var()