HomeSort by relevance Sort by last modified time
    Searched refs:coff_section_data (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
coff-sh.c 722 if (coff_section_data (abfd, sec) == NULL)
757 if (coff_section_data (abfd, sec)->contents != NULL)
758 contents = coff_section_data (abfd, sec)->contents;
899 coff_section_data (abfd, sec)->relocs = internal_relocs;
900 coff_section_data (abfd, sec)->keep_relocs = TRUE;
902 coff_section_data (abfd, sec)->contents = contents;
903 coff_section_data (abfd, sec)->keep_contents = TRUE;
1005 if (coff_section_data (abfd, sec)->contents != NULL)
1006 contents = coff_section_data (abfd, sec)->contents;
1019 coff_section_data (abfd, sec)->relocs = internal_relocs
    [all...]
coff-i960.c 211 if (coff_section_data (output_bfd, osec) != NULL
212 && coff_section_data (output_bfd, osec)->tdata != NULL)
214 (asymbol **) coff_section_data (output_bfd, osec)->tdata;
237 if (coff_section_data (output_bfd, osec) == NULL)
244 coff_section_data (output_bfd, osec)->tdata = syms;
libcoff-in.h 217 #define coff_section_data(abfd, sec) \ macro
237 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
251 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
xcofflink.c 215 if (coff_section_data (abfd, sec) == NULL)
224 if (coff_section_data (abfd, sec)->contents == NULL)
234 coff_section_data (abfd, sec)->contents = contents;
264 contents = coff_section_data (abfd, lsec)->contents;
298 contents = coff_section_data (abfd, lsec)->contents;
300 coff_section_data (abfd, lsec)->keep_contents = TRUE;
385 contents = coff_section_data (abfd, lsec)->contents;
420 contents = coff_section_data (abfd, lsec)->contents;
641 if (coff_section_data (abfd, sec) != NULL
642 && coff_section_data (abfd, sec)->relocs == NUL
    [all...]
peicode.h 489 coff_section_data (vars->abfd, sec)->i);
499 if (coff_section_data (vars->abfd, sec) == NULL)
503 coff_section_data (vars->abfd, sec)->relocs = vars->int_reltab;
504 coff_section_data (vars->abfd, sec)->keep_relocs = TRUE;
645 /* Cache the index to the symbol in the coff_section_data structure. */
646 coff_section_data (vars->abfd, sec)->i = vars->sym_index - 1;
    [all...]
libcoff.h 221 #define coff_section_data(abfd, sec) \ macro
241 ((struct xcoff_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
255 ((struct pei_section_tdata *) coff_section_data ((abfd), (sec))->tdata)
    [all...]
coffgen.c 500 if (coff_section_data (abfd, sec) != NULL
501 && coff_section_data (abfd, sec)->relocs != NULL)
504 return coff_section_data (abfd, sec)->relocs;
505 memcpy (internal_relocs, coff_section_data (abfd, sec)->relocs,
550 if (coff_section_data (abfd, sec) == NULL)
556 coff_section_data (abfd, sec)->contents = NULL;
558 coff_section_data (abfd, sec)->relocs = free_internal;
    [all...]
cofflink.c 379 && coff_section_data (abfd, section) != NULL
380 && coff_section_data (abfd, section)->comdat != NULL
382 && strcmp (name, coff_section_data (abfd, section)->comdat->name) == 0)
389 && coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat != NULL
390 && strcmp (coff_section_data (abfd, (*sym_hash)->root.u.def.section)->comdat->name,
391 coff_section_data (abfd, section)->comdat->name) == 0)
531 = coff_section_data (abfd, stab);
539 secdata = coff_section_data (abfd, stab);
    [all...]
pei-x86_64.c 298 || coff_section_data (abfd, section) == NULL
462 || coff_section_data (abfd, pdata_section) == NULL
coffcode.h     [all...]
peXXigen.c 609 && (coff_section_data (abfd, sec) != NULL)
734 if (coff_section_data (abfd, sec) != NULL
    [all...]

Completed in 769 milliseconds