Searched refs:import_list (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddlltool.c343 static iheadtype *import_list = NULL; variable
1034 import_list. It is used by def_import. */
1042 for (pq = &import_list; *pq != NULL; pq = &(*pq)->next)
1689 if (import_list == NULL)
1698 for (headptr = import_list; headptr != NULL; headptr = headptr->next)
1720 for (headptr = import_list; headptr != NULL; headptr = headptr->next)
1741 for (headptr = import_list; headptr != NULL; headptr = headptr->next)
1762 for (headptr = import_list; headptr != NULL; headptr = headptr->next)
1780 for (headptr = import_list; headptr != NULL; headptr = headptr->next)
/macosx-10.10/swig-12/Source/Modules/
H A Dmodula3.cxx3924 List *import_list = Split(imports, ',', INT_MAX); local
3927 if (import_list != NIL) {
3928 for (Iterator imp = First(import_list); imp.item != NIL; imp = Next(imp)) {
3942 Delete(import_list);
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm5176 use MODULE qw(import_list);
5188 eval 'use MODULE qw(import_list)'; die if $@;

Completed in 120 milliseconds