Searched refs:hexType (Results 1 – 1 of 1) sorted by relevance
116 int8_t hexType; /* HEX_0X or HEX_0h */ member232 static int32_t hexType = HEX_0X; variable241 hexType = assemblyHeader[idx].hexType; /* set the hex type */ in checkAssemblyHeaderName()501 if(hexType==HEX_0X) { in write32()504 } else if(hexType==HEX_0H) { in write32()522 if(hexType==HEX_0H) { in write32()