Searched refs:ctf_parname (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-open.c | 370 fp->ctf_parname = ctf_strptr (fp, hp->cth_parname); in ctf_set_base() 376 if (fp->ctf_parname) in ctf_set_base() 378 fp->ctf_parname, in ctf_set_base() 1926 return fp->ctf_parname; in ctf_parent_name() 1939 fp->ctf_parname = fp->ctf_dynparname; in ctf_parent_name_set() 1990 if (fp->ctf_parname == NULL) in ctf_import() 2028 if (fp->ctf_parname == NULL) in ctf_import_unref()
|
H A D | ctf-archive.c | 766 if ((fp->ctf_flags & LCTF_CHILD) && fp->ctf_parname && !fp->ctf_parent) in ctf_arc_import_parent() 769 fp->ctf_parname, NULL); in ctf_arc_import_parent()
|
H A D | ctf-serialize.c | 1035 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parname != NULL)) in ctf_serialize() 1036 ctf_str_add_ref (fp, fp->ctf_parname, &hdrp->cth_parname); in ctf_serialize()
|
H A D | ctf-impl.h | 433 const char *ctf_parname; /* Basename of parent (if any). */ member
|
H A D | ChangeLog-2020 | 1524 Print out ctf_cuname: only print out ctf_parname if set.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-open.c | 370 fp->ctf_parname = ctf_strptr (fp, hp->cth_parname); in ctf_set_base() 376 if (fp->ctf_parname) in ctf_set_base() 378 fp->ctf_parname, in ctf_set_base() 1925 return fp->ctf_parname; in ctf_parent_name() 1938 fp->ctf_parname = fp->ctf_dynparname; in ctf_parent_name_set() 1989 if (fp->ctf_parname == NULL) in ctf_import() 2027 if (fp->ctf_parname == NULL) in ctf_import_unref()
|
H A D | ctf-archive.c | 764 if ((fp->ctf_flags & LCTF_CHILD) && fp->ctf_parname && !fp->ctf_parent) in ctf_arc_import_parent() 767 fp->ctf_parname, NULL); in ctf_arc_import_parent()
|
H A D | ctf-serialize.c | 1035 if ((fp->ctf_flags & LCTF_CHILD) && (fp->ctf_parname != NULL)) in ctf_serialize() 1036 ctf_str_add_ref (fp, fp->ctf_parname, &hdrp->cth_parname); in ctf_serialize()
|
H A D | ctf-impl.h | 433 const char *ctf_parname; /* Basename of parent (if any). */ member
|
H A D | ChangeLog-2020 | 1524 Print out ctf_cuname: only print out ctf_parname if set.
|
/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_open.c | 726 fp->ctf_parname = ctf_strptr(fp, hp.cth_parname); in ctf_bufopen() 729 fp->ctf_parname ? fp->ctf_parname : "<NULL>", in ctf_bufopen() 982 return (fp->ctf_parname); in ctf_parent_name()
|
H A D | ctf_impl.h | 202 const char *ctf_parname; /* basename of parent (if any) */ member
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 1524 Print out ctf_cuname: only print out ctf_parname if set.
|