Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libctf/common/
H A Dctf_dwarf.c238 boolean_t cdf_global; member
1993 if ((ret = ctf_dwarf_isglobal(cup, die, &cdf->cdf_global)) != 0) { in ctf_dwarf_convert_function()
2184 if (bind == STB_GLOBAL && cdf->cdf_global == B_FALSE) in ctf_dwarf_match_func()
2186 if (bind == STB_LOCAL && cdf->cdf_global == B_TRUE) in ctf_dwarf_match_func()