Home | History | Annotate | Download | only in bfd

Lines Matching refs:symbol

225 			asymbol *symbol ATTRIBUTE_UNUSED,
238 asymbol *symbol,
249 /* If this is an undefined symbol, return error. */
250 if (bfd_is_und_section (symbol->section)
251 && (symbol->flags & BSF_WEAK) == 0)
256 if (symbol->section->name != input_section->name
262 relocation += symbol->value;
263 relocation += symbol->section->output_section->vma;
264 relocation += symbol->section->output_offset;
402 /* Name was clobbered by aout_write_syms to be symbol index. */
404 /* If this relocation is relative to a symbol then set the
408 from the abs section, or as a symbol which has an abs value.
415 if (bfd_abs_section_ptr->symbol == sym)
417 /* Whoops, looked like an abs symbol, but is really an offset
424 /* Fill in symbol. */