Lines Matching refs:odp
68 ObjDesc_t *odp) in input() argument
130 if (alist_append(&(odp->od_outsecs), &outsec, sizeof (OutSec_t), in input()
150 odp->od_symtabno += 3; in input()
151 odp->od_strtabsz += (namesz + MSG_STR_START_SIZE); in input()
152 odp->od_strtabsz += (namesz + MSG_STR_END_SIZE); in input()
153 odp->od_shstrtabsz += (namesz + MSG_STR_DOT_SIZE); in input()
162 if (ret || (odp->od_outsecs == NULL)) in input()
181 if (alist_append(&(odp->od_outsecs), &outsec, sizeof (OutSec_t), in input()
195 odp->od_symtabno++; in input()
196 odp->od_shstrtabsz += (strlen(outsec.os_name) + 1); in input()
204 odp->od_symtabno += 2; in input()
205 odp->od_strtabsz += strlen(ofile) + 2; in input()
206 odp->od_shstrtabsz++; in input()
216 ObjDesc_t *odp) in output() argument
287 for (ALIST_TRAVERSE(odp->od_outsecs, off, outsec)) { in output()
336 data->d_size = (odp->od_symtabno * tdesc.td_symsz); in output()
348 data->d_size = odp->od_shstrtabsz; in output()
350 data->d_size = odp->od_strtabsz; in output()
387 for (ALIST_TRAVERSE(odp->od_outsecs, off, outsec)) { in output()
455 glbsymtabent += alist_nitems(odp->od_outsecs); in output()
469 for (ALIST_TRAVERSE(odp->od_outsecs, off, outsec)) { in output()