Searched refs:libsize (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dcoff-solib.c64 int libsize; local
72 libsize = bfd_section_size (exec_bfd, libsect);
74 lib = (unsigned char *) alloca (libsize);
76 bfd_get_section_contents (exec_bfd, libsect, lib, 0, libsize);
78 while (libsize > 0)
101 libsize -= len * 4;
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dperlhist_calculate.pl38 our $libsize = 0;
42 $libsize += (-s $_) / 1000;
47 $libsize = int $libsize;
49 return $libsize, $libnumber;

Completed in 190 milliseconds