Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/binutils/
H A Ddwarf.c6226 unsigned long ul, reg, roffs; in display_debug_frames() local
6258 roffs = LEB (); in display_debug_frames()
6264 roffs * fc->data_factor); in display_debug_frames()
6268 fc->col_offset[opa] = roffs * fc->data_factor; in display_debug_frames()
6340 roffs = LEB (); in display_debug_frames()
6346 roffs * fc->data_factor); in display_debug_frames()
6356 roffs = LEB (); in display_debug_frames()
6362 roffs * fc->data_factor); in display_debug_frames()
6415 roffs = LEB (); in display_debug_frames()
6422 puts (regname (roffs, 0)); in display_debug_frames()
[all …]
/dragonfly/contrib/mdocml/
H A 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()
/dragonfly/contrib/binutils-2.34/binutils/
H A Ddwarf.c8241 unsigned long ul, roffs; in display_debug_frames() local
8277 READ_ULEB (roffs, start, end); in display_debug_frames()
8283 roffs * fc->data_factor); in display_debug_frames()
8287 fc->col_offset[opa] = roffs * fc->data_factor; in display_debug_frames()
8365 READ_ULEB (roffs, start, end); in display_debug_frames()
8371 roffs * fc->data_factor); in display_debug_frames()
8381 READ_ULEB (roffs, start, end); in display_debug_frames()
8387 roffs * fc->data_factor); in display_debug_frames()
8447 READ_ULEB (roffs, start, end); in display_debug_frames()
8454 puts (regname (roffs, 0)); in display_debug_frames()
[all …]