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

  /src/external/gpl3/binutils/dist/gas/
ecoff.c 900 thead_t *f_thead; /* tag head structure */
5051 ptr = alloc_counts[alloc_type_thead].free_list.f_thead;
5053 alloc_counts[alloc_type_thead].free_list.f_thead = ptr->free;
5089 ptr->free = alloc_counts[alloc_type_thead].free_list.f_thead;
5090 alloc_counts[alloc_type_thead].free_list.f_thead = ptr;
898 thead_t *f_thead; \/* tag head structure *\/ member in union:small_free
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 900 thead_t *f_thead; /* tag head structure */
5048 ptr = alloc_counts[alloc_type_thead].free_list.f_thead;
5050 alloc_counts[alloc_type_thead].free_list.f_thead = ptr->free;
5086 ptr->free = alloc_counts[alloc_type_thead].free_list.f_thead;
5087 alloc_counts[alloc_type_thead].free_list.f_thead = ptr;
898 thead_t *f_thead; \/* tag head structure *\/ member in union:small_free

Completed in 23 milliseconds