Lines Matching refs:ctf_size
477 if ((ctf_base = malloc (fp->ctf_size + increase)) == NULL) in upgrade_types_v1()
491 fp->ctf_size += increase; in upgrade_types_v1()
1437 fp->ctf_size = hp->cth_stroff + hp->cth_strlen; in ctf_bufopen_internal()
1440 (unsigned long) fp->ctf_size); in ctf_bufopen_internal()
1442 if (hp->cth_lbloff > fp->ctf_size || hp->cth_objtoff > fp->ctf_size in ctf_bufopen_internal()
1443 || hp->cth_funcoff > fp->ctf_size || hp->cth_objtidxoff > fp->ctf_size in ctf_bufopen_internal()
1444 || hp->cth_funcidxoff > fp->ctf_size || hp->cth_typeoff > fp->ctf_size in ctf_bufopen_internal()
1445 || hp->cth_stroff > fp->ctf_size) in ctf_bufopen_internal()
1518 if ((fp->ctf_base = malloc (fp->ctf_size)) == NULL) in ctf_bufopen_internal()
1528 dstlen = fp->ctf_size; in ctf_bufopen_internal()
1539 if ((size_t) dstlen != fp->ctf_size) in ctf_bufopen_internal()
1543 (unsigned long) dstlen, (unsigned long) fp->ctf_size); in ctf_bufopen_internal()
1550 if (_libctf_unlikely_ (ctfsect->cts_size < hdrsz + fp->ctf_size)) in ctf_bufopen_internal()
1555 (unsigned long) (hdrsz + fp->ctf_size)); in ctf_bufopen_internal()
1562 if ((fp->ctf_base = malloc (fp->ctf_size)) == NULL) in ctf_bufopen_internal()
1569 fp->ctf_size); in ctf_bufopen_internal()