Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dexec.h195 extern short elfmagic;
/illumos-gate/usr/src/tools/scripts/
H A Dwsdiff.py489 elfmagic = b'\177ELF' variable
493 magic = fd.read(len(elfmagic))
495 if magic == elfmagic :
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c335 short elfmagic = 0x7f45; variable
/illumos-gate/usr/src/uts/common/os/
H A Dbrand.c866 env.ex_magic = elfmagic; in brand_solaris_elfexec()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c757 bigwad->exenv.ex_magic = elfmagic; in elfexec()
1034 bigwad->exenv.ex_magic = elfmagic; in elfexec()