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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf64-ppc.c2660 static asection *synthetic_opd;
2678 if (a->section == synthetic_opd && b->section != synthetic_opd)
2680 if (a->section != synthetic_opd && b->section == synthetic_opd)
2825 synthetic_opd = opd;
2657 static asection *synthetic_opd; variable

Completed in 123 milliseconds