HomeSort by: relevance | last modified time | path
    Searched refs:lf_fullpath (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_lineno.c 150 if (lf->lf_fullpath)
151 li->li_lfnarray[i] = lf->lf_fullpath;
275 if (lf->lf_fullpath) {
276 *ret_linesrc = (char *) lf->lf_fullpath;
libdwarf_lineno.c 48 if ((lf->lf_fullpath = malloc(slen)) == NULL) {
52 snprintf(lf->lf_fullpath, slen, "%s/%s", dirname,
75 lf->lf_fullpath = NULL;
769 if (lf->lf_fullpath)
770 free(lf->lf_fullpath);
794 if (lf->lf_fullpath)
795 free(lf->lf_fullpath);
_libdwarf.h 188 char *lf_fullpath; /* Full pathname of the file. */ member in struct:_Dwarf_LineFile

Completed in 22 milliseconds