Home | History | Annotate | Download | only in bfd

Lines Matching defs:plt_eh_frame

734   asection *plt_eh_frame;
2069 if (htab->plt_eh_frame != NULL
2073 htab->plt_eh_frame->size = sizeof (elf_s390x_eh_frame_plt);
2106 || s == htab->plt_eh_frame
2180 if (htab->plt_eh_frame != NULL
2181 && htab->plt_eh_frame->contents != NULL)
2183 memcpy (htab->plt_eh_frame->contents,
2185 htab->plt_eh_frame->size);
2187 htab->plt_eh_frame->contents + PLT_FDE_LEN_OFFSET);
3968 if (htab->plt_eh_frame != NULL
3969 && htab->plt_eh_frame->contents != NULL)
3975 && htab->plt_eh_frame->output_section != NULL)
3978 bfd_vma eh_frame_start = htab->plt_eh_frame->output_section->vma
3979 + htab->plt_eh_frame->output_offset
3982 be beyond current htab->plt_eh_frame->size. Can be ignored,
3983 as htab->plt_eh_frame->contents got allocated with
3986 htab->plt_eh_frame->contents
3990 if (htab->plt_eh_frame->sec_info_type == SEC_INFO_TYPE_EH_FRAME)
3993 htab->plt_eh_frame,
3994 htab->plt_eh_frame->contents))
4280 if (htab->plt_eh_frame == NULL)
4282 htab->plt_eh_frame
4286 if (htab->plt_eh_frame == NULL
4287 || !bfd_set_section_alignment (htab->plt_eh_frame, 3))