Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/ld/
Ddeffile.h74 int stack_reserve, stack_commit; member
Ddeffilep.y375 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()
Dpe-dll.c1645 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()
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dpep.em1802 if (pep_def_file->stack_commit != -1)
1803 pep.SizeOfStackCommit = pep_def_file->stack_commit;
Dpe.em1969 if (pe_def_file->stack_commit != -1)
1970 pe.SizeOfStackCommit = pe_def_file->stack_commit;