Home
last modified time | relevance | path

Searched refs:HEX_OUTPUT_ASM (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslcompile.c542 if (Gbl_HexOutputFlag == HEX_OUTPUT_ASM) in AslCompilerSignon()
619 if (Gbl_HexOutputFlag == HEX_OUTPUT_ASM) in AslCompilerFileHeader()
H A Daslhex.c206 case HEX_OUTPUT_ASM: in HxDoHexOutput()
H A Dasloptions.c832 Gbl_HexOutputFlag = HEX_OUTPUT_ASM; in AslDoOptions()
H A Daslglobal.h331 #define HEX_OUTPUT_ASM 2 macro