Searched defs:CommentStr (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A Dacom.c43 static const char *CommentStr = ".comment"; variable
70 if (strcmp(CommentStr, elf_strptr(elf, shstrndx,
99 data->d_buf = (void *)CommentStr;
100 data->d_size = strlen(CommentStr) + 1;
H A Dpcom.c44 static const char *CommentStr = ".comment"; variable
74 if (strcmp(CommentStr, elf_strptr(elf, shstrndx,
H A Ddcom.c56 static const char *CommentStr = ".comment"; variable
140 if (strcmp(CommentStr, elf_strptr(elf, shstrndx,
H A Dtpcom.c49 static const char *CommentStr = ".comment"; variable
92 if (strcmp(CommentStr, elf_strptr(elf, shstrndx,

Completed in 58 milliseconds