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

  /src/external/gpl3/binutils/dist/bfd/
elf.c 5105 bool no_user_phdrs;
5107 no_user_phdrs = elf_seg_map (abfd) == NULL;
5111 info->user_phdrs = !no_user_phdrs;
5122 if (no_user_phdrs && bfd_count_sections (abfd) != 0)
5727 if (!elf_modify_segment_map (abfd, info, no_user_phdrs || info == NULL))
5103 bool no_user_phdrs; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 5040 bool no_user_phdrs;
5042 no_user_phdrs = elf_seg_map (abfd) == NULL;
5046 info->user_phdrs = !no_user_phdrs;
5057 if (no_user_phdrs && bfd_count_sections (abfd) != 0)
5662 if (!elf_modify_segment_map (abfd, info, no_user_phdrs || info == NULL))
5038 bool no_user_phdrs; local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 5000 bool no_user_phdrs;
5002 no_user_phdrs = elf_seg_map (abfd) == NULL;
5006 info->user_phdrs = !no_user_phdrs;
5017 if (no_user_phdrs && bfd_count_sections (abfd) != 0)
5616 if (!elf_modify_segment_map (abfd, info, no_user_phdrs || info == NULL))
4998 bool no_user_phdrs; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 5174 bool no_user_phdrs;
5176 no_user_phdrs = elf_seg_map (abfd) == NULL;
5180 info->user_phdrs = !no_user_phdrs;
5191 if (no_user_phdrs && bfd_count_sections (abfd) != 0)
5788 if (!elf_modify_segment_map (abfd, info, no_user_phdrs || info == NULL))
5172 bool no_user_phdrs; local

Completed in 36 milliseconds