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

/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddlltool.c3550 typedef struct fname_cache struct
3553 struct fname_cache * next;
3555 fname_cache; typedef in typeref:struct:fname_cache
3557 static fname_cache fnames;
3562 fname_cache * ptr;
3570 ptr->next = (fname_cache *) malloc (sizeof (fname_cache));
3582 fname_cache * ptr;

Completed in 116 milliseconds