Searched refs:coff_section_data (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dlibcoff-in.h204 #define coff_section_data(abfd, sec) \ macro
225 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
239 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
H A Dxcofflink.c132 if (coff_section_data (abfd, sec) == NULL)
141 if (coff_section_data (abfd, sec)->contents == NULL)
151 coff_section_data (abfd, sec)->contents = contents;
181 contents = coff_section_data (abfd, lsec)->contents;
215 contents = coff_section_data (abfd, lsec)->contents;
217 coff_section_data (abfd, lsec)->keep_contents = TRUE;
297 contents = coff_section_data (abfd, lsec)->contents;
332 contents = coff_section_data (abfd, lsec)->contents;
503 if (coff_section_data (abfd, sec) != NULL
504 && coff_section_data (abf
[all...]
H A Dpeicode.h487 coff_section_data (vars->abfd, sec)->i);
497 if (coff_section_data (vars->abfd, sec) == NULL)
501 coff_section_data (vars->abfd, sec)->relocs = vars->int_reltab;
502 coff_section_data (vars->abfd, sec)->keep_relocs = TRUE;
642 /* Cache the index to the symbol in the coff_section_data structure. */
643 coff_section_data (vars->abfd, sec)->i = vars->sym_index - 1;
H A Dlibcoff.h208 #define coff_section_data(abfd, sec) \ macro
229 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
243 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
H A Dcoffgen.c411 if (coff_section_data (abfd, sec) != NULL
412 && coff_section_data (abfd, sec)->relocs != NULL)
415 return coff_section_data (abfd, sec)->relocs;
416 memcpy (internal_relocs, coff_section_data (abfd, sec)->relocs,
461 if (coff_section_data (abfd, sec) == NULL)
467 coff_section_data (abfd, sec)->contents = NULL;
469 coff_section_data (abfd, sec)->relocs = free_internal;
2142 sec_data = coff_section_data (abfd, section);
2331 && coff_section_data (abfd, sec) != NULL)
2332 return coff_section_data (abf
[all...]
H A Dcofflink.c440 && coff_section_data (abfd, section) != NULL
441 && coff_section_data (abfd, section)->comdat != NULL
443 && strcmp (name, coff_section_data (abfd, section)->comdat->name) == 0)
450 && coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat != NULL
451 && strcmp (coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat->name,
452 coff_section_data (abfd, section)->comdat->name) == 0)
592 = coff_section_data (abfd, stab);
600 secdata = coff_section_data (abfd, stab);
2302 secdata = coff_section_data (input_bfd, o);
H A Dcoffcode.h961 coff_section_data (abfd, section)->comdat
963 if (coff_section_data (abfd, section)->comdat == NULL)
966 coff_section_data (abfd, section)->comdat->symbol =
975 coff_section_data (abfd, section)->comdat->name
1664 if (coff_section_data (abfd, section) == NULL)
1676 coff_section_data (abfd, section)->tdata = bfd_zalloc (abfd, amt);
1677 if (coff_section_data (abfd, section)->tdata == NULL)
3115 if (coff_section_data (abfd, current) == NULL)
3127 coff_section_data (abfd, current)->tdata = bfd_zalloc (abfd, amt);
3128 if (coff_section_data (abf
[all...]
H A DpeXXigen.c516 && (coff_section_data (abfd, sec) != NULL)
655 if (coff_section_data (abfd, sec) != NULL
1602 || coff_section_data (abfd, section) == NULL
2019 if (coff_section_data (ibfd, isec) != NULL
2022 if (coff_section_data (obfd, osec) == NULL)
2033 coff_section_data (obfd, osec)->tdata = bfd_zalloc (obfd, amt);
2034 if (coff_section_data (obfd, osec)->tdata == NULL)

Completed in 207 milliseconds