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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dobj-elf.c554 const struct bfd_elf_special_section *ssect; local
586 ssect = (*bed->get_sec_type_attr) (stdoutput, sec);
588 if (ssect != NULL)
593 type = ssect->type;
594 else if (type != ssect->type)
610 || !(ssect->attr & SHF_X86_64_LARGE))
612 && ssect->type != SHT_INIT_ARRAY
613 && ssect->type != SHT_FINI_ARRAY
614 && ssect->type != SHT_PREINIT_ARRAY)
617 if (ssect
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/raidframe/
H A Drf_diskqueue.c360 rf_CreateDiskQueueData(RF_IoType_t typ, RF_SectorNum_t ssect, argument
387 p->sectorOffset = ssect + rf_protectedSectors;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf32-ppc.c2055 const struct bfd_elf_special_section *ssect;
2061 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections,
2063 if (ssect != NULL)
2065 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0)
2066 ssect = &ppc_alt_plt;
2067 return ssect;
2052 const struct bfd_elf_special_section *ssect; local
H A Delf.c2290 const struct bfd_elf_special_section *ssect;
2315 ssect = (*bed->get_sec_type_attr) (abfd, sec);
2316 if (ssect != NULL)
2318 elf_section_type (sec) = ssect->type;
2319 elf_section_flags (sec) = ssect->attr;
2288 const struct bfd_elf_special_section *ssect; local
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf32-ppc.c2053 const struct bfd_elf_special_section *ssect;
2059 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections,
2061 if (ssect != NULL)
2063 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0)
2064 ssect = &ppc_alt_plt;
2065 return ssect;
2050 const struct bfd_elf_special_section *ssect; local
H A Delf.c2288 const struct bfd_elf_special_section *ssect;
2316 ssect = (*bed->get_sec_type_attr) (abfd, sec);
2317 if (ssect != NULL
2320 || ssect->type == SHT_INIT_ARRAY
2321 || ssect->type == SHT_FINI_ARRAY))
2323 elf_section_type (sec) = ssect->type;
2324 elf_section_flags (sec) = ssect->attr;
2286 const struct bfd_elf_special_section *ssect; local

Completed in 282 milliseconds