Lines Matching refs:ElfSecName
27 uint32_t stackmapSize = des.GetSecSize(ElfSecName::LLVM_STACKMAP); in CollectStackMapDes()
29 uint64_t addr = des.GetSecAddr(ElfSecName::LLVM_STACKMAP); in CollectStackMapDes()
33 uint64_t textAddr = des.GetSecAddr(ElfSecName::TEXT); in CollectStackMapDes()
42 des.EraseSec(ElfSecName::LLVM_STACKMAP); in CollectStackMapDes()
51 uint32_t stackmapSize = des.GetSecSize(ElfSecName::LLVM_STACKMAP); in CollectAnStackMapDes()
53 uint64_t addr = des.GetSecAddr(ElfSecName::LLVM_STACKMAP); in CollectAnStackMapDes()
57 uint64_t textAddr = des.GetSecAddr(ElfSecName::TEXT); in CollectAnStackMapDes()
64 des.EraseSec(ElfSecName::LLVM_STACKMAP); in CollectAnStackMapDes()
79 auto codeBuff = assembler_->GetSectionAddr(ElfSecName::TEXT); in CollectFuncEntryInfo()
93 funcSize = codeBuff + assembler_->GetSectionSize(ElfSecName::TEXT) - entrys[j]; in CollectFuncEntryInfo()
168 ElfSecName sec = curSec.GetElfEnumValue(); in CollectModuleSectionDes()
187 ElfSecName sec = curSec.GetElfEnumValue(); in CollectAnModuleSectionDes()
196 uint32_t Module::GetSectionSize(ElfSecName sec) const in GetSectionSize()
201 uintptr_t Module::GetSectionAddr(ElfSecName sec) const in GetSectionAddr()
275 uint64_t textAddr = module->GetSectionAddr(ElfSecName::TEXT); in RollbackTextSize()
276 uint32_t textSize = module->GetSectionSize(ElfSecName::TEXT); in RollbackTextSize()