Searched refs:used_by_bfd (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Dlibieee.h63 #define ieee_per_section(x) ((ieee_per_section_type *)((x)->used_by_bfd))
H A Dihex.c636 if (section->used_by_bfd == NULL)
638 section->used_by_bfd = bfd_alloc (abfd, section->size);
639 if (section->used_by_bfd == NULL)
641 if (! ihex_read_section (abfd, section, section->used_by_bfd))
645 memcpy (location, (bfd_byte *) section->used_by_bfd + offset,
H A Dlibecoff.h177 /* A pointer to this structure is put in the used_by_bfd pointer of
195 ((struct ecoff_section_tdata *) (sec)->used_by_bfd)
H A Dsrec.c782 if (section->used_by_bfd == NULL)
784 section->used_by_bfd = bfd_alloc (abfd, section->size);
785 if (section->used_by_bfd == NULL && section->size != 0)
788 if (! srec_read_section (abfd, section, section->used_by_bfd))
792 memcpy (location, (bfd_byte *) section->used_by_bfd + offset,
H A Dlibaout.h466 ((struct aout_section_data_struct *) (s)->used_by_bfd)
469 ((s)->used_by_bfd = (void *)&(v)->relocs)
H A Dlibcoff-in.h177 /* The used_by_bfd field of a section may be set to a pointer to this
205 ((struct coff_section_tdata *) (sec)->used_by_bfd)
H A Dcoffgen.c464 sec->used_by_bfd = bfd_zalloc (abfd, amt);
465 if (sec->used_by_bfd == NULL)
2221 section->used_by_bfd = bfd_zalloc (abfd, amt);
2222 sec_data = (struct coff_section_tdata *) section->used_by_bfd;
H A Dlibcoff.h181 /* The used_by_bfd field of a section may be set to a pointer to this
209 ((struct coff_section_tdata *) (sec)->used_by_bfd)
H A Dxcofflink.c136 sec->used_by_bfd = bfd_zalloc (abfd, amt);
137 if (sec->used_by_bfd == NULL)
1438 csect->used_by_bfd = bfd_zalloc (abfd, amt);
1439 if (csect->used_by_bfd == NULL)
1579 csect->used_by_bfd = bfd_zalloc (abfd, amt);
1580 if (csect->used_by_bfd == NULL)
H A Dcoffcode.h1667 section->used_by_bfd = bfd_zalloc (abfd, amt);
1668 if (section->used_by_bfd == NULL)
3119 current->used_by_bfd = bfd_zalloc (abfd, amt);
3120 if (current->used_by_bfd == NULL)
H A Dpeicode.h634 sec->used_by_bfd = (struct coff_section_tdata *) vars->data;
H A Dcofflink.c597 stab->used_by_bfd = bfd_zalloc (abfd, amt);
598 if (stab->used_by_bfd == NULL)
H A DpeXXigen.c2045 osec->used_by_bfd = bfd_zalloc (obfd, amt);
2046 if (osec->used_by_bfd == NULL)
H A Delf-bfd.h1235 #define elf_section_data(sec) ((struct bfd_elf_section_data*)(sec)->used_by_bfd)
H A Dieee.c2020 if (!newsect->used_by_bfd)
2022 newsect->used_by_bfd = bfd_alloc (abfd, sizeof (ieee_per_section_type));
2023 if (!newsect->used_by_bfd)
H A Dcoff-alpha.c1478 lita_sec->used_by_bfd = lita_sec_data;
H A Delf32-spu.c229 if (!sec->used_by_bfd)
236 sec->used_by_bfd = sdata;
H A Delfxx-sparc.c2408 if (!sec->used_by_bfd)
2416 sec->used_by_bfd = sdata;
H A Delfxx-mips.c854 if (!sec->used_by_bfd)
862 sec->used_by_bfd = sdata;
10009 section->used_by_bfd = bfd_zalloc (abfd, amt);
H A Delf.c2549 sdata = (struct bfd_elf_section_data *) sec->used_by_bfd;
2555 sec->used_by_bfd = sdata;
H A Delf32-arm.c9501 allocated for it (and so the used_by_bfd field is valid) but
9808 if (!sec->used_by_bfd)
9816 sec->used_by_bfd = sdata;
H A Dbfd-in2.h1498 void *used_by_bfd;
1671 /* target_index, used_by_bfd, constructor_chain, owner, */ \
1491 void *used_by_bfd; member in struct:bfd_section
H A Delf32-score.c3818 sec->used_by_bfd = sdata;
H A Delf64-ppc.c2676 if (!sec->used_by_bfd)
2684 sec->used_by_bfd = sdata;
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h1504 void *used_by_bfd;
1677 /* target_index, used_by_bfd, constructor_chain, owner, */ \
1497 void *used_by_bfd; member in struct:bfd_section

Completed in 579 milliseconds