/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | deffilep.y | 467 free (fdef->exports[i].its_name); in def_file_free() 476 free (fdef->imports[i].its_name); in def_file_free() 608 const char *in_name, const char *its_name, in cmp_export_elem() argument 617 if ((r = are_names_equal (its_name, e->its_name)) != 0) in cmp_export_elem() 631 const char *its_name, int ord, bool *is_ident) in find_export_in_list() argument 639 if ((e = cmp_export_elem (b, ex_name, in_name, its_name, ord)) <= 0) in find_export_in_list() 647 if ((e = cmp_export_elem (b + (max - 1), ex_name, in_name, its_name, ord)) > 0) in find_export_in_list() 659 e = cmp_export_elem (b + p, ex_name, in_name, its_name, ord); in find_export_in_list() 670 if ((e = cmp_export_elem (b + l, ex_name, in_name, its_name, ord)) > 0) in find_export_in_list() 682 const char *its_name, in def_file_add_export() argument [all …]
|
H A D | deffilep.c | 2313 free (fdef->exports[i].its_name); in def_file_free() 2322 free (fdef->imports[i].its_name); in def_file_free() 2454 const char *in_name, const char *its_name, in cmp_export_elem() argument 2463 if ((r = are_names_equal (its_name, e->its_name)) != 0) in cmp_export_elem() 2477 const char *its_name, int ord, bool *is_ident) in find_export_in_list() argument 2485 if ((e = cmp_export_elem (b, ex_name, in_name, its_name, ord)) <= 0) in find_export_in_list() 2493 if ((e = cmp_export_elem (b + (max - 1), ex_name, in_name, its_name, ord)) > 0) in find_export_in_list() 2505 e = cmp_export_elem (b + p, ex_name, in_name, its_name, ord); in find_export_in_list() 2516 if ((e = cmp_export_elem (b + l, ex_name, in_name, its_name, ord)) > 0) in find_export_in_list() 2528 const char *its_name, in def_file_add_export() argument [all …]
|
H A D | deffile.h | 37 char *its_name; /* optional export table name referred to. */ member 53 char *its_name; /* optional import table name referred to. */ member 127 const char *its_name);
|
H A D | pe-dll.c | 499 if (a->its_name) in pe_export_sort() 500 an = a->its_name; in pe_export_sort() 501 if (b->its_name) in pe_export_sort() 502 bn = b->its_name; in pe_export_sort() 577 key.name = key.its_name = (char *) n; in auto_export() 919 free (e[i].its_name); in process_def_file_and_drectve() 1135 if (pe_def_file->exports[i].its_name) in generate_edata() 1136 name_table_size += strlen (pe_def_file->exports[i].its_name) + 1; in generate_edata() 1295 if (pe_def_file->exports[s].its_name) in fill_edata() 1296 ename = pe_def_file->exports[s].its_name; in fill_edata() [all …]
|
H A D | ChangeLog-2009 | 223 * deffile.h (def_file_export): New member its_name. 225 (def_file_add_export): Add argument its_name. 227 * deffilep.y (def_exports): Add argument its_name. 234 the optional member its_name. 236 * pe-dll.c (pe_export_sort): Sort for its_name too. 239 (generate_edata): Take its_name in account.
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | deffilep.y | 457 free (fdef->exports[i].its_name); in def_file_free() 469 free (fdef->imports[i].its_name); in def_file_free() 599 const char *in_name, const char *its_name, in cmp_export_elem() argument 608 if ((r = are_names_equal (its_name, e->its_name)) != 0) in cmp_export_elem() 620 const char *its_name, int ord, int *is_ident) in find_export_in_list() argument 627 if ((e = cmp_export_elem (b, ex_name, in_name, its_name, ord)) <= 0) in find_export_in_list() 635 if ((e = cmp_export_elem (b + (max - 1), ex_name, in_name, its_name, ord)) > 0) in find_export_in_list() 647 e = cmp_export_elem (b + p, ex_name, in_name, its_name, ord); in find_export_in_list() 658 if ((e = cmp_export_elem (b + l, ex_name, in_name, its_name, ord)) > 0) in find_export_in_list() 670 const char *its_name, in def_file_add_export() argument [all …]
|
H A D | deffilep.c | 2272 free (fdef->exports[i].its_name); in def_file_free() 2284 free (fdef->imports[i].its_name); in def_file_free() 2414 const char *in_name, const char *its_name, in cmp_export_elem() argument 2423 if ((r = are_names_equal (its_name, e->its_name)) != 0) in cmp_export_elem() 2435 const char *its_name, int ord, int *is_ident) in find_export_in_list() argument 2442 if ((e = cmp_export_elem (b, ex_name, in_name, its_name, ord)) <= 0) in find_export_in_list() 2450 if ((e = cmp_export_elem (b + (max - 1), ex_name, in_name, its_name, ord)) > 0) in find_export_in_list() 2462 e = cmp_export_elem (b + p, ex_name, in_name, its_name, ord); in find_export_in_list() 2473 if ((e = cmp_export_elem (b + l, ex_name, in_name, its_name, ord)) > 0) in find_export_in_list() 2485 const char *its_name, in def_file_add_export() argument [all …]
|
H A D | deffile.h | 37 char *its_name; /* optional export table name referred to. */ member 53 char *its_name; /* optional import table name referred to. */ member 117 const char *its_name);
|
H A D | pe-dll.c | 488 if (a->its_name) in pe_export_sort() 489 an = a->its_name; in pe_export_sort() 490 if (b->its_name) in pe_export_sort() 491 bn = b->its_name; in pe_export_sort() 566 key.name = key.its_name = (char *) n; in auto_export() 898 free (e[i].its_name); in process_def_file_and_drectve() 1113 if (pe_def_file->exports[i].its_name) in generate_edata() 1114 name_table_size += strlen (pe_def_file->exports[i].its_name) + 1; in generate_edata() 1270 if (pe_def_file->exports[s].its_name) in fill_edata() 1271 ename = pe_def_file->exports[s].its_name; in fill_edata() [all …]
|
H A D | ChangeLog-2009 | 223 * deffile.h (def_file_export): New member its_name. 225 (def_file_add_export): Add argument its_name. 227 * deffilep.y (def_exports): Add argument its_name. 234 the optional member its_name. 236 * pe-dll.c (pe_export_sort): Sort for its_name too. 239 (generate_edata): Take its_name in account.
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | dlltool.c | 331 char * its_name; /* Optional import table symbol name. */ member 734 const char *its_name; member 1003 const char *its_name) in def_exports() argument 1009 p->its_name = its_name; in def_exports() 1133 const char *its_name) in append_import() argument 1147 q->functail->its_name = (its_name ? xstrdup (its_name) : NULL); in append_import() 1161 q->functail->its_name = (its_name ? xstrdup (its_name) : NULL); in append_import() 1200 const char *entry, int ord_val, const char *its_name) in def_import() argument 1218 append_import (application_name, module, ord_val, its_name); in def_import() 1695 exp->its_name ? " ==" : "", in dump_def_info() [all …]
|
H A D | ChangeLog-2009 | 212 * dlltool.c (ifunct): New member its_name. 214 (append_import): Add its_name argument. 220 (generate_idata_ofile): Use its_name member. 222 (nfunc): Take its_name in account on sort. 223 * dlltool.h (def_exports): Add its_name as argument.
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | dlltool.c | 331 char * its_name; /* Optional import table symbol name. */ member 783 const char *its_name; member 1055 const char *its_name) in def_exports() argument 1061 p->its_name = its_name; in def_exports() 1185 const char *its_name) in append_import() argument 1199 q->functail->its_name = (its_name ? xstrdup (its_name) : NULL); in append_import() 1213 q->functail->its_name = (its_name ? xstrdup (its_name) : NULL); in append_import() 1252 const char *entry, int ord_val, const char *its_name) in def_import() argument 1270 append_import (application_name, module, ord_val, its_name); in def_import() 1748 exp->its_name ? " ==" : "", in dump_def_info() [all …]
|
H A D | ChangeLog-2009 | 212 * dlltool.c (ifunct): New member its_name. 214 (append_import): Add its_name argument. 220 (generate_idata_ofile): Use its_name member. 222 (nfunc): Take its_name in account on sort. 223 * dlltool.h (def_exports): Add its_name as argument.
|
/netbsd-src/external/gpl3/binutils.old/dist/binutils/doc/ |
H A D | binutils.texi | 4820 …1} @code{=} @var{module-name} @code{.} @var{external-name} @code{) ) [ == } @var{its_name} @code{]} 4825 If @var{its_name} is specified, this name is used as string in export table. 4831 …@code{= ]} @var{module-name} @code{.} @var{external-name} @code{) [ == ) @var{its_name} @code{]} *} 4837 If @var{its_name} is specified, this name is used as string in import table.
|
/netbsd-src/external/gpl3/binutils/dist/binutils/doc/ |
H A D | binutils.texi | 4909 …1} @code{=} @var{module-name} @code{.} @var{external-name} @code{) ) [ == } @var{its_name} @code{]} 4914 If @var{its_name} is specified, this name is used as string in export table. 4920 …@code{= ]} @var{module-name} @code{.} @var{external-name} @code{) [ == ) @var{its_name} @code{]} *} 4926 If @var{its_name} is specified, this name is used as string in import table.
|