Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dexec.h189 extern short elfmagic;
/titanic_41/usr/src/tools/scripts/
H A Dwsdiff.py447 elfmagic = '\177ELF' variable
454 magic = fd.read(len(elfmagic))
457 if magic == elfmagic :
/titanic_41/usr/src/uts/common/conf/
H A Dparam.c328 short elfmagic = 0x7f45; variable
/titanic_41/usr/src/uts/common/os/
H A Dbrand.c865 env.ex_magic = elfmagic; in brand_solaris_elfexec()
/titanic_41/usr/src/uts/common/exec/elf/
H A Delf.c653 bigwad->exenv.ex_magic = elfmagic; in elfexec()
914 bigwad->exenv.ex_magic = elfmagic; in elfexec()