Lines Matching refs:sym_section
167 asection *sym_section;
1088 if (reloc_data.sym_section != NULL)
1092 reloc_data.sym_section->name,
1093 (unsigned int) reloc_data.sym_section->output_offset);
1094 if (reloc_data.sym_section->output_section != NULL)
1096 ((unsigned int) reloc_data.sym_section->output_section->vma));
1098 if (reloc_data.sym_section->owner
1099 && reloc_data.sym_section->owner->filename)
1100 ARC_DEBUG (" file: %s\n", reloc_data.sym_section->owner->filename);
1195 + (reloc_data.sym_section->output_section != NULL ? \
1196 (reloc_data.sym_section->output_offset \
1197 + reloc_data.sym_section->output_section->vma) : 0)))
1199 + (reloc_data.sym_section->output_section != NULL ? \
1200 (reloc_data.sym_section->output_offset \
1201 + reloc_data.sym_section->output_section->vma) : 0)))
1222 #define SECTSTART (bfd_signed_vma) (reloc_data.sym_section->output_section->vma \
1223 + reloc_data.sym_section->output_offset)
1225 (bfd_signed_vma) (reloc_data.sym_section->output_section->vma)
1226 #define JLI (bfd_signed_vma) (reloc_data.sym_section->output_section->vma)
1237 asection *sym_section = reloc_data.sym_section; \
1244 if (sym_section->output_section != NULL) \
1246 sym_section->output_section->vma \
1247 + sym_section->output_offset); \
1478 .sym_section = NULL,
1615 reloc_data.sym_section = sec;
1674 reloc_data.sym_section = h->root.u.def.section;
1686 + (reloc_data.sym_section->output_section != NULL ?
1687 (reloc_data.sym_section->output_offset
1688 + reloc_data.sym_section->output_section->vma)
1700 reloc_data.sym_section = htab->splt;
1709 reloc_data.sym_section = htab->sgot;
1717 reloc_data.sym_section = htab->splt;
1728 reloc_data.sym_section = htab->sgot;
1741 reloc_data.sym_section = htab->splt;
1892 the sym_section should point to .got or .plt respectively. */
1894 && reloc_data.sym_section == NULL)