Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/
Dwrite.c2225 struct broken_word **prevP; in write_object_file() local
2227 prevP = &broken_words; in write_object_file()
2247 *prevP = lie->next_broken_word; in write_object_file()
2250 prevP = &(lie->next_broken_word); in write_object_file()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-alpha.c620 fixS **prevP; in alpha_adjust_relocs() local
637 prevP = &seginfo->fix_root; in alpha_adjust_relocs()
683 *prevP = fixp; in alpha_adjust_relocs()
684 prevP = &fixp->fx_next; in alpha_adjust_relocs()