Home
last modified time | relevance | path

Searched refs:ctf_cuname (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-link.c46 if (fp->ctf_parent && fp->ctf_parent->ctf_cuname) in ctf_link_input_name()
47 return fp->ctf_parent->ctf_cuname; in ctf_link_input_name()
48 else if (fp->ctf_cuname) in ctf_link_input_name()
49 return fp->ctf_cuname; in ctf_link_input_name()
59 const char *cuname = ctf_cuname (fp); in ctf_unnamed_cuname()
1310 ctf_cuname (outputs[0])) < 0) in ctf_link_deduplicating_per_cu()
1401 if (ninputs == 1 && ctf_cuname (inputs[0]) != NULL) in ctf_link_deduplicating()
1402 ctf_cuname_set (fp, ctf_cuname (inputs[0])); in ctf_link_deduplicating()
1437 if ((dynname = ctf_new_per_cu_name (fp, ctf_cuname (outputs[i]))) == NULL) in ctf_link_deduplicating()
H A Dctf-open.c372 fp->ctf_cuname = ctf_strptr (fp, hp->cth_cuname); in ctf_set_base()
374 if (fp->ctf_cuname) in ctf_set_base()
375 ctf_dprintf ("ctf_set_base: CU name %s\n", fp->ctf_cuname); in ctf_set_base()
1946 ctf_cuname (ctf_dict_t *fp) in ctf_cuname() function
1948 return fp->ctf_cuname; in ctf_cuname()
1960 fp->ctf_cuname = fp->ctf_dyncuname; in ctf_cuname_set()
H A Dlibctf.ver30 ctf_cuname;
H A Dctf-serialize.c1037 if (fp->ctf_cuname != NULL) in ctf_serialize()
1038 ctf_str_add_ref (fp, fp->ctf_cuname, &hdrp->cth_cuname); in ctf_serialize()
H A Dctf-impl.h428 const char *ctf_cuname; /* Compilation unit name (if any). */ member
H A DChangeLog-20201521 ctf_cuname, ctf_dyncuname: ctf_base and ctf_buf are no longer const.
1524 Print out ctf_cuname: only print out ctf_parname if set.
1536 (flip_header): Flip ctf_cuname.
1550 (ctf_cuname): New.
1552 * ctf-create.c (ctf_update): Populate ctf_cuname.
H A Dctf-dedup.c2664 if (ctf_cuname (input) != NULL) in ctf_dedup_emit_type()
2665 ctf_cuname_set (target, ctf_cuname (input)); in ctf_dedup_emit_type()
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-link.c46 if (fp->ctf_parent && fp->ctf_parent->ctf_cuname) in ctf_link_input_name()
47 return fp->ctf_parent->ctf_cuname; in ctf_link_input_name()
48 else if (fp->ctf_cuname) in ctf_link_input_name()
49 return fp->ctf_cuname; in ctf_link_input_name()
59 const char *cuname = ctf_cuname (fp); in ctf_unnamed_cuname()
1296 ctf_cuname (outputs[0])) < 0) in ctf_link_deduplicating_per_cu()
1388 if (ninputs == 1 && ctf_cuname (inputs[0]) != NULL) in ctf_link_deduplicating()
1389 ctf_cuname_set (fp, ctf_cuname (inputs[0])); in ctf_link_deduplicating()
1424 if ((dynname = ctf_new_per_cu_name (fp, ctf_cuname (outputs[i]))) == NULL) in ctf_link_deduplicating()
H A Dctf-open.c372 fp->ctf_cuname = ctf_strptr (fp, hp->cth_cuname); in ctf_set_base()
374 if (fp->ctf_cuname) in ctf_set_base()
375 ctf_dprintf ("ctf_set_base: CU name %s\n", fp->ctf_cuname); in ctf_set_base()
1945 ctf_cuname (ctf_dict_t *fp) in ctf_cuname() function
1947 return fp->ctf_cuname; in ctf_cuname()
1959 fp->ctf_cuname = fp->ctf_dyncuname; in ctf_cuname_set()
H A Dlibctf.ver30 ctf_cuname;
H A Dctf-serialize.c1037 if (fp->ctf_cuname != NULL) in ctf_serialize()
1038 ctf_str_add_ref (fp, fp->ctf_cuname, &hdrp->cth_cuname); in ctf_serialize()
H A Dctf-impl.h428 const char *ctf_cuname; /* Compilation unit name (if any). */ member
H A DChangeLog-20201521 ctf_cuname, ctf_dyncuname: ctf_base and ctf_buf are no longer const.
1524 Print out ctf_cuname: only print out ctf_parname if set.
1536 (flip_header): Flip ctf_cuname.
1550 (ctf_cuname): New.
1552 * ctf-create.c (ctf_update): Populate ctf_cuname.
H A Dctf-dedup.c2667 if (ctf_cuname (input) != NULL) in ctf_dedup_emit_type()
2668 ctf_cuname_set (target, ctf_cuname (input)); in ctf_dedup_emit_type()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dctf-api.h375 extern const char *ctf_cuname (ctf_dict_t *);
H A DChangeLog-2019206 * ctf-api.h (ctf_cuname): New function.
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dctf-api.h375 extern const char *ctf_cuname (ctf_dict_t *);
H A DChangeLog-2019206 * ctf-api.h (ctf_cuname): New function.
/netbsd-src/external/gpl3/gdb/dist/libctf/
H A DChangeLog-20201521 ctf_cuname, ctf_dyncuname: ctf_base and ctf_buf are no longer const.
1524 Print out ctf_cuname: only print out ctf_parname if set.
1536 (flip_header): Flip ctf_cuname.
1550 (ctf_cuname): New.
1552 * ctf-create.c (ctf_update): Populate ctf_cuname.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2019206 * ctf-api.h (ctf_cuname): New function.
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2019206 * ctf-api.h (ctf_cuname): New function.