Home
last modified time | relevance | path

Searched refs:IMPORT_TABLE (Results 1 – 4 of 4) sorted by relevance

/external/v8/test/unittests/wasm/
Dmodule-decoder-unittest.cc883 SECTION(IMPORT_TABLE, 1), 0}; in TEST_F()
888 static const byte data[] = {SECTION(IMPORT_TABLE, 1), 0}; in TEST_F()
894 SECTION(IMPORT_TABLE, 6), 1, // sig table in TEST_F()
905 SECTION(IMPORT_TABLE, 6), 1, // -- in TEST_F()
917 SECTION(IMPORT_TABLE, 6), in TEST_F()
932 SECTION(IMPORT_TABLE, 6), in TEST_F()
946 SECTION(IMPORT_TABLE, 6), in TEST_F()
/external/llvm/include/llvm/Support/
DCOFF.h528 IMPORT_TABLE, enumerator
/external/llvm/lib/Object/
DCOFFYAML.cpp394 IO.mapOptional("ImportTable", PH.DataDirectories[COFF::IMPORT_TABLE]); in mapping()
DCOFFObjectFile.cpp471 if (getDataDirectory(COFF::IMPORT_TABLE, DataEntry)) in initImportTablePtr()