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

12

/haiku-fatelf/src/bin/gdb/bfd/
H A Dliboasys.h35 #define oasys_per_section(x) ((oasys_per_section_type *)(x->used_by_bfd))
H A Dlibieee.h63 #define ieee_per_section(x) ((ieee_per_section_type *)((x)->used_by_bfd))
H A Dihex.c679 if (section->used_by_bfd == NULL)
681 section->used_by_bfd = bfd_alloc (abfd, section->size);
682 if (section->used_by_bfd == NULL)
684 if (! ihex_read_section (abfd, section, section->used_by_bfd))
688 memcpy (location, (bfd_byte *) section->used_by_bfd + offset,
H A Dsom.h237 ((struct som_section_data_struct *)sec->used_by_bfd)
H A Dsrec.c837 if (section->used_by_bfd == NULL)
839 section->used_by_bfd = bfd_alloc (abfd, section->size);
840 if (section->used_by_bfd == NULL && section->size != 0)
843 if (! srec_read_section (abfd, section, section->used_by_bfd))
847 memcpy (location, (bfd_byte *) section->used_by_bfd + offset,
H A Dlibecoff.h179 /* A pointer to this structure is put in the used_by_bfd pointer of
197 ((struct ecoff_section_tdata *) (sec)->used_by_bfd)
H A Dcoff-i960.c257 osec->used_by_bfd = (PTR) bfd_zalloc (abfd, amt);
258 if (osec->used_by_bfd == NULL)
H A Dlibaout.h468 ((struct aout_section_data_struct *) (s)->used_by_bfd)
471 ((s)->used_by_bfd = (PTR)&(v)->relocs)
H A Dlibcoff-in.h180 /* The used_by_bfd field of a section may be set to a pointer to this
208 ((struct coff_section_tdata *) (sec)->used_by_bfd)
H A Dcoffgen.c503 sec->used_by_bfd = (PTR) bfd_zalloc (abfd, amt);
504 if (sec->used_by_bfd == NULL)
2399 section->used_by_bfd = (PTR) bfd_zalloc (abfd, amt);
2400 sec_data = (struct coff_section_tdata *) section->used_by_bfd;
H A Delf32-sh64.c123 sec->used_by_bfd = sdata;
H A Doasys.c832 newsect->used_by_bfd = (PTR)
834 if (!newsect->used_by_bfd)
H A Dmmo.c339 ((struct mmo_section_data_struct *) (sec)->used_by_bfd)
2120 newsect->used_by_bfd =
2123 if (!newsect->used_by_bfd)
H A Dxcofflink.c168 sec->used_by_bfd = bfd_zalloc (abfd, amt);
169 if (sec->used_by_bfd == NULL)
1538 csect->used_by_bfd = (PTR) bfd_zalloc (abfd, amt);
1539 if (csect->used_by_bfd == NULL)
1680 csect->used_by_bfd = (PTR) bfd_zalloc (abfd, amt);
1681 if (csect->used_by_bfd == NULL)
H A Dcoffcode.h1693 section->used_by_bfd = (PTR) bfd_zalloc (abfd, amt);
1694 if (section->used_by_bfd == NULL)
3167 current->used_by_bfd = (PTR) bfd_zalloc (abfd, amt);
3168 if (current->used_by_bfd == NULL)
H A Delf-bfd.h1105 #define elf_section_data(sec) ((struct bfd_elf_section_data*)sec->used_by_bfd)
H A Dlibcoff.h184 /* The used_by_bfd field of a section may be set to a pointer to this
212 ((struct coff_section_tdata *) (sec)->used_by_bfd)
H A Dpeicode.h675 sec->used_by_bfd = (struct coff_section_tdata *) vars->data;
H A Dcoff-sh.c716 sec->used_by_bfd = (PTR) bfd_zalloc (abfd, amt);
717 if (sec->used_by_bfd == NULL)
H A Dcofflink.c595 stab->used_by_bfd = bfd_zalloc (abfd, amt);
596 if (stab->used_by_bfd == NULL)
H A DpeXXigen.c1985 osec->used_by_bfd = (PTR) bfd_zalloc (obfd, amt);
1986 if (osec->used_by_bfd == NULL)
H A Dcoff-alpha.c1461 lita_sec->used_by_bfd = lita_sec_data;
H A Delf64-mmix.c869 sec->used_by_bfd = (PTR) sdata;
H A Dieee.c2176 newsect->used_by_bfd
2178 if (!newsect->used_by_bfd)
H A Dbfd-in2.h1389 void *used_by_bfd;
1382 void *used_by_bfd; member in struct:bfd_section

Completed in 267 milliseconds

12