Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/ld/
Ddeffile.h66 int stack_reserve, stack_commit; member
Ddeffilep.y276 rv->stack_reserve = rv->stack_commit = -1; in def_file_empty()
402 if (def->stack_commit != -1) in def_file_print()
403 fprintf (file, " stack commit: 0x%08x\n", def->stack_commit); in def_file_print()
684 def->stack_commit = commit; in def_stacksize()
Dpe-dll.c1336 if (pe_def_file->stack_commit != -1) in pe_dll_generate_def_file()
1338 pe_def_file->stack_reserve, pe_def_file->stack_commit); in pe_dll_generate_def_file()
/mirbsd/src/gnu/usr.bin/binutils/ld/emultempl/
Dpe.em1374 if (pe_def_file->stack_commit != -1)
1375 pe.SizeOfStackCommit = pe_def_file->stack_commit;