Searched refs:GetSectionSize (Results 1 – 4 of 4) sorted by relevance
88 size_t GetSectionSize(ElfSecName sec) const;145 uint32_t GetSectionSize(ElfSecName sec) const in GetSectionSize() function147 return static_cast<uint32_t>(codeInfo_.GetSectionSize(sec)); in GetSectionSize()
58 uint32_t GetSectionSize(ElfSecName sec) const;94 return assembler_->GetSectionSize(ElfSecName::TEXT); in GetTextSize()101 size += GetSectionSize(sec); in UpdateRODataInfo()
93 funcSize = codeBuff + assembler_->GetSectionSize(ElfSecName::TEXT) - entrys[j]; in CollectFuncEntryInfo()196 uint32_t Module::GetSectionSize(ElfSecName sec) const in GetSectionSize() function in panda::ecmascript::kungfu::Module198 return assembler_->GetSectionSize(sec); in GetSectionSize()276 uint32_t textSize = module->GetSectionSize(ElfSecName::TEXT); in RollbackTextSize()
205 size_t CodeInfo::GetSectionSize(ElfSecName sec) const in GetSectionSize() function in panda::ecmascript::kungfu::CodeInfo