Home | History | Annotate | Download | only in bfd

Lines Matching refs:coff_section_data

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;