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

  /src/external/gpl3/binutils/dist/libctf/
ctf-link.c 731 ctf_dict_t *one_fp; local
781 while ((one_fp = ctf_archive_next (one_input->clin_arc, &j, NULL,
784 if (one_fp->ctf_flags & LCTF_CHILD)
791 ctf_import (one_fp, parent_fp);
797 *walk = one_fp;
ctf-dedup.c 2401 ctf_dict_t *one_fp; local
2422 one_fp = arg->inputs[one_ninput];
2427 if (!(one_fp->ctf_flags & LCTF_CHILD)
2430 else if ((one_fp->ctf_flags & LCTF_CHILD)
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-link.c 765 ctf_dict_t *one_fp; local
815 while ((one_fp = ctf_archive_next (one_input->clin_arc, &j, NULL,
818 if (one_fp->ctf_flags & LCTF_CHILD)
825 ctf_import (one_fp, parent_fp);
831 *walk = one_fp;
ctf-dedup.c 2401 ctf_dict_t *one_fp; local
2422 one_fp = arg->inputs[one_ninput];
2427 if (!(one_fp->ctf_flags & LCTF_CHILD)
2430 else if ((one_fp->ctf_flags & LCTF_CHILD)
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 2326 ctf_dict_t *one_fp; local
2347 one_fp = arg->inputs[one_ninput];
2352 if (!(one_fp->ctf_flags & LCTF_CHILD)
2355 else if ((one_fp->ctf_flags & LCTF_CHILD)
ctf-link.c 765 ctf_dict_t *one_fp; local
815 while ((one_fp = ctf_archive_next (one_input->clin_arc, &j, NULL,
818 if (one_fp->ctf_flags & LCTF_CHILD)
825 ctf_import (one_fp, parent_fp);
831 *walk = one_fp;
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 2303 ctf_dict_t *one_fp; local
2324 one_fp = arg->inputs[one_ninput];
2329 if (!(one_fp->ctf_flags & LCTF_CHILD)
2332 else if ((one_fp->ctf_flags & LCTF_CHILD)
ctf-link.c 763 ctf_dict_t *one_fp; local
813 while ((one_fp = ctf_archive_next (one_input->clin_arc, &j, NULL,
816 if (one_fp->ctf_flags & LCTF_CHILD)
823 ctf_import (one_fp, parent_fp);
829 *walk = one_fp;

Completed in 39 milliseconds