Searched refs:nhdlrs (Results 1 – 1 of 1) sorted by relevance
1301 static int (*nhdlrs[NT_NUM + 1])(struct ps_prochandle *, size_t) = { variable2615 if (nhdr.n_type < ARRAY_SIZE(nhdlrs) &&2616 nhdlrs[nhdr.n_type] != NULL) {2617 if (nhdlrs[nhdr.n_type](P, nhdr.n_descsz) < 0) {