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

  /src/external/gpl3/binutils/dist/libctf/
ctf-string.c 112 ctf_str_atom_ref_movable_t *movref, *movnext; local
121 for (movref = ctf_list_next (&atom->csa_movable_refs);
122 movref != NULL; movref = movnext)
124 movnext = ctf_list_next (movref);
125 ctf_list_delete (&atom->csa_movable_refs, movref);
127 ctf_dynhash_remove (movref->caf_movable_refs, movref);
129 free (movref);
262 ctf_str_atom_ref_movable_t *movref = (ctf_str_atom_ref_movable_t *) aref local
596 ctf_str_atom_ref_movable_t *movref; local
    [all...]
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-string.c 112 ctf_str_atom_ref_movable_t *movref, *movnext; local
121 for (movref = ctf_list_next (&atom->csa_movable_refs);
122 movref != NULL; movref = movnext)
124 movnext = ctf_list_next (movref);
125 ctf_list_delete (&atom->csa_movable_refs, movref);
127 ctf_dynhash_remove (movref->caf_movable_refs, movref);
129 free (movref);
262 ctf_str_atom_ref_movable_t *movref = (ctf_str_atom_ref_movable_t *) aref local
596 ctf_str_atom_ref_movable_t *movref; local
    [all...]
  /src/external/gpl3/gdb/dist/libctf/
ctf-string.c 112 ctf_str_atom_ref_movable_t *movref, *movnext; local
121 for (movref = ctf_list_next (&atom->csa_movable_refs);
122 movref != NULL; movref = movnext)
124 movnext = ctf_list_next (movref);
125 ctf_list_delete (&atom->csa_movable_refs, movref);
127 ctf_dynhash_remove (movref->caf_movable_refs, movref);
129 free (movref);
262 ctf_str_atom_ref_movable_t *movref = (ctf_str_atom_ref_movable_t *) aref local
596 ctf_str_atom_ref_movable_t *movref; local
    [all...]
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-string.c 119 ctf_str_atom_ref_movable_t *movref; local
120 movref = (ctf_str_atom_ref_movable_t *) ref;
121 ctf_dynhash_remove (movref->caf_movable_refs, ref);
255 ctf_str_atom_ref_movable_t *movref = (ctf_str_atom_ref_movable_t *) aref; local
257 movref->caf_movable_refs = fp->ctf_str_movable_refs;

Completed in 21 milliseconds