Home
last modified time | relevance | path

Searched refs:d_high_ord (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
Ddlltool.c1034 static int d_high_ord; /* Highest ordinal index. */ variable
2026 fprintf (f, "\t%s %d %s Number of functions\n", ASM_LONG, d_high_ord - d_low_ord + 1, ASM_C); in gen_exp_file()
2029 d_named_nfuncs, d_low_ord, d_high_ord); in gen_exp_file()
2031 show_allnames ? d_high_ord - d_low_ord + 1 : d_named_nfuncs, ASM_C); in gen_exp_file()
3872 d_high_ord = d_export_vec[d_nfuncs-1]->ordinal; in fill_ordinals()
DChangeLog-91972005 (d_low_ord, d_high_ord, d_named_funcs): New.