HomeSort by: relevance | last modified time | path
    Searched defs:import_name_type (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
peicode.h 811 unsigned int import_name_type;
819 import_name_type = (types & 0x1c) >> 2;
835 switch (import_name_type)
857 abfd, import_name_type);
946 if (import_name_type == IMPORT_ORDINAL)
983 if (import_name_type != IMPORT_NAME
984 && import_name_type != IMPORT_NAME_EXPORTAS)
996 if (import_name_type == IMPORT_NAME_UNDECORATE)
1012 if (import_name_type != IMPORT_ORDINAL)
809 unsigned int import_name_type; local
  /src/external/gpl3/binutils.old/dist/bfd/
peicode.h 806 unsigned int import_name_type;
814 import_name_type = (types & 0x1c) >> 2;
830 switch (import_name_type)
852 abfd, import_name_type);
941 if (import_name_type == IMPORT_ORDINAL)
978 if (import_name_type != IMPORT_NAME
979 && import_name_type != IMPORT_NAME_EXPORTAS)
991 if (import_name_type == IMPORT_NAME_UNDECORATE)
1007 if (import_name_type != IMPORT_ORDINAL)
804 unsigned int import_name_type; local
  /src/external/gpl3/gdb/dist/bfd/
peicode.h 806 unsigned int import_name_type;
814 import_name_type = (types & 0x1c) >> 2;
836 switch (import_name_type)
858 abfd, import_name_type);
947 if (import_name_type == IMPORT_ORDINAL)
984 if (import_name_type != IMPORT_NAME
985 && import_name_type != IMPORT_NAME_EXPORTAS)
997 if (import_name_type == IMPORT_NAME_UNDECORATE)
1013 if (import_name_type != IMPORT_ORDINAL)
804 unsigned int import_name_type; local
  /src/external/gpl3/gdb.old/dist/bfd/
peicode.h 803 unsigned int import_name_type;
811 import_name_type = (types & 0x1c) >> 2;
833 switch (import_name_type)
844 abfd, import_name_type);
933 if (import_name_type == IMPORT_ORDINAL)
969 if (import_name_type != IMPORT_NAME)
981 if (import_name_type == IMPORT_NAME_UNDECORATE)
997 if (import_name_type != IMPORT_ORDINAL)
801 unsigned int import_name_type; local

Completed in 25 milliseconds