OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:alloc_type_scope
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/gas/
ecoff.c
736
alloc_type_scope
, /* nested scopes linked list */
4805
ptr = alloc_counts[
alloc_type_scope
].free_list.f_scope;
4807
alloc_counts[
alloc_type_scope
].free_list.f_scope = ptr->free;
4810
int unallocated = alloc_counts[
alloc_type_scope
].unallocated;
4811
page_type *cur_page = alloc_counts[
alloc_type_scope
].cur_page;
4816
alloc_counts[
alloc_type_scope
].cur_page = cur_page = allocate_page ();
4817
alloc_counts[
alloc_type_scope
].total_pages++;
4821
alloc_counts[
alloc_type_scope
].unallocated = unallocated;
4830
alloc_counts[
alloc_type_scope
].total_alloc++;
4840
alloc_counts[
alloc_type_scope
].total_free++
735
alloc_type_scope
, \/* nested scopes linked list *\/
enumerator in enum:alloc_type
[
all
...]
/src/external/gpl3/binutils.old/dist/gas/
ecoff.c
736
alloc_type_scope
, /* nested scopes linked list */
4802
ptr = alloc_counts[
alloc_type_scope
].free_list.f_scope;
4804
alloc_counts[
alloc_type_scope
].free_list.f_scope = ptr->free;
4807
int unallocated = alloc_counts[
alloc_type_scope
].unallocated;
4808
page_type *cur_page = alloc_counts[
alloc_type_scope
].cur_page;
4813
alloc_counts[
alloc_type_scope
].cur_page = cur_page = allocate_page ();
4814
alloc_counts[
alloc_type_scope
].total_pages++;
4818
alloc_counts[
alloc_type_scope
].unallocated = unallocated;
4827
alloc_counts[
alloc_type_scope
].total_alloc++;
4837
alloc_counts[
alloc_type_scope
].total_free++
735
alloc_type_scope
, \/* nested scopes linked list *\/
enumerator in enum:alloc_type
[
all
...]
Completed in 47 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026