Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c151 odp->od_strtabsz += (namesz + MSG_STR_START_SIZE); in input()
152 odp->od_strtabsz += (namesz + MSG_STR_END_SIZE); in input()
205 odp->od_strtabsz += strlen(ofile) + 2; in input()
350 data->d_size = odp->od_strtabsz; in output()
H A D_elfwrap.h81 size_t od_strtabsz; /* string table size */ member