Home
last modified time | relevance | path

Searched refs:copy_relocations_in_section (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/binutils/
DChangeLog-2012491 (copy_relocations_in_section): Discard relocations for DWO sections.
551 * objcopy.c (copy_object): Call copy_relocations_in_section
554 (copy_relocations_in_section): Likewise.
Dobjcopy.c476 static void copy_relocations_in_section (bfd *, asection *, void *);
2125 bfd_map_over_sections (ibfd, copy_relocations_in_section, obfd); in copy_object()
2890 copy_relocations_in_section (bfd *ibfd, sec_ptr isection, void *obfdarg) in copy_relocations_in_section() function