Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_dwarf.c292 static int ctf_dwarf_function_count(ctf_cu_t *, Dwarf_Die, ctf_funcinfo_t *,
2086 if ((ret = ctf_dwarf_function_count(cup, die, &fi, B_TRUE)) != 0) { in ctf_dwarf_create_fptr()
2227 ctf_dwarf_function_count(ctf_cu_t *cup, Dwarf_Die die, ctf_funcinfo_t *fip, in ctf_dwarf_function_count() function
2406 if ((ret = ctf_dwarf_function_count(cup, die, &cdf->cdf_fip, in ctf_dwarf_convert_function()