Searched refs:membstate (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/libctf/
H A Dctf-dump.c506 /* Dump a single struct/union member into the string in the membstate. */
568 ctf_dump_membstate_t membstate = { &str, state->cds_fp, NULL }; local
580 membstate.cdm_toplevel_indent = indent;
586 if ((ctf_type_visit (state->cds_fp, id, ctf_dump_member, &membstate)) < 0)
/netbsd-current/external/gpl3/binutils.old/dist/libctf/
H A Dctf-dump.c506 /* Dump a single struct/union member into the string in the membstate. */
568 ctf_dump_membstate_t membstate = { &str, state->cds_fp, NULL }; local
580 membstate.cdm_toplevel_indent = indent;
586 if ((ctf_type_visit (state->cds_fp, id, ctf_dump_member, &membstate)) < 0)
/netbsd-current/external/gpl3/binutils/dist/libctf/
H A Dctf-dump.c506 /* Dump a single struct/union member into the string in the membstate. */
568 ctf_dump_membstate_t membstate = { &str, state->cds_fp, NULL }; local
580 membstate.cdm_toplevel_indent = indent;
586 if ((ctf_type_visit (state->cds_fp, id, ctf_dump_member, &membstate)) < 0)
/netbsd-current/external/gpl3/gdb.old/dist/libctf/
H A Dctf-dump.c509 /* Dump a single member into the string in the membstate. */
595 ctf_dump_membstate_t membstate = { &str, state->cds_fp }; local
602 if ((ctf_type_visit (state->cds_fp, id, ctf_dump_member, &membstate)) < 0)

Completed in 103 milliseconds