HomeSort by: relevance | last modified time | path
    Searched defs:pe_heap_commit (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 42 static bfd_vma pe_heap_commit = (bfd_vma) -1;
2871 if (pe_heap_commit != (bfd_vma) -1)
2872 pe->pe_opthdr.SizeOfHeapCommit = pe_heap_commit;
6064 pe_heap_commit = strtoul (end + 1, &end, 0);
41 static bfd_vma pe_heap_commit = (bfd_vma) -1; variable
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 43 static bfd_vma pe_heap_commit = (bfd_vma) -1;
2866 if (pe_heap_commit != (bfd_vma) -1)
2867 pe->pe_opthdr.SizeOfHeapCommit = pe_heap_commit;
6062 pe_heap_commit = strtoul (end + 1, &end, 0);
42 static bfd_vma pe_heap_commit = (bfd_vma) -1; variable

Completed in 31 milliseconds