Searched refs:funcSize (Results 1 – 1 of 1) sorted by relevance
89 uint32_t funcSize = 0; in CollectFuncEntryInfo() local91 funcSize = entrys[j + 1] - entrys[j]; in CollectFuncEntryInfo()93 funcSize = codeBuff + assembler_->GetSectionSize(ElfSecName::TEXT) - entrys[j]; in CollectFuncEntryInfo()97 funcSize, info); in CollectFuncEntryInfo()143 uint32_t funcSize; in CollectFuncEntryInfo() local146 funcSize = std::get<0>(funcInfo[i + 1]) - funcEntry; in CollectFuncEntryInfo()148 funcSize = textAddr + textSize - funcEntry; in CollectFuncEntryInfo()154 offset, moduleIndex, delta, funcSize, calleeSaveRegisters[i]); in CollectFuncEntryInfo()