Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslcompile.c591 if (AslGbl_HexOutputFlag == HEX_OUTPUT_ASM) in AslCompilerSignon()
668 if (AslGbl_HexOutputFlag == HEX_OUTPUT_ASM) in AslCompilerFileHeader()
H A Daslhex.c206 case HEX_OUTPUT_ASM: in HxDoHexOutput()
H A Dasloptions.c832 AslGbl_HexOutputFlag = HEX_OUTPUT_ASM; in AslDoOptions()
H A Daslglobal.h344 #define HEX_OUTPUT_ASM 2 macro