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

/external/libunwind/src/dwarf/
H A DGfind_proc_info-lsb.c103 char *linkbuf = NULL; local
152 linkbuf = malloc (linksize);
155 if (fread (linkbuf, 1, linksize, f) != linksize)
169 if (linkbuf && is_local == -1)
171 free (linkbuf);
175 if (*buf == NULL && linkbuf != NULL && memchr (linkbuf, 0, linksize) != NULL)
183 newname = malloc (strlen (linkbuf) + strlen (debugdir)
197 strcat (newname, linkbuf);
204 strcat (newname, linkbuf);
[all...]

Completed in 525 milliseconds