Home
last modified time | relevance | path

Searched refs:ssect (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dobj-elf.c573 const struct bfd_elf_special_section *ssect; in obj_elf_change_section() local
611 ssect = (*bed->get_sec_type_attr) (stdoutput, sec); in obj_elf_change_section()
613 if (ssect != NULL) in obj_elf_change_section()
618 type = ssect->type; in obj_elf_change_section()
619 else if (type != ssect->type) in obj_elf_change_section()
635 || !(ssect->attr & SHF_X86_64_LARGE)) in obj_elf_change_section()
637 && ssect->type != SHT_INIT_ARRAY in obj_elf_change_section()
638 && ssect->type != SHT_FINI_ARRAY in obj_elf_change_section()
639 && ssect->type != SHT_PREINIT_ARRAY) in obj_elf_change_section()
642 if (ssect->type != SHT_NOTE in obj_elf_change_section()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dobj-elf.c558 const struct bfd_elf_special_section *ssect; in change_section() local
596 ssect = (*bed->get_sec_type_attr) (stdoutput, sec); in change_section()
598 if (ssect != NULL) in change_section()
603 type = ssect->type; in change_section()
604 else if (type != ssect->type) in change_section()
620 || !(ssect->attr & SHF_X86_64_LARGE)) in change_section()
622 && ssect->type != SHT_INIT_ARRAY in change_section()
623 && ssect->type != SHT_FINI_ARRAY in change_section()
624 && ssect->type != SHT_PREINIT_ARRAY) in change_section()
627 if (ssect->type != SHT_NOTE in change_section()
[all …]
/netbsd-src/sys/dev/raidframe/
H A Drf_diskqueue.c377 rf_CreateDiskQueueData(RF_IoType_t typ, RF_SectorNum_t ssect, in rf_CreateDiskQueueData() argument
407 p->sectorOffset = ssect + rf_protectedSectors; in rf_CreateDiskQueueData()
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-ppc.c1505 const struct bfd_elf_special_section *ssect; in ppc_elf_get_sec_type_attr() local
1511 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections, in ppc_elf_get_sec_type_attr()
1513 if (ssect != NULL) in ppc_elf_get_sec_type_attr()
1515 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0) in ppc_elf_get_sec_type_attr()
1516 ssect = &ppc_alt_plt; in ppc_elf_get_sec_type_attr()
1517 return ssect; in ppc_elf_get_sec_type_attr()
H A Delf.c2873 const struct bfd_elf_special_section *ssect; in _bfd_elf_new_section_hook() local
2891 ssect = (*bed->get_sec_type_attr) (abfd, sec); in _bfd_elf_new_section_hook()
2892 if (ssect != NULL) in _bfd_elf_new_section_hook()
2894 elf_section_type (sec) = ssect->type; in _bfd_elf_new_section_hook()
2895 elf_section_flags (sec) = ssect->attr; in _bfd_elf_new_section_hook()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Delf32-ppc.c1500 const struct bfd_elf_special_section *ssect; in ppc_elf_get_sec_type_attr() local
1506 ssect = _bfd_elf_get_special_section (sec->name, ppc_elf_special_sections, in ppc_elf_get_sec_type_attr()
1508 if (ssect != NULL) in ppc_elf_get_sec_type_attr()
1510 if (ssect == ppc_elf_special_sections && (sec->flags & SEC_LOAD) != 0) in ppc_elf_get_sec_type_attr()
1511 ssect = &ppc_alt_plt; in ppc_elf_get_sec_type_attr()
1512 return ssect; in ppc_elf_get_sec_type_attr()
H A Delf.c3413 const struct bfd_elf_special_section *ssect; in _bfd_elf_new_section_hook() local
3431 ssect = (*bed->get_sec_type_attr) (abfd, sec); in _bfd_elf_new_section_hook()
3432 if (ssect != NULL) in _bfd_elf_new_section_hook()
3434 elf_section_type (sec) = ssect->type; in _bfd_elf_new_section_hook()
3435 elf_section_flags (sec) = ssect->attr; in _bfd_elf_new_section_hook()