HomeSort by: relevance | last modified time | path
    Searched defs:maybe_dup (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 2648 ctf_id_t maybe_dup = 0; local
2719 && (maybe_dup = ctf_lookup_by_rawname (target, kind, name)) != 0)
2721 if (ctf_type_kind (target, maybe_dup) != CTF_K_FORWARD)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 2625 ctf_id_t maybe_dup = 0; local
2693 && (maybe_dup = ctf_lookup_by_rawname (target, kind, name)) != 0)
2695 if (ctf_type_kind (target, maybe_dup) != CTF_K_FORWARD)
  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 2723 ctf_id_t maybe_dup = 0; local
2852 && ((maybe_dup = ctf_lookup_by_rawname (target, kind, name)) != 0))
2854 if (ctf_type_kind (target, maybe_dup) != CTF_K_FORWARD)
2859 maybe_dup, ctf_type_kind (target, maybe_dup));
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 2723 ctf_id_t maybe_dup = 0; local
2852 && ((maybe_dup = ctf_lookup_by_rawname (target, kind, name)) != 0))
2854 if (ctf_type_kind (target, maybe_dup) != CTF_K_FORWARD)
2859 maybe_dup, ctf_type_kind (target, maybe_dup));

Completed in 38 milliseconds