Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c539 if (AslGbl_HexOutputFlag == HEX_OUTPUT_ASM) in AslCompilerSignon()
616 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.h330 #define HEX_OUTPUT_ASM 2 macro