Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dexec.h189 extern short elfmagic;
/titanic_50/usr/src/tools/scripts/
H A Dwsdiff.py443 elfmagic = b'\177ELF' variable
447 magic = fd.read(len(elfmagic))
449 if magic == elfmagic :
/titanic_50/usr/src/uts/common/conf/
H A Dparam.c328 short elfmagic = 0x7f45; variable
/titanic_50/usr/src/uts/common/os/
H A Dbrand.c865 env.ex_magic = elfmagic; in brand_solaris_elfexec()
/titanic_50/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()