Searched refs:ECTF_STRTAB (Results 1 – 10 of 10) sorted by relevance
375 if (err != 0 && err != ECTF_STRTAB) in init_types()395 if (err != 0 && err != ECTF_STRTAB) in init_types()404 if (err != 0 && err != ECTF_STRTAB) in init_types()420 if (err != 0 && err != ECTF_STRTAB) in init_types()436 if (err != 0 && err != ECTF_STRTAB) in init_types()445 if (err != 0 && err != ECTF_STRTAB) in init_types()473 if (err != 0 && err != ECTF_STRTAB) in init_types()496 if (err != 0 && err != ECTF_STRTAB) in init_types()
112 return (ECTF_STRTAB); in ctf_hash_insert()
249 ECTF_STRTAB, /* string table for this string is missing */ enumerator
203 _CTF_ITEM (ECTF_STRTAB, "External string table is not available.") \
800 return ECTF_STRTAB; in ctf_hash_insert_type()
1474 ctf_strraw). Adjust to diagnose ECTF_STRTAB nonetheless.1475 * ctf-open.c (init_types): No longer filter out ECTF_STRTAB.