Searched refs:KERNEL_FILE (Results 1 - 1 of 1) sorted by relevance

/xnu-2422.115.4/tools/
H A Dsymbolify.py69 KERNEL_FILE = None variable
78 KERNEL_FILE = sys.argv[1] variable
80 if( KERNEL_FILE is None ):
81 KERNEL_FILE = os.environ.get("SYMBOLIFY_KERNEL") variable
83 if( KERNEL_FILE is None ):
86 print "using kernel file '%s', slide 0x%x" % (KERNEL_FILE, SLIDE)
88 symbolify(KERNEL_FILE, sys.stdin, min_width=40)

Completed in 20 milliseconds