Lines Matching defs:eh_frame
11328 if (strncmp (sec->name, ".eh_frame", 9) == 0
12804 /* eh_frame editing can extend last FDE to cover padding
14176 asection *group_sec, *eh_frame, *sframe;
14188 eh_frame = elf_eh_frame_section (sec->owner);
14193 && sec != eh_frame
14212 if (ret && eh_frame && elf_fde_list (sec))
14217 relocation info for eh_frame are freed after they are retrieved
14221 symbol table and relocation info for eh_frame to avoid it. */
14222 if (!init_reloc_cookie_for_section (&cookie, info, eh_frame,
14227 if (!_bfd_elf_gc_mark_fdes (info, sec, eh_frame,
14230 fini_reloc_cookie_for_section (&cookie, eh_frame);
14234 eh_frame = elf_section_eh_frame_entry (sec);
14235 if (ret && eh_frame && !eh_frame->gc_mark)
14236 if (!_bfd_elf_gc_mark (info, eh_frame, gc_mark_hook))
14706 /* Try to parse each bfd's .eh_frame section. Point elf_eh_frame_section
14707 at the .eh_frame section if we can mark the FDEs individually. */
14720 sec = bfd_get_section_by_name (sub, ".eh_frame");
15259 o = bfd_get_section_by_name (output_bfd, ".eh_frame");
15303 /* The last non-empty eh_frame section doesn't need padding. */