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

  /src/external/gpl3/gdb/dist/gdb/
progspace.h 253 { return ebfd.get (); }
258 ebfd = std::move (abfd);
304 gdb_bfd_ref_ptr ebfd; member in struct:program_space
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-aarch64.c 709 bfd *ebfd = NULL; local
722 ebfd = pbfd;
728 /* If ebfd != NULL it is either an input with property note or the last
731 if (ebfd != NULL && gnu_prop)
733 prop = _bfd_elf_get_property (ebfd,
740 "section."), ebfd);
744 /* pbfd being NULL implies ebfd is the last input. Create the GNU
748 sec = bfd_make_section_with_flags (ebfd,
760 align = (bfd_get_mach (ebfd) & bfd_mach_aarch64_ilp32) ? 2 : 3;
elfxx-x86.c 4035 bfd *ebfd = NULL; local
4048 ebfd = pbfd;
4107 if (ebfd != NULL)
4116 prop = _bfd_elf_get_property (ebfd,
4126 prop = _bfd_elf_get_property (ebfd,
4136 sec = bfd_make_section_with_flags (ebfd,
  /src/external/gpl3/gdb.old/dist/gdb/
progspace.h 301 { return ebfd.get (); }
306 ebfd = std::move (abfd);
352 gdb_bfd_ref_ptr ebfd; member in struct:program_space
357 NULL iff EBFD is not NULL. */
  /src/external/gpl3/gdb/dist/bfd/
elfxx-aarch64.c 735 bfd *ebfd)
738 sec = bfd_make_section_with_flags (ebfd,
750 unsigned align = (bfd_get_mach (ebfd) & bfd_mach_aarch64_ilp32) ? 2 : 3;
805 bfd *ebfd = local
809 /* If ebfd != NULL it is either an input with property note or the last input.
812 if (ebfd != NULL)
817 _bfd_aarch64_elf_create_gnu_property_section (info, ebfd);
822 _bfd_elf_get_property (ebfd,
827 information get lost as the value of ebfd will be overriden with
831 _bfd_aarch64_elf_check_bti_report (info, ebfd);
    [all...]
elfxx-x86.c 4232 bfd *ebfd = NULL; local
4245 ebfd = pbfd;
4304 if (ebfd != NULL)
4313 prop = _bfd_elf_get_property (ebfd,
4323 prop = _bfd_elf_get_property (ebfd,
4333 sec = bfd_make_section_with_flags (ebfd,
  /src/external/gpl3/binutils/dist/bfd/
elfxx-riscv.c 3431 bfd *ebfd = NULL; local
3441 ebfd = pbfd;
3447 /* If ebfd != NULL it is either an input with property note or the last
3450 if (ebfd != NULL && (and_prop))
3452 prop = _bfd_elf_get_property (ebfd, GNU_PROPERTY_RISCV_FEATURE_1_AND, 4);
3457 /* pbfd being NULL implies ebfd is the last input. Create the GNU
3462 = bfd_make_section_with_flags (ebfd, NOTE_GNU_PROPERTY_SECTION_NAME,
elfxx-x86.c 4268 bfd *ebfd = NULL; local
4281 ebfd = pbfd;
4340 if (ebfd != NULL)
4349 prop = _bfd_elf_get_property (ebfd,
4359 prop = _bfd_elf_get_property (ebfd,
4369 sec = bfd_make_section_with_flags (ebfd,
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-riscv.c 3404 bfd *ebfd = NULL; local
3414 ebfd = pbfd;
3420 /* If ebfd != NULL it is either an input with property note or the last
3423 if (ebfd != NULL && (and_prop))
3425 prop = _bfd_elf_get_property (ebfd, GNU_PROPERTY_RISCV_FEATURE_1_AND, 4);
3430 /* pbfd being NULL implies ebfd is the last input. Create the GNU
3435 = bfd_make_section_with_flags (ebfd, NOTE_GNU_PROPERTY_SECTION_NAME,
elfxx-x86.c 4227 bfd *ebfd = NULL; local
4240 ebfd = pbfd;
4299 if (ebfd != NULL)
4308 prop = _bfd_elf_get_property (ebfd,
4318 prop = _bfd_elf_get_property (ebfd,
4328 sec = bfd_make_section_with_flags (ebfd,

Completed in 412 milliseconds