Lines Matching refs:its_name

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
2501 its_name, ordinal, is_dup); in def_file_add_export()
2522 e->its_name = (its_name ? xstrdup (its_name) : NULL); in def_file_add_export()
2631 const char *its_name) in fill_in_import() argument
2642 i->its_name = (its_name ? xstrdup (its_name) : NULL); in fill_in_import()
2651 const char *its_name, in def_file_add_import() argument
2682 internal_name, its_name); in def_file_add_import()
2695 const char *its_name ATTRIBUTE_UNUSED) in def_file_add_import_from()
2741 const char *its_name) in def_file_add_import_at() argument
2746 internal_name, its_name); in def_file_add_import_at()
2973 const char *its_name) in def_exports() argument
2985 its_name, &is_dup); in def_exports()
3008 const char *its_name) in def_import() argument
3018 def_file_add_import (def, name, module, ordinal, internal_name, its_name, in def_import()