Searched refs:currentModulePtr (Results 1 – 1 of 1) sorted by relevance
134 const char *currentModulePtr = moduleRowPtrs_[moduleRowCounter_]; in GetNextModule() local135 moduleOut->ptr = ReadUintptrTBitMisaligned(¤tModulePtr[PANDA_FILE_POINTER_OFFSET]); in GetNextModule()136 moduleOut->checksum = ReadUint32TBitMisaligned(¤tModulePtr[PANDA_FILE_CHECKSUM_OFFSET]); in GetNextModule()137 size_t strSize = ReadUintptrTBitMisaligned(¤tModulePtr[PANDA_FILE_NAME_SIZE_OFFSET]); in GetNextModule()138 const char *strPtr = ¤tModulePtr[PANDA_FILE_NAME_OFFSET]; in GetNextModule()