Searched defs:cieaugstr (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dunwind.c580 char *cieaugstr; local
599 cieaugstr = (char *)(&data[off + ndx]);
600 ndx += strlen(cieaugstr) + 1;
643 for (cieaugndx = 0; cieaugstr[cieaugndx];
646 switch (cieaugstr[cieaugndx]) {
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Ddwarf.c696 char *cieaugstr = NULL; local
779 cieaugstr = (char *)(&data[off + ndx]);
780 ndx += strlen(cieaugstr) + 1;
783 cieversion, cieaugstr);
807 if (cieaugstr[0])
810 for (cieaugndx = 0; cieaugstr[cieaugndx]; cieaugndx++) {
811 switch (cieaugstr[cieaugndx]) {
887 cieaugstr[cieaugndx]);
962 if ((cieaugstr != NULL) && (cieaugstr[
[all...]

Completed in 57 milliseconds