Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/sources/libraries/dbg/
Ddbg_Argument.cpp85 const ArgInfoHeader* pHeader = reinterpret_cast<const ArgInfoHeader*>(pBuffer); in Setup() local
86 if ( pHeader->magic == NN_DBG_ARG_MAGIC_NUM_ARG ) in Setup()
89 …Argv = reinterpret_cast<const char*>( reinterpret_cast<const bit8*>(pHeader) + pHeader->argStart ); in Setup()
90 s_Argc = pHeader->argNum + 1; // +1 since includes self in Setup()
91 …rea = reinterpret_cast<const void*>( reinterpret_cast<const bit8*>(pHeader) + pHeader->binaryStart… in Setup()
92 s_BinaryAreaSize = pHeader->binarySize; in Setup()