Searched refs:d_low_ord (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.25/binutils/ |
D | dlltool.c | 1033 static int d_low_ord; /* Lowest ordinal index. */ variable 2023 fprintf (f, "\t%s %d %s Starting ordinal of exports\n", ASM_LONG, d_low_ord, ASM_C); in gen_exp_file() 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() 2045 i = d_low_ord; in gen_exp_file() 2089 fprintf (f, "\t%s %d\n", ASM_SHORT, exp->ordinal - d_low_ord); in gen_exp_file() 3870 d_low_ord = d_export_vec[0]->ordinal; in fill_ordinals()
|
D | ChangeLog-9197 | 2005 (d_low_ord, d_high_ord, d_named_funcs): New.
|