HomeSort by: relevance | last modified time | path
    Searched defs:ssect (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
obj-elf.c 588 const struct bfd_elf_special_section *ssect; local
634 ssect = (*bed->get_sec_type_attr) (stdoutput, sec);
636 if (ssect != NULL)
641 type = ssect->type;
642 else if (type != ssect->type)
658 || !(ssect->attr & SHF_X86_64_LARGE))
660 && ssect->type != SHT_INIT_ARRAY
661 && ssect->type != SHT_FINI_ARRAY
662 && ssect->type != SHT_PREINIT_ARRAY)
665 if (ssect->type != SHT_NOT
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
obj-elf.c 585 const struct bfd_elf_special_section *ssect; local
631 ssect = (*bed->get_sec_type_attr) (stdoutput, sec);
633 if (ssect != NULL)
638 type = ssect->type;
639 else if (type != ssect->type)
655 || !(ssect->attr & SHF_X86_64_LARGE))
657 && ssect->type != SHT_INIT_ARRAY
658 && ssect->type != SHT_FINI_ARRAY
659 && ssect->type != SHT_PREINIT_ARRAY)
662 if (ssect->type != SHT_NOT
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
elf32-ppc.c 1489 const struct bfd_elf_special_section *ssect;
1495 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections,
1497 if (ssect != NULL)
1499 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0)
1500 ssect = &ppc_alt_plt;
1501 return ssect;
1486 const struct bfd_elf_special_section *ssect; local
elf.c 3321 const struct bfd_elf_special_section *ssect;
3339 ssect = (*bed->get_sec_type_attr) (abfd, sec);
3340 if (ssect != NULL)
3342 elf_section_type (sec) = ssect->type;
3343 elf_section_flags (sec) = ssect->attr;
3319 const struct bfd_elf_special_section *ssect; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.c 1502 const struct bfd_elf_special_section *ssect;
1508 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections,
1510 if (ssect != NULL)
1512 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0)
1513 ssect = &ppc_alt_plt;
1514 return ssect;
1499 const struct bfd_elf_special_section *ssect; local
elf.c 3257 const struct bfd_elf_special_section *ssect;
3275 ssect = (*bed->get_sec_type_attr) (abfd, sec);
3276 if (ssect != NULL)
3278 elf_section_type (sec) = ssect->type;
3279 elf_section_flags (sec) = ssect->attr;
3255 const struct bfd_elf_special_section *ssect; local
  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c 1502 const struct bfd_elf_special_section *ssect;
1508 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections,
1510 if (ssect != NULL)
1512 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0)
1513 ssect = &ppc_alt_plt;
1514 return ssect;
1499 const struct bfd_elf_special_section *ssect; local
elf.c 3228 const struct bfd_elf_special_section *ssect;
3246 ssect = (*bed->get_sec_type_attr) (abfd, sec);
3247 if (ssect != NULL)
3249 elf_section_type (sec) = ssect->type;
3250 elf_section_flags (sec) = ssect->attr;
3226 const struct bfd_elf_special_section *ssect; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c 1503 const struct bfd_elf_special_section *ssect;
1509 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections,
1511 if (ssect != NULL)
1513 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0)
1514 ssect = &ppc_alt_plt;
1515 return ssect;
1500 const struct bfd_elf_special_section *ssect; local
elf.c 3409 const struct bfd_elf_special_section *ssect;
3427 ssect = (*bed->get_sec_type_attr) (abfd, sec);
3428 if (ssect != NULL)
3430 elf_section_type (sec) = ssect->type;
3431 elf_section_flags (sec) = ssect->attr;
3407 const struct bfd_elf_special_section *ssect; local

Completed in 100 milliseconds