Home | History | Annotate | Download | only in bfd

Lines Matching defs:plt_eh_frame

734   asection *plt_eh_frame;
2071 if (htab->plt_eh_frame != NULL
2075 htab->plt_eh_frame->size = sizeof (elf_s390x_eh_frame_plt);
2108 || s == htab->plt_eh_frame
2182 if (htab->plt_eh_frame != NULL
2183 && htab->plt_eh_frame->contents != NULL)
2185 memcpy (htab->plt_eh_frame->contents,
2187 htab->plt_eh_frame->size);
2189 htab->plt_eh_frame->contents + PLT_FDE_LEN_OFFSET);
3992 if (htab->plt_eh_frame != NULL
3993 && htab->plt_eh_frame->contents != NULL)
3999 && htab->plt_eh_frame->output_section != NULL)
4002 bfd_vma eh_frame_start = htab->plt_eh_frame->output_section->vma
4003 + htab->plt_eh_frame->output_offset
4006 be beyond current htab->plt_eh_frame->size. Can be ignored,
4007 as htab->plt_eh_frame->contents got allocated with
4010 htab->plt_eh_frame->contents
4014 if (htab->plt_eh_frame->sec_info_type == SEC_INFO_TYPE_EH_FRAME
4016 htab->plt_eh_frame, buf))
4301 if (htab->plt_eh_frame == NULL)
4303 htab->plt_eh_frame
4307 if (htab->plt_eh_frame == NULL
4308 || !bfd_set_section_alignment (htab->plt_eh_frame, 3))