Home | History | Annotate | Download | only in bfd

Lines Matching refs:ssect

2513   const struct bfd_elf_special_section *ssect;
2519 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections,
2521 if (ssect != NULL)
2523 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0)
2524 ssect = &ppc_alt_plt;
2525 return ssect;