Searched refs:stack_commit (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | deffile.h | 74 int stack_reserve, stack_commit; member
|
H A D | deffilep.y | 376 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 D | deffilep.c | 2191 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 D | pe-dll.c | 1838 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 D | deffile.h | 78 int stack_reserve, stack_commit; member
|
H A D | deffilep.y | 387 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 D | deffilep.c | 2233 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 D | pe-dll.c | 1868 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 D | pep.em | 1785 if (pep_def_file->stack_commit != -1) 1786 pep.SizeOfStackCommit = pep_def_file->stack_commit;
|
H A D | pe.em | 1915 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 D | pep.em | 1941 if (pep_def_file->stack_commit != -1) 1942 pep.SizeOfStackCommit = pep_def_file->stack_commit;
|
H A D | pe.em | 2057 if (pe_def_file->stack_commit != -1) 2058 pe.SizeOfStackCommit = pe_def_file->stack_commit;
|