Home
last modified time | relevance | path

Searched refs:export_table (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ObjectFile/PECOFF/
DObjectFilePECOFF.cpp669 export_directory_entry export_table; in GetSymtab() local
678 export_table.characteristics = symtab_data.GetU32(&offset); in GetSymtab()
679 export_table.time_date_stamp = symtab_data.GetU32(&offset); in GetSymtab()
680 export_table.major_version = symtab_data.GetU16(&offset); in GetSymtab()
681 export_table.minor_version = symtab_data.GetU16(&offset); in GetSymtab()
682 export_table.name = symtab_data.GetU32(&offset); in GetSymtab()
683 export_table.base = symtab_data.GetU32(&offset); in GetSymtab()
684 export_table.number_of_functions = symtab_data.GetU32(&offset); in GetSymtab()
685 export_table.number_of_names = symtab_data.GetU32(&offset); in GetSymtab()
686 export_table.address_of_functions = symtab_data.GetU32(&offset); in GetSymtab()
[all …]
/external/llvm-project/lld/wasm/
DOptions.td157 def export_table: F<"export-table">,
/external/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp134 for (const auto Export : Module->export_table) { in getFunctionName()
1507 LOG(out << " export table size: " << Module->export_table.size() in translate()
1540 for (const auto Export : Module->export_table) { in translate()