Lines Matching refs:ctf_size
449 if ((ctf_base = malloc (fp->ctf_size + increase)) == NULL) in upgrade_types_v1()
463 fp->ctf_size += increase; in upgrade_types_v1()
1394 fp->ctf_size = hp->cth_stroff + hp->cth_strlen; in ctf_bufopen_internal()
1397 (unsigned long) fp->ctf_size); in ctf_bufopen_internal()
1399 if (hp->cth_lbloff > fp->ctf_size || hp->cth_objtoff > fp->ctf_size in ctf_bufopen_internal()
1400 || hp->cth_funcoff > fp->ctf_size || hp->cth_objtidxoff > fp->ctf_size in ctf_bufopen_internal()
1401 || hp->cth_funcidxoff > fp->ctf_size || hp->cth_typeoff > fp->ctf_size in ctf_bufopen_internal()
1402 || hp->cth_stroff > fp->ctf_size) in ctf_bufopen_internal()
1438 if ((fp->ctf_base = malloc (fp->ctf_size)) == NULL) in ctf_bufopen_internal()
1448 dstlen = fp->ctf_size; in ctf_bufopen_internal()
1458 if ((size_t) dstlen != fp->ctf_size) in ctf_bufopen_internal()
1462 (unsigned long) fp->ctf_size); in ctf_bufopen_internal()
1469 if ((fp->ctf_base = malloc (fp->ctf_size)) == NULL) in ctf_bufopen_internal()
1476 fp->ctf_size); in ctf_bufopen_internal()