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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 739 alloc_type_thash, /* type hash element */
4928 int unallocated = alloc_counts[alloc_type_thash].unallocated;
4929 page_type *cur_page = alloc_counts[alloc_type_thash].cur_page;
4934 alloc_counts[alloc_type_thash].cur_page = cur_page = allocate_page ();
4935 alloc_counts[alloc_type_thash].total_pages++;
4939 alloc_counts[alloc_type_thash].unallocated = unallocated;
4947 alloc_counts[alloc_type_thash].total_alloc++;
738 alloc_type_thash, \/* type hash element *\/ enumerator in enum:alloc_type
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 739 alloc_type_thash, /* type hash element */
4925 int unallocated = alloc_counts[alloc_type_thash].unallocated;
4926 page_type *cur_page = alloc_counts[alloc_type_thash].cur_page;
4931 alloc_counts[alloc_type_thash].cur_page = cur_page = allocate_page ();
4932 alloc_counts[alloc_type_thash].total_pages++;
4936 alloc_counts[alloc_type_thash].unallocated = unallocated;
4944 alloc_counts[alloc_type_thash].total_alloc++;
738 alloc_type_thash, \/* type hash element *\/ enumerator in enum:alloc_type

Completed in 33 milliseconds