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

  /src/external/gpl3/binutils/dist/libctf/
ctf-dump.c 36 struct ctf_dump_state struct
715 if ((*statep = malloc (sizeof (struct ctf_dump_state))) == NULL)
722 memset (state, 0, sizeof (struct ctf_dump_state));
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dump.c 36 struct ctf_dump_state struct
709 if ((*statep = malloc (sizeof (struct ctf_dump_state))) == NULL)
716 memset (state, 0, sizeof (struct ctf_dump_state));
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dump.c 36 struct ctf_dump_state struct
709 if ((*statep = malloc (sizeof (struct ctf_dump_state))) == NULL)
716 memset (state, 0, sizeof (struct ctf_dump_state));
  /src/external/gpl3/gdb/dist/libctf/
ctf-dump.c 36 struct ctf_dump_state struct
709 if ((*statep = malloc (sizeof (struct ctf_dump_state))) == NULL)
716 memset (state, 0, sizeof (struct ctf_dump_state));

Completed in 21 milliseconds