Searched refs:CodeProtectionInfo (Results 1 – 3 of 3) sorted by relevance
51 return offsetof(CodeProtectionInfo, instructions) + in HandlerDataSize()57 bool IsDisjoint(const CodeProtectionInfo* a, const CodeProtectionInfo* b) { in IsDisjoint()67 void VerifyCodeRangeIsDisjoint(const CodeProtectionInfo* code_info) { in VerifyCodeRangeIsDisjoint()114 CodeProtectionInfo* CreateHandlerData( in CreateHandlerData()118 CodeProtectionInfo* data = in CreateHandlerData()119 reinterpret_cast<CodeProtectionInfo*>(malloc(alloc_size)); in CreateHandlerData()138 CodeProtectionInfo* data = CreateHandlerData( in RegisterHandlerData()218 CodeProtectionInfo* data = nullptr; in ReleaseHandlerData()
24 struct CodeProtectionInfo { struct50 CodeProtectionInfo* code_info; argument
49 const CodeProtectionInfo* data = gCodeObjects[i].code_info; in TryFindLandingPad()