tbuf = (ctf_type_v1_t *) (fp->ctf_buf + cth->cth_typeoff);
tend = (ctf_type_v1_t *) (fp->ctf_buf + cth->cth_stroff);
- /* Much like init_types(), this is a two-pass process.
+ /* Much like init_static_types(), this is a two-pass process.
First, figure out the new type-section size needed. (It is possible,
in theory, for it to be less than the old size, but this is very
/* Verify that the entire region was converted. If not, we are either
converting too much, or too little (leading to a buffer overrun either here
- or at read time, in init_types().) */
+ or at read time, in init_static_types().) */
assert ((size_t) t2p - (size_t) fp->ctf_buf == cth->cth_stroff);