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);
3969 if (htab->plt_eh_frame != NULL
3970 && htab->plt_eh_frame->contents != NULL)
3976 && htab->plt_eh_frame->output_section != NULL)
3979 bfd_vma eh_frame_start = htab->plt_eh_frame->output_section->vma
3980 + htab->plt_eh_frame->output_offset
3983 be beyond current htab->plt_eh_frame->size. Can be ignored,
3984 as htab->plt_eh_frame->contents got allocated with
3987 htab->plt_eh_frame->contents
3991 if (htab->plt_eh_frame->sec_info_type == SEC_INFO_TYPE_EH_FRAME)
3994 htab->plt_eh_frame,
3995 htab->plt_eh_frame->contents))
4281 if (htab->plt_eh_frame == NULL)
4283 htab->plt_eh_frame
4287 if (htab->plt_eh_frame == NULL
4288 || !bfd_set_section_alignment (htab->plt_eh_frame, 3))