Searched refs:stack_commit (Results 1 – 5 of 5) sorted by relevance
74 int stack_reserve, stack_commit; member
375 rv->stack_reserve = rv->stack_commit = -1; in def_file_empty()524 if (fdef->stack_commit != -1) in def_file_print()525 fprintf (file, " stack commit: 0x%08x\n", fdef->stack_commit); in def_file_print()1016 def->stack_commit = commit; in def_stacksize()
1645 if (pe_def_file->stack_commit != -1) in pe_dll_generate_def_file()1647 pe_def_file->stack_reserve, pe_def_file->stack_commit); in pe_dll_generate_def_file()
1802 if (pep_def_file->stack_commit != -1)1803 pep.SizeOfStackCommit = pep_def_file->stack_commit;
1969 if (pe_def_file->stack_commit != -1)1970 pe.SizeOfStackCommit = pe_def_file->stack_commit;