Home
last modified time | relevance | path

Searched refs:cieaugstr (Results 1 – 2 of 2) sorted by relevance

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