Searched refs:roffs (Results 1 – 4 of 4) sorted by relevance
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | dwarf.c | 3285 unsigned long ul, reg, roffs; in display_debug_frames() local 3309 roffs = LEB (); in display_debug_frames() 3312 opa, roffs * fc->data_factor); in display_debug_frames() 3314 fc->col_offset[opa] = roffs * fc->data_factor; in display_debug_frames() 3374 roffs = LEB (); in display_debug_frames() 3377 reg, roffs * fc->data_factor); in display_debug_frames() 3379 fc->col_offset[reg] = roffs * fc->data_factor; in display_debug_frames() 3384 roffs = LEB (); in display_debug_frames() 3387 reg, roffs * fc->data_factor); in display_debug_frames() 3420 roffs = LEB (); in display_debug_frames() [all …]
|
/openbsd/usr.bin/aucat/ |
H A D | afile.c | 479 afile_aiff_readdata(struct afile *f, unsigned int csize, unsigned int *roffs) in afile_aiff_readdata() argument 492 *roffs = csize + be32_get(&data.offs); in afile_aiff_readdata()
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | readelf.c | 9036 unsigned long ul, reg, roffs; in display_debug_frames() local 9060 roffs = LEB (); in display_debug_frames() 9063 opa, roffs * fc->data_factor); in display_debug_frames() 9065 fc->col_offset[opa] = roffs * fc->data_factor; in display_debug_frames() 9124 roffs = LEB (); in display_debug_frames() 9127 reg, roffs * fc->data_factor); in display_debug_frames() 9129 fc->col_offset[reg] = roffs * fc->data_factor; in display_debug_frames() 9160 roffs = LEB (); in display_debug_frames() 9162 printf (" DW_CFA_register: r%ld in r%ld\n", reg, roffs); in display_debug_frames() 9164 fc->col_offset[reg] = roffs; in display_debug_frames()
|
/openbsd/usr.bin/mandoc/ |
H A D | roff.c | 368 static struct roffmac roffs[TOKEN_NONE] = { variable 1845 e = (*roffs[t].text)(r, t, buf, ln, pos, pos, offs); in roff_parseln() 1880 return (*roffs[t].sub)(r, t, buf, ln, ppos, pos, offs); in roff_parseln() 1935 return (*roffs[tok].proc)(r, tok, buf, ln, ppos, pos, offs); in roff_req_or_macro() 2397 } else if (rr || (t < TOKEN_NONE && roffs[t].flags & ROFFMAC_STRUCT)) { in roff_cond_sub()
|