HomeSort by: relevance | last modified time | path
    Searched refs:arelt_data (Results 1 - 25 of 210) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/gpl3/binutils/dist/bfd/
pdb.c 36 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data))
195 file->arelt_data =
198 if (!file->arelt_data)
bfdio.c 343 if (element_bfd->arelt_data != NULL
703 struct areltdata *adata = (struct areltdata *) abfd->arelt_data;
archive.c 192 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data))
784 n_bfd->arelt_data = new_areldata;
800 n_bfd->arelt_data = NULL;
1888 /* Takes a filename, returns an arelt_data for it, or NULL if it can't
1993 if (abfd->arelt_data == NULL)
2183 if (!current->arelt_data)
2185 current->arelt_data =
2188 if (!current->arelt_data)
coff-rs6000.c 1849 if (abfd->arelt_data == NULL)
2329 if (sub->arelt_data == NULL)
2331 sub->arelt_data = bfd_zmalloc (sizeof (struct areltdata));
2332 if (sub->arelt_data == NULL)
2563 if (current_bfd->arelt_data == NULL)
2566 current_bfd->arelt_data = bfd_zmalloc (size);
2567 if (current_bfd->arelt_data == NULL)
libbfd-in.h 85 /* Goes in bfd's arelt_data slot */
97 #define arelt_size(bfd) (((struct areltdata *)((bfd)->arelt_data))->parsed_size)
coff-alpha.c 2094 tdata = nbfd->arelt_data;
2225 t = (struct areltdata *) last_file->arelt_data;
  /src/external/gpl3/binutils.old/dist/bfd/
pdb.c 36 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data))
195 file->arelt_data =
198 if (!file->arelt_data)
bfdio.c 340 if (element_bfd->arelt_data != NULL
694 struct areltdata *adata = (struct areltdata *) abfd->arelt_data;
archive.c 195 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data))
787 n_bfd->arelt_data = new_areldata;
803 n_bfd->arelt_data = NULL;
1877 /* Takes a filename, returns an arelt_data for it, or NULL if it can't
1982 if (abfd->arelt_data == NULL)
2172 if (!current->arelt_data)
2174 current->arelt_data =
2177 if (!current->arelt_data)
coff-rs6000.c 1849 if (abfd->arelt_data == NULL)
2329 if (sub->arelt_data == NULL)
2331 sub->arelt_data = bfd_zmalloc (sizeof (struct areltdata));
2332 if (sub->arelt_data == NULL)
2563 if (current_bfd->arelt_data == NULL)
2566 current_bfd->arelt_data = bfd_zmalloc (size);
2567 if (current_bfd->arelt_data == NULL)
libbfd-in.h 92 /* Goes in bfd's arelt_data slot */
104 #define arelt_size(bfd) (((struct areltdata *)((bfd)->arelt_data))->parsed_size)
  /src/external/gpl3/gdb.old/dist/bfd/
pdb.c 36 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data))
195 file->arelt_data =
198 if (!file->arelt_data)
bfdio.c 340 if (element_bfd->arelt_data != NULL
694 struct areltdata *adata = (struct areltdata *) abfd->arelt_data;
archive.c 195 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data))
789 n_bfd->arelt_data = new_areldata;
805 n_bfd->arelt_data = NULL;
1879 /* Takes a filename, returns an arelt_data for it, or NULL if it can't
1984 if (abfd->arelt_data == NULL)
2174 if (!current->arelt_data)
2176 current->arelt_data =
2179 if (!current->arelt_data)
coff-rs6000.c 1849 if (abfd->arelt_data == NULL)
2329 if (sub->arelt_data == NULL)
2331 sub->arelt_data = bfd_zmalloc (sizeof (struct areltdata));
2332 if (sub->arelt_data == NULL)
2563 if (current_bfd->arelt_data == NULL)
2566 current_bfd->arelt_data = bfd_zmalloc (size);
2567 if (current_bfd->arelt_data == NULL)
libbfd-in.h 92 /* Goes in bfd's arelt_data slot */
104 #define arelt_size(bfd) (((struct areltdata *)((bfd)->arelt_data))->parsed_size)
  /src/external/gpl3/gdb/dist/bfd/
pdb.c 36 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data))
195 file->arelt_data =
198 if (!file->arelt_data)
bfdio.c 340 if (element_bfd->arelt_data != NULL
694 struct areltdata *adata = (struct areltdata *) abfd->arelt_data;
archive.c 196 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data))
785 n_bfd->arelt_data = new_areldata;
801 n_bfd->arelt_data = NULL;
1889 /* Takes a filename, returns an arelt_data for it, or NULL if it can't
1994 if (abfd->arelt_data == NULL)
2184 if (!current->arelt_data)
2186 current->arelt_data =
2189 if (!current->arelt_data)
coff-rs6000.c 1849 if (abfd->arelt_data == NULL)
2329 if (sub->arelt_data == NULL)
2331 sub->arelt_data = bfd_zmalloc (sizeof (struct areltdata));
2332 if (sub->arelt_data == NULL)
2563 if (current_bfd->arelt_data == NULL)
2566 current_bfd->arelt_data = bfd_zmalloc (size);
2567 if (current_bfd->arelt_data == NULL)
libbfd-in.h 92 /* Goes in bfd's arelt_data slot */
104 #define arelt_size(bfd) (((struct areltdata *)((bfd)->arelt_data))->parsed_size)
  /src/external/gpl3/binutils/dist/include/coff/
xcoff.h 677 /* We store a copy of the xcoff_ar_hdr in the arelt_data field of an
679 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data))
  /src/external/gpl3/binutils.old/dist/include/coff/
xcoff.h 677 /* We store a copy of the xcoff_ar_hdr in the arelt_data field of an
679 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data))
  /src/external/gpl3/gdb.old/dist/include/coff/
xcoff.h 677 /* We store a copy of the xcoff_ar_hdr in the arelt_data field of an
679 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data))
  /src/external/gpl3/gdb/dist/include/coff/
xcoff.h 677 /* We store a copy of the xcoff_ar_hdr in the arelt_data field of an
679 #define arch_eltdata(bfd) ((struct areltdata *) ((bfd)->arelt_data))

Completed in 46 milliseconds

1 2 3 4 5 6 7 8 9