Home | History | Annotate | Download | only in bfd

Lines Matching refs:symbol

50   asymbol *symbol = *(reloc->sym_ptr_ptr);
51 /* A symbol holds a pointer to a section, and an offset from the
55 if (bfd_is_und_section (symbol->section)
56 || bfd_is_com_section (symbol->section))
60 /* The symbol is undefined in this BFD. Look it up in the
66 bfd_asymbol_name (symbol),
84 (link_info, bfd_asymbol_name (symbol),
93 value = symbol->value
94 + symbol->section->output_offset
95 + symbol->section->output_section->vma;