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

  /src/external/gpl3/binutils/usr.sbin/dbsym/
dbsym.c 366 u_int32_t osymtabsize, sh_offset; local
403 sh_offset = osymtabsize = *symtabsize;
439 osymtabsize = *symtabsize;
446 if (read(fd, *symtab + osymtabsize, SH_SIZE(i)) !=
450 bfd_put_64(abfd, osymtabsize,
453 bfd_put_32(abfd, osymtabsize,
  /src/external/gpl3/binutils.old/usr.sbin/dbsym/
dbsym.c 366 u_int32_t osymtabsize, sh_offset; local
403 sh_offset = osymtabsize = *symtabsize;
439 osymtabsize = *symtabsize;
446 if (read(fd, *symtab + osymtabsize, SH_SIZE(i)) !=
450 bfd_put_64(abfd, osymtabsize,
453 bfd_put_32(abfd, osymtabsize,

Completed in 22 milliseconds