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

  /src/external/gpl3/binutils/dist/libctf/
ctf-dump.c 40 ctf_dump_item_t *cds_current; member in struct:ctf_dump_state
774 if (state->cds_current == NULL)
775 state->cds_current = ctf_list_next (&state->cds_items);
777 state->cds_current = ctf_list_next (state->cds_current);
779 if (state->cds_current == NULL)
789 for (line = state->cds_current->cdi_item; line && *line; )
820 str = strdup (state->cds_current->cdi_item);
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dump.c 40 ctf_dump_item_t *cds_current; member in struct:ctf_dump_state
768 if (state->cds_current == NULL)
769 state->cds_current = ctf_list_next (&state->cds_items);
771 state->cds_current = ctf_list_next (state->cds_current);
773 if (state->cds_current == NULL)
783 for (line = state->cds_current->cdi_item; line && *line; )
814 str = strdup (state->cds_current->cdi_item);
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dump.c 40 ctf_dump_item_t *cds_current; member in struct:ctf_dump_state
768 if (state->cds_current == NULL)
769 state->cds_current = ctf_list_next (&state->cds_items);
771 state->cds_current = ctf_list_next (state->cds_current);
773 if (state->cds_current == NULL)
783 for (line = state->cds_current->cdi_item; line && *line; )
814 str = strdup (state->cds_current->cdi_item);
  /src/external/gpl3/gdb/dist/libctf/
ctf-dump.c 40 ctf_dump_item_t *cds_current; member in struct:ctf_dump_state
768 if (state->cds_current == NULL)
769 state->cds_current = ctf_list_next (&state->cds_items);
771 state->cds_current = ctf_list_next (state->cds_current);
773 if (state->cds_current == NULL)
783 for (line = state->cds_current->cdi_item; line && *line; )
814 str = strdup (state->cds_current->cdi_item);

Completed in 15 milliseconds