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

  /src/external/gpl3/binutils/dist/binutils/
dlltool.c 971 static int d_high_ord; /* Highest ordinal index. */ variable
1978 ASM_LONG, d_high_ord - d_low_ord + 1, ASM_C);
1980 ASM_C, d_named_nfuncs, d_low_ord, d_high_ord);
1982 show_allnames ? d_high_ord - d_low_ord + 1 : d_named_nfuncs,
3665 d_high_ord = d_export_vec[d_nfuncs-1]->ordinal;
  /src/external/gpl3/binutils.old/dist/binutils/
dlltool.c 971 static int d_high_ord; /* Highest ordinal index. */ variable
1977 ASM_LONG, d_high_ord - d_low_ord + 1, ASM_C);
1979 ASM_C, d_named_nfuncs, d_low_ord, d_high_ord);
1981 show_allnames ? d_high_ord - d_low_ord + 1 : d_named_nfuncs,
3664 d_high_ord = d_export_vec[d_nfuncs-1]->ordinal;

Completed in 33 milliseconds