Home
last modified time | relevance | path

Searched refs:stack_commit (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/binutils/ld/
HDdeffile.h66 int stack_reserve, stack_commit; member
HDdeffilep.y275 rv->stack_reserve = rv->stack_commit = -1; in def_file_empty()
401 if (def->stack_commit != -1) in def_file_print()
402 fprintf (file, " stack commit: 0x%08x\n", def->stack_commit); in def_file_print()
700 def->stack_commit = commit; in def_stacksize()
HDpe-dll.c1461 if (pe_def_file->stack_commit != -1) in pe_dll_generate_def_file()
1463 pe_def_file->stack_reserve, pe_def_file->stack_commit); in pe_dll_generate_def_file()
/NextBSD/contrib/binutils/ld/emultempl/
HDpep.em1282 if (pep_def_file->stack_commit != -1)
1283 pep.SizeOfStackCommit = pep_def_file->stack_commit;
HDpe.em1447 if (pe_def_file->stack_commit != -1)
1448 pe.SizeOfStackCommit = pe_def_file->stack_commit;