Home
last modified time | relevance | path

Searched refs:roffs (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/mdocml/
HDroff.c213 static struct roffmac roffs[ROFF_MAX] = { variable
263 assert(roffs[i].name[0] >= ASCII_LO); in roffhash_init()
264 assert(roffs[i].name[0] <= ASCII_HI); in roffhash_init()
266 buc = ROFF_HASH(roffs[i].name); in roffhash_init()
271 n->next = &roffs[i]; in roffhash_init()
273 hash[buc] = &roffs[i]; in roffhash_init()
303 return((enum rofft)(n - roffs)); in roffhash_find()
626 assert(roffs[t].text); in roff_parseln()
627 e = (*roffs[t].text) in roff_parseln()
654 assert(roffs[t].sub); in roff_parseln()
[all …]
/trueos/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_aggregate.c442 size_t offs, roffs, size, ndx; local
519 roffs = rec->dtrd_offset;
525 (uint64_t *)&addr[roffs]);
531 (uint64_t *)&addr[roffs]);
536 dt_aggregate_sym(dtp, (uint64_t *)&addr[roffs]);
541 dt_aggregate_mod(dtp, (uint64_t *)&addr[roffs]);
549 hashval += addr[roffs + i];
566 roffs = rec->dtrd_offset;
569 if (addr[roffs + i] != data[roffs + i])
578 roffs = rec->dtrd_offset;
[all …]
/trueos/contrib/binutils/binutils/
HDdwarf.c3347 unsigned long ul, reg, roffs; in display_debug_frames() local
3371 roffs = LEB (); in display_debug_frames()
3374 opa, roffs * fc->data_factor); in display_debug_frames()
3376 fc->col_offset[opa] = roffs * fc->data_factor; in display_debug_frames()
3434 roffs = LEB (); in display_debug_frames()
3437 reg, roffs * fc->data_factor); in display_debug_frames()
3439 fc->col_offset[reg] = roffs * fc->data_factor; in display_debug_frames()
3444 roffs = LEB (); in display_debug_frames()
3447 reg, roffs * fc->data_factor); in display_debug_frames()
3449 fc->col_offset[reg] = roffs * fc->data_factor; in display_debug_frames()
[all …]