Home
last modified time | relevance | path

Searched refs:ELF_NOTE_SOLARIS (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Delf_notes.h36 #define ELF_NOTE_SOLARIS "SUNW Solaris" macro
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dnotes.S42 .string ELF_NOTE_SOLARIS
/illumos-gate/usr/src/uts/sun4/conf/
H A Dgenalign.S40 .asciz ELF_NOTE_SOLARIS
/illumos-gate/usr/src/uts/sun4/ml/
H A Dgenconst.c115 printf("#define\tELF_NOTE_SOLARIS \"%s\"\n", ELF_NOTE_SOLARIS); in main()
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c347 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()