Searched refs:ELF_NOTE_SOLARIS (Results 1 – 5 of 5) sorted by relevance
36 #define ELF_NOTE_SOLARIS "SUNW Solaris" macro
42 .string ELF_NOTE_SOLARIS
40 .asciz ELF_NOTE_SOLARIS
115 printf("#define\tELF_NOTE_SOLARIS \"%s\"\n", ELF_NOTE_SOLARIS); in main()
347 if (nhdr->n_namesz == strlen(ELF_NOTE_SOLARIS) + 1 && in read_elf32()348 strcmp(namep, ELF_NOTE_SOLARIS) == 0 && in read_elf32()722 if (nhdr->n_namesz == strlen(ELF_NOTE_SOLARIS) + 1 && in read_elf64()723 strcmp(namep, ELF_NOTE_SOLARIS) == 0 && in read_elf64()