Home
last modified time | relevance | path

Searched refs:sectionToFileOffset_ (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Delf_builder.h83 std::map<ElfSecName, uintptr_t> sectionToFileOffset_; variable
Delf_builder.cpp525 sectionToFileOffset_[secName] = static_cast<uintptr_t>(file.tellp()); in PackELFSections()