HomeSort by: relevance | last modified time | path
    Searched refs:ctf_assert (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 1190 if (!ctf_assert (fp, orig_hval == hval))
1233 if (!ctf_assert (fp, orig_first_tu <= CTF_DEDUP_GID_TO_INPUT (id)))
1252 if (!ctf_assert (fp, ctf_type_kind_unsliced (foo, bar)
1445 if (!ctf_assert (fp, ctf_dynhash_elements (d->cd_output_mapping) > 0))
1460 if (!ctf_assert (fp, id))
1845 if (!ctf_assert (output, type_ids))
1892 if (!ctf_assert (output, type_id))
2168 if (!ctf_assert (output, hashval)) \
2348 if (!ctf_assert (output, id))
2540 if (!ctf_assert (output, name)
    [all...]
ctf-serialize.c 150 if (!ctf_assert (fp, !sym->st_nameidx_set))
341 if (!ctf_assert (fp, (((char *) dpp) - (char *) dp) < size))
379 if (!ctf_assert (fp, !(flags & CTF_SYMTYPETAB_EMIT_PAD)))
394 if (!ctf_assert (fp, this_link_sym != NULL))
431 if (!ctf_assert (fp, (((char *) dpp) - (char *) dp) <= size))
509 if (!ctf_assert (fp, (s->filter_syms && s->symfp)
1182 if (!ctf_assert (fp, rawbufsiz >= sizeof (ctf_header_t)))
ctf-link.c 371 if (!ctf_assert (fp, one_out))
514 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type)))
982 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type)))
1232 if (!ctf_assert (fp, noutputs == 1))
1402 if (!ctf_assert (fp, outputs[0] == fp))
1688 if (!ctf_assert (fp, did->cid_sym.st_name != NULL))
1741 if (!ctf_assert (fp, symp->st_symidx <= fp->ctf_dynsymmax))
ctf-impl.h 94 #define ctf_assert(fp, expr) (assert (expr), 1) macro
96 #define ctf_assert(fp, expr) \ macro
ctf-string.c 689 if (!ctf_assert (fp, atom))
726 if (!ctf_assert (fp, atom))
ctf-types.c 44 if (!ctf_assert (fp, n < LCTF_INFO_VLEN (fp, tp->ctt_info)))
52 if (!ctf_assert (fp, (n + 1) * sizeof (ctf_lmember_t) <= vbytes))
234 if (!ctf_assert (fp, (i->ctn_next == NULL)))
ctf-lookup.c 1155 if (!ctf_assert (fp, !sym->st_nameidx_set))
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 1190 if (!ctf_assert (fp, orig_hval == hval))
1233 if (!ctf_assert (fp, orig_first_tu <= CTF_DEDUP_GID_TO_INPUT (id)))
1252 if (!ctf_assert (fp, ctf_type_kind_unsliced (foo, bar)
1445 if (!ctf_assert (fp, ctf_dynhash_elements (d->cd_output_mapping) > 0))
1460 if (!ctf_assert (fp, id))
1845 if (!ctf_assert (output, type_ids))
1892 if (!ctf_assert (output, type_id))
2168 if (!ctf_assert (output, hashval)) \
2348 if (!ctf_assert (output, id))
2540 if (!ctf_assert (output, name)
    [all...]
ctf-serialize.c 144 if (!ctf_assert (fp, !sym->st_nameidx_set))
335 if (!ctf_assert (fp, (((char *) dpp) - (char *) dp) < size))
373 if (!ctf_assert (fp, !(flags & CTF_SYMTYPETAB_EMIT_PAD)))
388 if (!ctf_assert (fp, this_link_sym != NULL))
425 if (!ctf_assert (fp, (((char *) dpp) - (char *) dp) <= size))
503 if (!ctf_assert (fp, (s->filter_syms && s->symfp)
1176 if (!ctf_assert (fp, rawbufsiz >= sizeof (ctf_header_t)))
ctf-link.c 405 if (!ctf_assert (fp, one_out))
548 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type)))
1016 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type)))
1266 if (!ctf_assert (fp, noutputs == 1))
1436 if (!ctf_assert (fp, outputs[0] == fp))
1722 if (!ctf_assert (fp, did->cid_sym.st_name != NULL))
1775 if (!ctf_assert (fp, symp->st_symidx <= fp->ctf_dynsymmax))
ctf-impl.h 94 #define ctf_assert(fp, expr) (assert (expr), 1) macro
96 #define ctf_assert(fp, expr) \ macro
ctf-string.c 689 if (!ctf_assert (fp, atom))
726 if (!ctf_assert (fp, atom))
ctf-types.c 44 if (!ctf_assert (fp, n < LCTF_INFO_VLEN (fp, tp->ctt_info)))
52 if (!ctf_assert (fp, (n + 1) * sizeof (ctf_lmember_t) <= vbytes))
234 if (!ctf_assert (fp, (i->ctn_next == NULL)))
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 1190 if (!ctf_assert (fp, orig_hval == hval))
1233 if (!ctf_assert (fp, orig_first_tu <= CTF_DEDUP_GID_TO_INPUT (id)))
1252 if (!ctf_assert (fp, ctf_type_kind_unsliced (foo, bar)
1445 if (!ctf_assert (fp, ctf_dynhash_elements (d->cd_output_mapping) > 0))
1460 if (!ctf_assert (fp, id))
1845 if (!ctf_assert (output, type_ids))
1892 if (!ctf_assert (output, type_id))
2168 if (!ctf_assert (output, hashval)) \
2348 if (!ctf_assert (output, id))
2540 if (!ctf_assert (output, name)
    [all...]
ctf-serialize.c 150 if (!ctf_assert (fp, !sym->st_nameidx_set))
341 if (!ctf_assert (fp, (((char *) dpp) - (char *) dp) < size))
379 if (!ctf_assert (fp, !(flags & CTF_SYMTYPETAB_EMIT_PAD)))
394 if (!ctf_assert (fp, this_link_sym != NULL))
431 if (!ctf_assert (fp, (((char *) dpp) - (char *) dp) <= size))
509 if (!ctf_assert (fp, (s->filter_syms && s->symfp)
1182 if (!ctf_assert (fp, rawbufsiz >= sizeof (ctf_header_t)))
ctf-link.c 371 if (!ctf_assert (fp, one_out))
514 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type)))
982 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type)))
1232 if (!ctf_assert (fp, noutputs == 1))
1402 if (!ctf_assert (fp, outputs[0] == fp))
1688 if (!ctf_assert (fp, did->cid_sym.st_name != NULL))
1741 if (!ctf_assert (fp, symp->st_symidx <= fp->ctf_dynsymmax))
ctf-impl.h 94 #define ctf_assert(fp, expr) (assert (expr), 1) macro
96 #define ctf_assert(fp, expr) \ macro
ctf-string.c 689 if (!ctf_assert (fp, atom))
726 if (!ctf_assert (fp, atom))
ctf-types.c 44 if (!ctf_assert (fp, n < LCTF_INFO_VLEN (fp, tp->ctt_info)))
52 if (!ctf_assert (fp, (n + 1) * sizeof (ctf_lmember_t) <= vbytes))
234 if (!ctf_assert (fp, (i->ctn_next == NULL)))
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 1180 if (!ctf_assert (fp, orig_hval == hval))
1223 if (!ctf_assert (fp, orig_first_tu <= CTF_DEDUP_GID_TO_INPUT (id)))
1242 if (!ctf_assert (fp, ctf_type_kind_unsliced (foo, bar)
1382 if (!ctf_assert (fp, ctf_dynhash_elements (d->cd_output_mapping) > 0))
1397 if (!ctf_assert (fp, id))
1775 if (!ctf_assert (output, type_ids))
1822 if (!ctf_assert (output, type_id))
2093 if (!ctf_assert (output, hashval)) \
2273 if (!ctf_assert (output, id))
2465 if (!ctf_assert (output, name)
    [all...]
ctf-serialize.c 144 if (!ctf_assert (fp, !sym->st_nameidx_set))
335 if (!ctf_assert (fp, (((char *) dpp) - (char *) dp) < size))
373 if (!ctf_assert (fp, !(flags & CTF_SYMTYPETAB_EMIT_PAD)))
388 if (!ctf_assert (fp, this_link_sym != NULL))
425 if (!ctf_assert (fp, (((char *) dpp) - (char *) dp) <= size))
503 if (!ctf_assert (fp, (s->filter_syms && s->symfp)
1176 if (!ctf_assert (fp, rawbufsiz >= sizeof (ctf_header_t)))
ctf-link.c 405 if (!ctf_assert (fp, one_out))
548 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type)))
1016 if (!ctf_assert (fp, ctf_type_isparent (fp, dst_type)))
1266 if (!ctf_assert (fp, noutputs == 1))
1424 if (!ctf_assert (fp, outputs[0] == fp))
1710 if (!ctf_assert (fp, did->cid_sym.st_name != NULL))
1763 if (!ctf_assert (fp, symp->st_symidx <= fp->ctf_dynsymmax))
ctf-impl.h 90 #define ctf_assert(fp, expr) (assert (expr), 1) macro
92 #define ctf_assert(fp, expr) \ macro
ctf-string.c 689 if (!ctf_assert (fp, atom))
726 if (!ctf_assert (fp, atom))
ctf-types.c 44 if (!ctf_assert (fp, n < LCTF_INFO_VLEN (fp, tp->ctt_info)))
52 if (!ctf_assert (fp, (n + 1) * sizeof (ctf_lmember_t) <= vbytes))
223 if (!ctf_assert (fp, (i->ctn_next == NULL)))

Completed in 93 milliseconds

1 2