Searched refs:offsp (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.bin/xlint/lint1/
H A Dtree.c3694 * the result is returned in *offsp. In the second case, the static
3695 * object is returned in *symp and the offset in *offsp.
3702 conaddr(tnode_t *tn, sym_t **symp, ptrdiff_t *offsp) argument
3729 *offsp = offs1 + offs2;
3734 *offsp = 0;
3740 *offsp = 0;
3751 if (conaddr(tn->tn_left, symp, offsp) == -1)

Completed in 1001 milliseconds