typeid
addtype(struct typetable *types, enum typeid type)
enum typeid *const oldtable = types->table;
enum typeid *newtable;
if ((newtable = malloc(newsize * sizeof(enum typeid))) == NULL)
bcopy(oldtable, newtable, oldsize * sizeof(enum typeid));
newtable = reallocarray(oldtable, newsize, sizeof(enum typeid));
enum typeid *table; /* table of types */
enum typeid stattable[STATIC_ARG_TBL_SIZE];
db_ctf_typeid_to_type(db_ctf_sym_data_t sd, uint32_t typeid)
if (cur_typeid == typeid) {
uint32_t objtoff, typeid;
typeid = *(
return (db_ctf_typeid_to_type(sd, typeid));
uint32_t typeid);