HomeSort by: relevance | last modified time | path
    Searched defs:alloc_type_thead (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 742 alloc_type_thead, /* head of type hash list */
5051 ptr = alloc_counts[alloc_type_thead].free_list.f_thead;
5053 alloc_counts[alloc_type_thead].free_list.f_thead = ptr->free;
5056 int unallocated = alloc_counts[alloc_type_thead].unallocated;
5057 page_type *cur_page = alloc_counts[alloc_type_thead].cur_page;
5062 alloc_counts[alloc_type_thead].cur_page = cur_page = allocate_page ();
5063 alloc_counts[alloc_type_thead].total_pages++;
5067 alloc_counts[alloc_type_thead].unallocated = unallocated;
5076 alloc_counts[alloc_type_thead].total_alloc++;
5086 alloc_counts[alloc_type_thead].total_free++
741 alloc_type_thead, \/* head of type hash list *\/ enumerator in enum:alloc_type
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 742 alloc_type_thead, /* head of type hash list */
5048 ptr = alloc_counts[alloc_type_thead].free_list.f_thead;
5050 alloc_counts[alloc_type_thead].free_list.f_thead = ptr->free;
5053 int unallocated = alloc_counts[alloc_type_thead].unallocated;
5054 page_type *cur_page = alloc_counts[alloc_type_thead].cur_page;
5059 alloc_counts[alloc_type_thead].cur_page = cur_page = allocate_page ();
5060 alloc_counts[alloc_type_thead].total_pages++;
5064 alloc_counts[alloc_type_thead].unallocated = unallocated;
5073 alloc_counts[alloc_type_thead].total_alloc++;
5083 alloc_counts[alloc_type_thead].total_free++
741 alloc_type_thead, \/* head of type hash list *\/ enumerator in enum:alloc_type
    [all...]

Completed in 18 milliseconds