Home
last modified time | relevance | path

Searched refs:heap_commit (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Ddeffile.h75 int heap_reserve, heap_commit; member
H A Ddeffilep.y377 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 Ddeffilep.c2192 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 Dpe-dll.c1844 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 Ddeffile.h79 int heap_reserve, heap_commit; member
H A Ddeffilep.y388 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 Ddeffilep.c2234 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 Dpe-dll.c1874 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 Dpep.em1792 if (pep_def_file->heap_commit != -1)
1793 pep.SizeOfHeapCommit = pep_def_file->heap_commit;
H A Dpe.em1922 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 Dpep.em1948 if (pep_def_file->heap_commit != -1)
1949 pep.SizeOfHeapCommit = pep_def_file->heap_commit;
H A Dpe.em2064 if (pe_def_file->heap_commit != -1)
2065 pe.SizeOfHeapCommit = pe_def_file->heap_commit;