Home
last modified time | relevance | path

Searched refs:IMPORT_ORDINAL (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFImportDumper.cpp36 case COFF::IMPORT_ORDINAL: in dumpCOFFImportFile()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dpeicode.h819 case IMPORT_ORDINAL: in pe_ILF_build_a_bfd()
917 if (import_name_type == IMPORT_ORDINAL) in pe_ILF_build_a_bfd()
981 if (import_name_type != IMPORT_ORDINAL) in pe_ILF_build_a_bfd()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dpeicode.h833 case IMPORT_ORDINAL: in pe_ILF_build_a_bfd()
931 if (import_name_type == IMPORT_ORDINAL) in pe_ILF_build_a_bfd()
995 if (import_name_type != IMPORT_ORDINAL) in pe_ILF_build_a_bfd()
/netbsd-src/external/gpl3/binutils.old/dist/include/coff/
H A Dpe.h334 #define IMPORT_ORDINAL 0 macro
/netbsd-src/external/gpl3/binutils/dist/include/coff/
H A Dpe.h337 #define IMPORT_ORDINAL 0 macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DCOFF.h696 IMPORT_ORDINAL = 0, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DCOFFImportFile.cpp599 ? IMPORT_ORDINAL in writeImportLibrary()