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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-v850.c236 static hi16s_location * free_hi16s; variable
243 bfd_size_type amt = sizeof (* free_hi16s);
246 if (free_hi16s == NULL)
247 free_hi16s = bfd_zalloc (abfd, amt);
249 entry = free_hi16s;
250 free_hi16s = free_hi16s->next;
1583 free_hi16s = previous_hi16s;

Completed in 201 milliseconds