HomeSort by: relevance | last modified time | path
    Searched refs:amovref (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/binutils/dist/libctf/
ctf-string.c 523 ctf_str_atom_ref_movable_t *amovref, *amovnext; local
540 for (amovref = ctf_list_next (&atom->csa_movable_refs);
541 amovref != NULL; amovref = amovnext)
543 amovnext = ctf_list_next (amovref);
544 if (amovref->caf_ref == ref)
546 ctf_list_delete (&atom->csa_movable_refs, amovref);
548 free (amovref);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-string.c 523 ctf_str_atom_ref_movable_t *amovref, *amovnext; local
540 for (amovref = ctf_list_next (&atom->csa_movable_refs);
541 amovref != NULL; amovref = amovnext)
543 amovnext = ctf_list_next (amovref);
544 if (amovref->caf_ref == ref)
546 ctf_list_delete (&atom->csa_movable_refs, amovref);
548 free (amovref);
  /src/external/gpl3/gdb/dist/libctf/
ctf-string.c 523 ctf_str_atom_ref_movable_t *amovref, *amovnext; local
540 for (amovref = ctf_list_next (&atom->csa_movable_refs);
541 amovref != NULL; amovref = amovnext)
543 amovnext = ctf_list_next (amovref);
544 if (amovref->caf_ref == ref)
546 ctf_list_delete (&atom->csa_movable_refs, amovref);
548 free (amovref);

Completed in 29 milliseconds