Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A Ddeffile.h74 int stack_reserve, stack_commit; member
H A Ddeffilep.y376 rv->stack_reserve = rv->stack_commit = -1; in def_file_empty()
515 if (fdef->stack_commit != -1) in def_file_print()
516 fprintf (file, " stack commit: 0x%08x\n", fdef->stack_commit); in def_file_print()
1082 def->stack_commit = commit; in def_stacksize()
H A Ddeffilep.c2191 rv->stack_reserve = rv->stack_commit = -1; in def_file_empty()
2330 if (fdef->stack_commit != -1) in def_file_print()
2331 fprintf (file, " stack commit: 0x%08x\n", fdef->stack_commit); in def_file_print()
2897 def->stack_commit = commit; in def_stacksize()
H A Dpe-dll.c1838 if (pe_def_file->stack_commit != -1) in pe_dll_generate_def_file()
1840 pe_def_file->stack_reserve, pe_def_file->stack_commit); in pe_dll_generate_def_file()
/netbsd-src/external/gpl3/binutils/dist/ld/
H A Ddeffile.h78 int stack_reserve, stack_commit; member
H A Ddeffilep.y387 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()
1180 def->stack_commit = commit; in def_stacksize()
H A Ddeffilep.c2233 rv->stack_reserve = rv->stack_commit = -1; in def_file_empty()
2370 if (fdef->stack_commit != -1) in def_file_print()
2371 fprintf (file, " stack commit: 0x%08x\n", fdef->stack_commit); in def_file_print()
3026 def->stack_commit = commit; in def_stacksize()
H A Dpe-dll.c1868 if (pe_def_file->stack_commit != -1) in pe_dll_generate_def_file()
1870 pe_def_file->stack_reserve, pe_def_file->stack_commit); in pe_dll_generate_def_file()
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dpep.em1785 if (pep_def_file->stack_commit != -1)
1786 pep.SizeOfStackCommit = pep_def_file->stack_commit;
H A Dpe.em1915 if (pe_def_file->stack_commit != -1)
1916 pe.SizeOfStackCommit = pe_def_file->stack_commit;
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dpep.em1941 if (pep_def_file->stack_commit != -1)
1942 pep.SizeOfStackCommit = pep_def_file->stack_commit;
H A Dpe.em2057 if (pe_def_file->stack_commit != -1)
2058 pe.SizeOfStackCommit = pe_def_file->stack_commit;