Home
last modified time | relevance | path

Searched refs:prevP (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
HDwrite.c1582 struct broken_word **prevP; in write_object_file() local
1584 prevP = &broken_words; in write_object_file()
1604 *prevP = lie->next_broken_word; in write_object_file()
1607 prevP = &(lie->next_broken_word); in write_object_file()
/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-alpha.c564 fixS **prevP; in alpha_adjust_relocs() local
581 prevP = &seginfo->fix_root; in alpha_adjust_relocs()
627 *prevP = fixp; in alpha_adjust_relocs()
628 prevP = &fixp->fx_next; in alpha_adjust_relocs()