Searched refs:IMPORT_TABLE (Results 1 – 4 of 4) sorted by relevance
/external/v8/test/unittests/wasm/ |
D | module-decoder-unittest.cc | 883 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/ |
D | COFF.h | 528 IMPORT_TABLE, enumerator
|
/external/llvm/lib/Object/ |
D | COFFYAML.cpp | 394 IO.mapOptional("ImportTable", PH.DataDirectories[COFF::IMPORT_TABLE]); in mapping()
|
D | COFFObjectFile.cpp | 471 if (getDataDirectory(COFF::IMPORT_TABLE, DataEntry)) in initImportTablePtr()
|