Home | History | Annotate | Download | only in bfd

Lines Matching defs:sdata

2402   struct bfd_elf_section_data *sdata;
2406 sdata = (struct bfd_elf_section_data *) sec->used_by_bfd;
2407 if (sdata == NULL)
2409 sdata = (struct bfd_elf_section_data *) bfd_zalloc (abfd,
2410 sizeof (*sdata));
2411 if (sdata == NULL)
2413 sec->used_by_bfd = sdata;