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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 523 size_t alloc_ext_size = amt; local
525 || !_bfd_mmap_read_temporary (&extsym_buf, &alloc_ext_size,
617 _bfd_munmap_temporary (alloc_ext, alloc_ext_size);
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 455 size_t alloc_ext_size = amt; local
457 || !_bfd_mmap_read_temporary (&extsym_buf, &alloc_ext_size,
549 _bfd_munmap_temporary (alloc_ext, alloc_ext_size);
  /src/external/gpl3/gdb/dist/bfd/
elf.c 455 size_t alloc_ext_size = amt; local
457 || !_bfd_mmap_read_temporary (&extsym_buf, &alloc_ext_size,
522 _bfd_munmap_temporary (alloc_ext, alloc_ext_size);
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 462 size_t alloc_ext_size = amt; local
464 || !_bfd_mmap_read_temporary (&extsym_buf, &alloc_ext_size,
529 _bfd_munmap_readonly_temporary (alloc_ext, alloc_ext_size);

Completed in 59 milliseconds