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

/external/elfutils/src/
H A Dstrip.c450 void *debuglink_buf = NULL; local
1129 debuglink_buf = xcalloc (1, shdr_info[cnt].data->d_size);
1130 shdr_info[cnt].data->d_buf = debuglink_buf;
2161 free (debuglink_buf);

Completed in 1509 milliseconds