Searched refs:ELF_NOTE_SOLARIS (Results 1 – 4 of 4) sorted by relevance
38 #define ELF_NOTE_SOLARIS "SUNW Solaris" macro
48 .asciz ELF_NOTE_SOLARIS
115 printf("#define\tELF_NOTE_SOLARIS \"%s\"\n", ELF_NOTE_SOLARIS); in main()
419 if (nhdr->n_namesz == strlen(ELF_NOTE_SOLARIS) + 1 && in read_elf32()420 strcmp(namep, ELF_NOTE_SOLARIS) == 0 && in read_elf32()820 if (nhdr->n_namesz == strlen(ELF_NOTE_SOLARIS) + 1 && in read_elf64()821 strcmp(namep, ELF_NOTE_SOLARIS) == 0 && in read_elf64()