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

  /src/external/gpl3/binutils/dist/bfd/
elf-properties.c 678 _bfd_elf_link_create_gnu_property_sec (struct bfd_link_info *info, bfd *elf_bfd,
683 sec = bfd_make_section_with_flags (elf_bfd,
724 bfd *abfd, *first_pbfd = NULL, *elf_bfd = NULL; local
744 elf_bfd = abfd;
761 if (info->indirect_extern_access > 0 && elf_bfd != NULL)
766 sec = _bfd_elf_link_create_gnu_property_sec (info, elf_bfd, elfclass);
767 first_pbfd = elf_bfd;
784 if (elf_bfd != NULL)
791 sec = _bfd_elf_link_create_gnu_property_sec (info, elf_bfd, elfclass);
792 first_pbfd = elf_bfd;
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf-properties.c 678 _bfd_elf_link_create_gnu_property_sec (struct bfd_link_info *info, bfd *elf_bfd,
683 sec = bfd_make_section_with_flags (elf_bfd,
707 bfd *abfd, *first_pbfd = NULL, *elf_bfd = NULL; local
728 elf_bfd = abfd;
745 if (info->indirect_extern_access > 0 && elf_bfd != NULL)
750 sec = _bfd_elf_link_create_gnu_property_sec (info, elf_bfd, elfclass);
751 first_pbfd = elf_bfd;
768 if (elf_bfd != NULL)
775 sec = _bfd_elf_link_create_gnu_property_sec (info, elf_bfd, elfclass);
776 first_pbfd = elf_bfd;
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf-properties.c 616 bfd *abfd, *first_pbfd = NULL, *elf_bfd = NULL; local
637 elf_bfd = abfd;
654 if (info->indirect_extern_access > 0 && elf_bfd != NULL)
659 sec = bfd_make_section_with_flags (elf_bfd,
676 first_pbfd = elf_bfd;
  /src/external/gpl3/gdb/dist/bfd/
elf-properties.c 678 _bfd_elf_link_create_gnu_property_sec (struct bfd_link_info *info, bfd *elf_bfd,
683 sec = bfd_make_section_with_flags (elf_bfd,
724 bfd *abfd, *first_pbfd = NULL, *elf_bfd = NULL; local
745 elf_bfd = abfd;
762 if (info->indirect_extern_access > 0 && elf_bfd != NULL)
767 sec = _bfd_elf_link_create_gnu_property_sec (info, elf_bfd, elfclass);
768 first_pbfd = elf_bfd;
785 if (elf_bfd != NULL)
792 sec = _bfd_elf_link_create_gnu_property_sec (info, elf_bfd, elfclass);
793 first_pbfd = elf_bfd;
    [all...]

Completed in 19 milliseconds