Home
last modified time | relevance | path

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

/original-bsd/old/symorder/
H A Dsymorder.c44 int nsym, strtabsize, symfound, small; variable
117 if (fread((void *)&strtabsize, sizeof(int), 1, f) != 1 ||
118 strtabsize <= 0)
120 strings = malloc(strtabsize);
127 if (fread(strings, 1, strtabsize - sizeof(int), f) !=
128 strtabsize - sizeof(int))
140 newstrings = malloc(strtabsize);
156 strtabsize = t - newstrings + sizeof(int);
170 if (write(o, newstrings, strtabsize - sizeof(int)) !=
171 strtabsize - sizeof(int))
[all …]