Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c150 odp->od_strtabsz += (namesz + MSG_STR_START_SIZE); in input()
151 odp->od_strtabsz += (namesz + MSG_STR_END_SIZE); in input()
204 odp->od_strtabsz += strlen(ofile) + 2; in input()
349 data->d_size = odp->od_strtabsz; in output()
H A D_elfwrap.h79 size_t od_strtabsz; /* string table size */ member