Home | History | Annotate | Download | only in bfd

Lines Matching refs:pdr

1463   PDR pdr;
1517 (*swap->swap_pdr_in) (abfd, epdr + i, &pdr);
1518 (*swap->swap_sym_in) (abfd, &esym[pdr.isym], &sym);
1520 rp->regmask = pdr.regmask;
1521 rp->regoffset = pdr.regoffset;
1522 rp->fregmask = pdr.fregmask;
1523 rp->fregoffset = pdr.fregoffset;
1524 rp->frameoffset = pdr.frameoffset;
1525 rp->framereg = pdr.framereg;
1526 rp->pcreg = pdr.pcreg;
1676 || strcmp (name, ".pdr") == 0);
8268 Relocations in nonallocatable sections such as .pdr and
12576 o = bfd_get_section_by_name (abfd, ".pdr");
12631 if (strcmp (sec->name, ".pdr") == 0)
12644 if (strcmp (sec->name, ".pdr") != 0)