Home
last modified time | relevance | path

Searched defs:secSize (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stackmap/
H A Dark_stackmap.h27 uint32_t secSize; member
H A Dark_stackmap_builder.cpp91 uint32_t secSize = AOTFileInfo.secHead.secSize; in GenerateArkStackMap() local
94 LOG_FULL(FATAL) << "new secSize:0x" << std::hex << secSize << " failed"; in GenerateArkStackMap() local
305 uint32_t secSize = 0; in GenArkCallsiteAOTFileInfo() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Dan_file_info.cpp135 uint32_t secSize = des.GetSecSize(ElfSecName::ARK_FUNCENTRY); in ParseFunctionEntrySection() local
H A Delf_reader.cpp74 uint32_t secSize = secShdr.sh_size; in ParseELFSections() local
118 uint32_t secSize = secShdr.sh_size; in ParseELFSections() local
201 uint32_t secSize = secShdr.sh_size; ParseELFSections() local
234 parser.ParseBuffer(reinterpret_cast<void *>(secAddr), secSize, secShdr.sh_offset); ParseELFSections() local
[all...]
H A Delf_builder.cpp486 uint32_t secSize = des_[idx].GetSecSize(ElfSecName::SYMTAB); in FixSymtab() local

Completed in 4 milliseconds