Searched refs:roffs (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| H A D | dt_aggregate.c | 442 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 …]
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | roff.c | 369 static struct roffmac roffs[TOKEN_NONE] = { variable 1799 e = (*roffs[t].text)(r, t, buf, ln, pos, pos, offs); in roff_parseln() 1833 return (*roffs[t].sub)(r, t, buf, ln, ppos, pos, offs); in roff_parseln() 1879 return (*roffs[t].proc)(r, t, buf, ln, spos, pos, offs); in roff_parseln() 2222 return (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs); in roff_block_sub() 2285 irc |= t != TOKEN_NONE && (rr || roffs[t].flags & ROFFMAC_STRUCT) ? in roff_cond_sub() 2286 (*roffs[t].proc)(r, t, buf, ln, ppos, pos, offs) : in roff_cond_sub()
|
| /netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
| H A D | dwarf.c | 9533 unsigned long ul, roffs; in display_debug_frames() local 9569 READ_ULEB (roffs, start, block_end); in display_debug_frames() 9575 roffs * fc->data_factor); in display_debug_frames() 9579 fc->col_offset[opa] = roffs * fc->data_factor; in display_debug_frames() 9657 READ_ULEB (roffs, start, block_end); in display_debug_frames() 9663 roffs * fc->data_factor); in display_debug_frames() 9667 fc->col_offset[reg] = roffs * fc->data_factor; in display_debug_frames() 9673 READ_ULEB (roffs, start, block_end); in display_debug_frames() 9679 roffs * fc->data_factor); in display_debug_frames() 9683 fc->col_offset[reg] = roffs * fc->data_factor; in display_debug_frames() [all …]
|