Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_convert.c36 ctf_has_c_source(Elf *elf, char *errmsg, size_t errlen) in ctf_has_c_source() function
136 switch (ctf_has_c_source(elf, errbuf, errlen)) { in ctf_elfconvert()
H A Dlibctf.h132 extern ctf_hsc_ret_t ctf_has_c_source(Elf *, char *, size_t);
H A Dmapfile-vers98 ctf_has_c_source;
/illumos-gate/usr/src/cmd/ctfmerge/
H A Dctfmerge.c77 switch (ctf_has_c_source(elf, errmsg, sizeof (errmsg))) { in ctfmerge_check_for_c()