Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c598 if (AslGbl_HexOutputFlag == HEX_OUTPUT_ASM) in AslCompilerSignon()
675 if (AslGbl_HexOutputFlag == HEX_OUTPUT_ASM) in AslCompilerFileHeader()
H A Daslhex.c206 case HEX_OUTPUT_ASM: in HxDoHexOutput()
H A Dasloptions.c861 AslGbl_HexOutputFlag = HEX_OUTPUT_ASM; in AslDoOptions()
H A Daslglobal.h345 #define HEX_OUTPUT_ASM 2 macro