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

  /src/external/gpl3/binutils/dist/binutils/
objcopy.c 573 static bool copy_relocations_in_section (bfd *, asection *, bfd *);
3410 if (!copy_relocations_in_section (ibfd, s, obfd))
4517 copy_relocations_in_section (bfd *ibfd, sec_ptr isection, bfd *obfd)
4515 copy_relocations_in_section (bfd *ibfd, sec_ptr isection, bfd *obfd) function
  /src/external/gpl3/binutils.old/dist/binutils/
objcopy.c 572 static bool copy_relocations_in_section (bfd *, asection *, bfd *);
3405 if (!copy_relocations_in_section (ibfd, s, obfd))
4520 copy_relocations_in_section (bfd *ibfd, sec_ptr isection, bfd *obfd)
4518 copy_relocations_in_section (bfd *ibfd, sec_ptr isection, bfd *obfd) function

Completed in 32 milliseconds