Lines Matching refs:symbols
175 We also check for synthetic symbols as these are used for PLT entries
176 (weak undefined symbols may not have the function type set). Finally
188 if (info->symbols
189 && info->symbols[0]
190 && (info->symbols[0]->flags & (BSF_FUNCTION | BSF_SYNTHETIC))
191 && addr == bfd_asymbol_value (info->symbols[0]))
205 PLT symbols are marked BSF_SYNTHETIC. */
209 if (info->symbols
210 && info->symbols[0]
211 && (info->symbols[0]->flags & BSF_SYNTHETIC)
212 && addr == bfd_asymbol_value (info->symbols[0]) + 8)