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

/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Drddbg.c371 static struct saved_stab saved_stabs[SAVE_STABS_COUNT];
379 if (saved_stabs[saved_stabs_index].string != NULL)
380 free (saved_stabs[saved_stabs_index].string);
381 saved_stabs[saved_stabs_index].type = type;
382 saved_stabs[saved_stabs_index].desc = desc;
383 saved_stabs[saved_stabs_index].value = value;
384 saved_stabs[saved_stabs_index].string = xstrdup (string);
403 stabp = saved_stabs + i;
435 if (saved_stabs[i].string != NULL)
437 free (saved_stabs[
370 static struct saved_stab saved_stabs[SAVE_STABS_COUNT]; variable in typeref:struct:saved_stab
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Drddbg.c376 static struct saved_stab saved_stabs[SAVE_STABS_COUNT];
384 if (saved_stabs[saved_stabs_index].string != NULL)
385 free (saved_stabs[saved_stabs_index].string);
386 saved_stabs[saved_stabs_index].type = type;
387 saved_stabs[saved_stabs_index].desc = desc;
388 saved_stabs[saved_stabs_index].value = value;
389 saved_stabs[saved_stabs_index].string = xstrdup (string);
408 stabp = saved_stabs + i;
440 if (saved_stabs[i].string != NULL)
442 free (saved_stabs[
375 static struct saved_stab saved_stabs[SAVE_STABS_COUNT]; variable in typeref:struct:saved_stab
[all...]

Completed in 130 milliseconds