Searched refs:typeidx (Results 1 – 2 of 2) sorted by relevance
16213 dof_stridx_t typeidx; local16381 typeidx = probe->dofpr_nargv;16382 if (typeidx >= str_sec->dofs_size) {16386 typestr = strtab + typeidx;16388 if (typeidx >= str_sec->dofs_size) {16400 typeidx += typesz;16404 typeidx = probe->dofpr_xargv;16405 if (typeidx >= str_sec->dofs_size) {16409 typestr = strtab + typeidx;16418 if (typeidx >= str_sec->dofs_size) {[all …]
3065 int typeidx, nameidx, sizeidx; in userspace_cb() local3149 typeidx = us_field_index("type"); in userspace_cb()3150 if (typelen > cb->cb_width[typeidx]) in userspace_cb()3151 cb->cb_width[typeidx] = typelen; in userspace_cb()