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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-auto-load-chaining.c 31 allocate_page (void) function
54 region_1 = allocate_page ();
55 region_2 = allocate_page ();
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-auto-load-chaining.c 31 allocate_page (void) function
54 region_1 = allocate_page ();
55 region_2 = allocate_page ();
  /src/external/gpl3/binutils/dist/gas/
ecoff.c 1465 static page_type *allocate_page (void);
1536 new_links->datum = allocate_page ();
4771 allocate_page (void)
4816 alloc_counts[alloc_type_scope].cur_page = cur_page = allocate_page ();
4866 alloc_counts[alloc_type_vlinks].cur_page = cur_page = allocate_page ();
4900 alloc_counts[alloc_type_shash].cur_page = cur_page = allocate_page ();
4934 alloc_counts[alloc_type_thash].cur_page = cur_page = allocate_page ();
4973 alloc_counts[alloc_type_tag].cur_page = cur_page = allocate_page ();
5023 alloc_counts[alloc_type_forward].cur_page = cur_page = allocate_page ();
5062 alloc_counts[alloc_type_thead].cur_page = cur_page = allocate_page ();
4738 allocate_page (void) function
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/
ecoff.c 1465 static page_type *allocate_page (void);
1536 new_links->datum = allocate_page ();
4768 allocate_page (void)
4813 alloc_counts[alloc_type_scope].cur_page = cur_page = allocate_page ();
4863 alloc_counts[alloc_type_vlinks].cur_page = cur_page = allocate_page ();
4897 alloc_counts[alloc_type_shash].cur_page = cur_page = allocate_page ();
4931 alloc_counts[alloc_type_thash].cur_page = cur_page = allocate_page ();
4970 alloc_counts[alloc_type_tag].cur_page = cur_page = allocate_page ();
5020 alloc_counts[alloc_type_forward].cur_page = cur_page = allocate_page ();
5059 alloc_counts[alloc_type_thead].cur_page = cur_page = allocate_page ();
4735 allocate_page (void) function
    [all...]

Completed in 64 milliseconds