HomeSort by relevance Sort by last modified time
    Searched full:export_table (Results 1 - 24 of 24) sorted by null

  /external/syslinux/efi/
wrapper.h 106 __uint64_t export_table; member in struct:extra_hdr::__anon37166
142 __uint64_t export_table; member in struct:extra_hdr_pe32p::__anon37167
  /external/v8/src/wasm/
wasm-code-specialization.cc 130 for (auto exp : module->export_table) {
module-decoder.cc 466 module->export_table.reserve(export_table_count);
471 module->export_table.push_back({
477 WasmExport* exp = &module->export_table.back();
523 if (ok() && origin_ != kAsmJsOrigin && module->export_table.size() > 1) {
524 std::vector<WasmExport> sorted_exports(module->export_table);
    [all...]
wasm-module.h 169 std::vector<WasmExport> export_table; // export table. member in struct:v8::internal::wasm::WasmModule
wasm-module.cc 530 for (auto exp : module_->export_table) {
    [all...]
  /external/llvm/lib/ObjectYAML/
COFFYAML.cpp 393 IO.mapOptional("ExportTable", PH.DataDirectories[COFF::EXPORT_TABLE]);
  /external/swiftshader/third_party/subzero/src/
WasmTranslator.cpp 134 for (const auto Export : Module->export_table) {
    [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 570 if (getDataDirectory(COFF::EXPORT_TABLE, DataEntry))
    [all...]
  /external/llvm/include/llvm/Support/
COFF.h 526 EXPORT_TABLE = 0,
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
COFF.h 531 EXPORT_TABLE = 0,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 531 EXPORT_TABLE = 0,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/BinaryFormat/
COFF.h 570 EXPORT_TABLE = 0,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/BinaryFormat/
COFF.h 570 EXPORT_TABLE = 0,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/BinaryFormat/
COFF.h 576 EXPORT_TABLE = 0,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/BinaryFormat/
COFF.h 576 EXPORT_TABLE = 0,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/BinaryFormat/
COFF.h 576 EXPORT_TABLE = 0,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/BinaryFormat/
COFF.h 576 EXPORT_TABLE = 0,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
COFF.h 531 EXPORT_TABLE = 0,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/BinaryFormat/
COFF.h 570 EXPORT_TABLE = 0,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/BinaryFormat/
COFF.h 570 EXPORT_TABLE = 0,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/BinaryFormat/
COFF.h 576 EXPORT_TABLE = 0,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/BinaryFormat/
COFF.h 576 EXPORT_TABLE = 0,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/BinaryFormat/
COFF.h 576 EXPORT_TABLE = 0,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/BinaryFormat/
COFF.h 576 EXPORT_TABLE = 0,

Completed in 812 milliseconds