Home | History | Annotate | Download | only in bfd

Lines Matching refs:sym_section

167   asection *sym_section;
1089 if (reloc_data.sym_section != NULL)
1093 reloc_data.sym_section->name,
1094 (unsigned int) reloc_data.sym_section->output_offset);
1095 if (reloc_data.sym_section->output_section != NULL)
1097 ((unsigned int) reloc_data.sym_section->output_section->vma));
1099 if (reloc_data.sym_section->owner
1100 && reloc_data.sym_section->owner->filename)
1101 ARC_DEBUG (" file: %s\n", reloc_data.sym_section->owner->filename);
1196 + (reloc_data.sym_section->output_section != NULL ? \
1197 (reloc_data.sym_section->output_offset \
1198 + reloc_data.sym_section->output_section->vma) : 0)))
1200 + (reloc_data.sym_section->output_section != NULL ? \
1201 (reloc_data.sym_section->output_offset \
1202 + reloc_data.sym_section->output_section->vma) : 0)))
1223 #define SECTSTART (bfd_signed_vma) (reloc_data.sym_section->output_section->vma \
1224 + reloc_data.sym_section->output_offset)
1226 (bfd_signed_vma) (reloc_data.sym_section->output_section->vma)
1227 #define JLI (bfd_signed_vma) (reloc_data.sym_section->output_section->vma)
1238 asection *sym_section = reloc_data.sym_section; \
1245 if (sym_section->output_section != NULL) \
1247 sym_section->output_section->vma \
1248 + sym_section->output_offset); \
1479 .sym_section = NULL,
1616 reloc_data.sym_section = sec;
1675 reloc_data.sym_section = h->root.u.def.section;
1687 + (reloc_data.sym_section->output_section != NULL ?
1688 (reloc_data.sym_section->output_offset
1689 + reloc_data.sym_section->output_section->vma)
1701 reloc_data.sym_section = htab->splt;
1710 reloc_data.sym_section = htab->sgot;
1718 reloc_data.sym_section = htab->splt;
1729 reloc_data.sym_section = htab->sgot;
1742 reloc_data.sym_section = htab->splt;
1893 the sym_section should point to .got or .plt respectively. */
1895 && reloc_data.sym_section == NULL)