Home | History | Annotate | Download | only in bfd

Lines Matching refs:sym_section

167   asection *sym_section;
1093 if (reloc_data.sym_section != NULL)
1097 reloc_data.sym_section->name,
1098 (unsigned int) reloc_data.sym_section->output_offset);
1099 if (reloc_data.sym_section->output_section != NULL)
1101 ((unsigned int) reloc_data.sym_section->output_section->vma));
1103 if (reloc_data.sym_section->owner
1104 && reloc_data.sym_section->owner->filename)
1105 ARC_DEBUG (" file: %s\n", reloc_data.sym_section->owner->filename);
1200 + (reloc_data.sym_section->output_section != NULL ? \
1201 (reloc_data.sym_section->output_offset \
1202 + reloc_data.sym_section->output_section->vma) : 0)))
1204 + (reloc_data.sym_section->output_section != NULL ? \
1205 (reloc_data.sym_section->output_offset \
1206 + reloc_data.sym_section->output_section->vma) : 0)))
1227 #define SECTSTART (bfd_signed_vma) (reloc_data.sym_section->output_section->vma \
1228 + reloc_data.sym_section->output_offset)
1230 (bfd_signed_vma) (reloc_data.sym_section->output_section->vma)
1231 #define JLI (bfd_signed_vma) (reloc_data.sym_section->output_section->vma)
1242 asection *sym_section = reloc_data.sym_section; \
1249 if (sym_section->output_section != NULL) \
1251 sym_section->output_section->vma \
1252 + sym_section->output_offset); \
1483 .sym_section = NULL,
1620 reloc_data.sym_section = sec;
1679 reloc_data.sym_section = h->root.u.def.section;
1691 + (reloc_data.sym_section->output_section != NULL ?
1692 (reloc_data.sym_section->output_offset
1693 + reloc_data.sym_section->output_section->vma)
1705 reloc_data.sym_section = htab->splt;
1714 reloc_data.sym_section = htab->sgot;
1722 reloc_data.sym_section = htab->splt;
1733 reloc_data.sym_section = htab->sgot;
1746 reloc_data.sym_section = htab->splt;
1897 the sym_section should point to .got or .plt respectively. */
1899 && reloc_data.sym_section == NULL)