Home
last modified time | relevance | path

Searched refs:_DecodedInst (Results 1 – 9 of 9) sorted by relevance

/dports/devel/distorm/distorm-20121220-r230/include/
H A Ddistorm.h289 } _DecodedInst; typedef
442 …e codeOffset, const unsigned char* code, int codeLen, _DecodeType dt, _DecodedInst result[], unsig…
443 void distorm_format64(const _CodeInfo* ci, const _DInst* di, _DecodedInst* result);
455 …e codeOffset, const unsigned char* code, int codeLen, _DecodeType dt, _DecodedInst result[], unsig…
456 void distorm_format32(const _CodeInfo* ci, const _DInst* di, _DecodedInst* result);
/dports/devel/distorm/distorm-20121220-r230/src/
H A Ddistorm.c144 _DLLEXPORT_ void distorm_format64(const _CodeInfo* ci, const _DInst* di, _DecodedInst* result) in distorm_format64()
146 _DLLEXPORT_ void distorm_format32(const _CodeInfo* ci, const _DInst* di, _DecodedInst* result) in distorm_format64()
349 …e codeOffset, const unsigned char* code, int codeLen, _DecodeType dt, _DecodedInst result[], unsig… in distorm_decode64()
351 …e codeOffset, const unsigned char* code, int codeLen, _DecodeType dt, _DecodedInst result[], unsig… in distorm_decode64()
401 memcpy(&di, (char*)result + (i * sizeof(_DecodedInst)), sizeof(_DInst)); in distorm_decode64()
H A Ddecoder.c482 pdi = (_DInst*)((char*)result + nextPos * sizeof(_DecodedInst)); in decode_internal()
541 pdi = (_DInst*)((char*)result + nextPos * sizeof(_DecodedInst)); in decode_internal()
601 pdi = (_DInst*)((char*)result + nextPos * sizeof(_DecodedInst)); in decode_internal()
/dports/devel/distorm/distorm-20121220-r230/examples/tests/
H A Dmain.cpp20 _DecodedInst decodedInstructions[1000]; in main()
/dports/devel/distorm/distorm-20121220-r230/examples/java/
H A Djdistorm.c115 jobject CreateDecodedInstObj(JNIEnv* env, const _DecodedInst* inst) in CreateDecodedInstObj()
133 _DecodedInst* insts = NULL; in Java_diStorm3_distorm3_Decode()
147 insts = (_DecodedInst*)malloc(maxInstructions * sizeof(_DecodedInst)); in Java_diStorm3_distorm3_Decode()
273 _DecodedInst output = {0}; in Java_diStorm3_distorm3_Format()
/dports/devel/distorm/distorm-20121220-r230/examples/ddk/
H A Dmain.c31 _DecodedInst decodedInstructions[MAX_INSTRUCTIONS]; in DriverEntry()
/dports/devel/distorm/distorm-20121220-r230/examples/win32/
H A Dmain.cpp27 _DecodedInst decodedInstructions[MAX_INSTRUCTIONS]; in main()
/dports/devel/distorm/distorm-20121220-r230/examples/linux/
H A Dmain.c45 _DecodedInst decodedInstructions[MAX_INSTRUCTIONS]; in main()
/dports/devel/distorm/distorm-20121220-r230/python/distorm3/
H A D__init__.py96 class _DecodedInst (Structure): class
525 result = (_DecodedInst * MAX_INSTRUCTIONS)()