Home
last modified time | relevance | path

Searched defs:export_name_offset (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
H A Dmodule_data_accessor-inl.h47 auto export_name_offset = static_cast<uint32_t>(panda_file::helpers::Read<sizeof(uint32_t)>(&sp)); in EnumerateModuleRecord() local
53 auto export_name_offset = static_cast<uint32_t>(panda_file::helpers::Read<sizeof(uint32_t)>(&sp)); in EnumerateModuleRecord() local
/arkcompiler/runtime_core/abc2program/
H A Dabc_module_array_processor.cpp126 FillLocalExportEntry(std::vector<panda::pandasm::LiteralArray::Literal> &literal_vec, uint32_t export_name_offset, uint32_t &local_name_offset) FillLocalExportEntry() argument
141 FillIndirectExportEntry(std::vector<panda::pandasm::LiteralArray::Literal> &literal_vec, uint32_t export_name_offset, uint32_t request_module_idx, uint32_t import_name_offset) FillIndirectExportEntry() argument

Completed in 1 milliseconds