Searched refs:heap_commit (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | deffile.h | 75 int heap_reserve, heap_commit; member
|
H A D | deffilep.y | 377 rv->heap_reserve = rv->heap_commit = -1; in def_file_empty() 519 if (fdef->heap_commit != -1) in def_file_print() 520 fprintf (file, " heap commit: 0x%08x\n", fdef->heap_commit); in def_file_print() 1089 def->heap_commit = commit; in def_heapsize()
|
H A D | deffilep.c | 2192 rv->heap_reserve = rv->heap_commit = -1; in def_file_empty() 2334 if (fdef->heap_commit != -1) in def_file_print() 2335 fprintf (file, " heap commit: 0x%08x\n", fdef->heap_commit); in def_file_print() 2904 def->heap_commit = commit; in def_heapsize()
|
H A D | pe-dll.c | 1844 if (pe_def_file->heap_commit != -1) in pe_dll_generate_def_file() 1846 pe_def_file->heap_reserve, pe_def_file->heap_commit); in pe_dll_generate_def_file()
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | deffile.h | 79 int heap_reserve, heap_commit; member
|
H A D | deffilep.y | 388 rv->heap_reserve = rv->heap_commit = -1; in def_file_empty() 528 if (fdef->heap_commit != -1) in def_file_print() 529 fprintf (file, " heap commit: 0x%08x\n", fdef->heap_commit); in def_file_print() 1187 def->heap_commit = commit; in def_heapsize()
|
H A D | deffilep.c | 2234 rv->heap_reserve = rv->heap_commit = -1; in def_file_empty() 2374 if (fdef->heap_commit != -1) in def_file_print() 2375 fprintf (file, " heap commit: 0x%08x\n", fdef->heap_commit); in def_file_print() 3033 def->heap_commit = commit; in def_heapsize()
|
H A D | pe-dll.c | 1874 if (pe_def_file->heap_commit != -1) in pe_dll_generate_def_file() 1876 pe_def_file->heap_reserve, pe_def_file->heap_commit); in pe_dll_generate_def_file()
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
H A D | pep.em | 1792 if (pep_def_file->heap_commit != -1) 1793 pep.SizeOfHeapCommit = pep_def_file->heap_commit;
|
H A D | pe.em | 1922 if (pe_def_file->heap_commit != -1) 1923 pe.SizeOfHeapCommit = pe_def_file->heap_commit;
|
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
H A D | pep.em | 1948 if (pep_def_file->heap_commit != -1) 1949 pep.SizeOfHeapCommit = pep_def_file->heap_commit;
|
H A D | pe.em | 2064 if (pe_def_file->heap_commit != -1) 2065 pe.SizeOfHeapCommit = pe_def_file->heap_commit;
|