Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dobjcopy.c41 static bfd_vma pe_heap_commit = (bfd_vma) -1; variable
2764 if (pe_heap_commit != (bfd_vma) -1) in copy_object()
2765 pe->pe_opthdr.SizeOfHeapCommit = pe_heap_commit; in copy_object()
5806 pe_heap_commit = strtoul (end + 1, &end, 0); in copy_main()
H A DChangeLog-2009926 (pe_heap_commit): Likewise.
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c40 static bfd_vma pe_heap_commit = (bfd_vma) -1; variable
2863 if (pe_heap_commit != (bfd_vma) -1) in copy_object()
2864 pe->pe_opthdr.SizeOfHeapCommit = pe_heap_commit; in copy_object()
5924 pe_heap_commit = strtoul (end + 1, &end, 0); in copy_main()
H A DChangeLog-2009926 (pe_heap_commit): Likewise.