Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_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 …]
/freebsd-12-stable/contrib/binutils/binutils/
Ddwarf.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 …]
/freebsd-12-stable/contrib/mandoc/
Droff.c376 static struct roffmac roffs[TOKEN_NONE] = { variable
1875 e = (*roffs[t].text)(r, t, buf, ln, pos, pos, offs); in roff_parseln()
1911 return (*roffs[t].sub)(r, t, buf, ln, ppos, pos, offs); in roff_parseln()
1958 return (*roffs[t].proc)(r, t, buf, ln, spos, pos, offs); in roff_parseln()
2321 return (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs); in roff_block_sub()
2435 (rr || roffs[t].flags & ROFFMAC_STRUCT)) in roff_cond_sub()
2436 irc |= (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs); in roff_cond_sub()