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

/haiku-buildtools/binutils/bfd/
H A Dcoff-i960.c136 int olf = (aux->x_bal.x_balntry - cs->native->u.syment.n_value); local
144 word = ((word + olf) & BAL_MASK) | BAL;
484 long olf; local
490 olf = h->aux[1].x_bal.x_balntry;
503 olf = aux.x_bal.x_balntry;
509 word = ((word + olf - val) & BAL_MASK) | BAL;
/haiku-buildtools/legacy/binutils/bfd/
H A Dcoff-i960.c151 int olf = (aux->x_bal.x_balntry - cs->native->u.syment.n_value); local
159 word = ((word + olf) & BAL_MASK) | BAL;
496 long olf; local
502 olf = h->aux[1].x_bal.x_balntry;
515 olf = aux.x_bal.x_balntry;
521 word = ((word + olf - val) & BAL_MASK) | BAL;

Completed in 73 milliseconds