Home | History | Annotate | Download | only in bfd

Lines Matching full:dynsec

4329 /* Create the PT_DYNAMIC segment, which includes DYNSEC.  Returns NULL
4333 _bfd_elf_make_dynamic_segment (bfd *abfd, asection *dynsec)
4344 m->sections[0] = dynsec;
4428 asection *dynsec, *eh_frame_hdr;
4513 dynsec = bfd_get_section_by_name (abfd, ".dynamic");
4514 if (dynsec != NULL
4515 && (dynsec->flags & SEC_LOAD) == 0)
4516 dynsec = NULL;
4687 if (dynsec != NULL)
4689 m = _bfd_elf_make_dynamic_segment (abfd, dynsec);