HomeSort by: relevance | last modified time | path
    Searched defs:external_syms (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
libaout.h 404 struct external_nlist *external_syms;
436 #define obj_aout_external_syms(bfd) (adata (bfd).external_syms)
402 struct external_nlist *external_syms; member in struct:aoutdata
libcoff-in.h 47 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms)
84 void * external_syms; member in struct:coff_tdata
98 /* If this is TRUE, the external_syms may not be freed. */
libcoff.h 51 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms)
88 void * external_syms; member in struct:coff_tdata
102 /* If this is TRUE, the external_syms may not be freed. */
elflink.c 9053 bfd_byte *external_syms;
11462 flinfo->external_syms,
12635 free (flinfo->external_syms);
13133 flinfo.external_syms = (bfd_byte *) bfd_malloc (amt);
13134 if (flinfo.external_syms == NULL)
9041 bfd_byte *external_syms; member in struct:elf_final_link_info
  /src/external/gpl3/binutils.old/dist/bfd/
libaout.h 404 struct external_nlist *external_syms;
436 #define obj_aout_external_syms(bfd) (adata (bfd).external_syms)
402 struct external_nlist *external_syms; member in struct:aoutdata
libcoff-in.h 46 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms)
83 void * external_syms; member in struct:coff_tdata
97 /* If this is TRUE, the external_syms may not be freed. */
libcoff.h 50 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms)
87 void * external_syms; member in struct:coff_tdata
101 /* If this is TRUE, the external_syms may not be freed. */
elflink.c 9045 bfd_byte *external_syms;
11441 flinfo->external_syms,
12614 free (flinfo->external_syms);
13101 flinfo.external_syms = (bfd_byte *) bfd_malloc (amt);
13102 if (flinfo.external_syms == NULL)
9033 bfd_byte *external_syms; member in struct:elf_final_link_info
  /src/external/gpl3/gdb/dist/bfd/
libaout.h 411 struct external_nlist *external_syms;
443 #define obj_aout_external_syms(bfd) (adata (bfd).external_syms)
409 struct external_nlist *external_syms; member in struct:aoutdata
libcoff-in.h 45 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms)
82 void * external_syms; member in struct:coff_tdata
94 /* If this is TRUE, the external_syms may not be freed. */
libcoff.h 49 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms)
86 void * external_syms; member in struct:coff_tdata
98 /* If this is TRUE, the external_syms may not be freed. */
elflink.c 8976 bfd_byte *external_syms;
11377 flinfo->external_syms,
12541 free (flinfo->external_syms);
13028 flinfo.external_syms = (bfd_byte *) bfd_malloc (amt);
13029 if (flinfo.external_syms == NULL)
8964 bfd_byte *external_syms; member in struct:elf_final_link_info
  /src/external/gpl3/gdb.old/dist/bfd/
libaout.h 411 struct external_nlist *external_syms;
443 #define obj_aout_external_syms(bfd) (adata (bfd).external_syms)
409 struct external_nlist *external_syms; member in struct:aoutdata
libcoff-in.h 45 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms)
82 void * external_syms; member in struct:coff_tdata
94 /* If this is TRUE, the external_syms may not be freed. */
libcoff.h 49 #define obj_coff_external_syms(bfd) (coff_data (bfd)->external_syms)
86 void * external_syms; member in struct:coff_tdata
98 /* If this is TRUE, the external_syms may not be freed. */
elflink.c 8951 bfd_byte *external_syms;
11352 flinfo->external_syms,
12519 free (flinfo->external_syms);
13006 flinfo.external_syms = (bfd_byte *) bfd_malloc (amt);
13007 if (flinfo.external_syms == NULL)
8939 bfd_byte *external_syms; member in struct:elf_final_link_info

Completed in 92 milliseconds