ELF_NOTE_SOLARIS
if (nhdr->n_namesz == strlen(ELF_NOTE_SOLARIS) + 1 &&
strcmp(namep, ELF_NOTE_SOLARIS) == 0 &&
if (nhdr->n_namesz == strlen(ELF_NOTE_SOLARIS) + 1 &&
strcmp(namep, ELF_NOTE_SOLARIS) == 0 &&
printf("#define\tELF_NOTE_SOLARIS \"%s\"\n", ELF_NOTE_SOLARIS);