Home
last modified time | relevance | path

Searched refs:HCB_MAGIC_NUM (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dopcode.h16 constexpr uint32_t HCB_MAGIC_NUM = 0xA00AA00A; variable
H A Dbytecode_gen.cpp175 .magicNumber = HCB_MAGIC_NUM, in ByteCodeWrite()
H A Ddecompile.cpp53 if (header.magicNumber != HCB_MAGIC_NUM) { in VerifyDecompileFile()