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

/openbsd-current/gnu/usr.bin/binutils-2.17/gas/
H A Dwrite.c1312 struct broken_word **prevP; local
1314 prevP = &broken_words;
1334 *prevP = lie->next_broken_word;
1337 prevP = &(lie->next_broken_word);
/openbsd-current/gnu/usr.bin/binutils/gas/
H A Dwrite.c1616 struct broken_word **prevP; local
1618 prevP = &broken_words;
1656 *prevP = lie->next_broken_word;
1659 prevP = &(lie->next_broken_word);
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-alpha.c1723 fixS **prevP;
1740 prevP = &seginfo->fix_root;
1786 *prevP = fixp;
1787 prevP = &fixp->fx_next;
1715 fixS **prevP; local
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-alpha.c570 fixS **prevP;
587 prevP = &seginfo->fix_root;
633 *prevP = fixp;
634 prevP = &fixp->fx_next;
564 fixS **prevP; local

Completed in 202 milliseconds