HomeSort by relevance Sort by last modified time
    Searched defs:scomm (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
elf32-frv.c 4110 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); local
    [all...]
elf64-alpha.c 1229 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); local
    [all...]
elf64-ia64-vms.c 867 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); local
869 if (scomm == NULL)
871 scomm = bfd_make_section_with_flags (abfd, ".scommon",
875 if (scomm == NULL)
879 *secp = scomm;
    [all...]
elfnn-ia64.c 1046 asection *scomm = bfd_get_section_by_name (abfd, ".scommon");
1048 if (scomm == NULL)
1050 scomm = bfd_make_section_with_flags (abfd, ".scommon",
1054 if (scomm == NULL)
1058 *secp = scomm
1042 asection *scomm = bfd_get_section_by_name (abfd, ".scommon"); local
    [all...]

Completed in 104 milliseconds