Home | History | Annotate | Download | only in bfd

Lines Matching refs:symbol

33                        asymbol *symbol,
44 && (symbol->flags & BSF_SECTION_SYM) == 0
53 if (bfd_is_und_section (symbol->section)
57 if (bfd_is_com_section (symbol->section))
60 relocation = symbol->value;
62 relocation += symbol->section->output_section->vma;
63 relocation += symbol->section->output_offset;
96 asymbol *symbol,
107 && (symbol->flags & BSF_SECTION_SYM) == 0
116 if (bfd_is_und_section (symbol->section)
120 if (bfd_is_com_section (symbol->section))
123 relocation = symbol->value;
125 relocation += symbol->section->output_section->vma;
126 relocation += symbol->section->output_offset;
160 asymbol *symbol,
171 && (symbol->flags & BSF_SECTION_SYM) == 0
180 if (bfd_is_und_section (symbol->section)
184 if (bfd_is_com_section (symbol->section))
187 relocation = symbol->value;
189 relocation += symbol->section->output_section->vma;
190 relocation += symbol->section->output_offset;
213 asymbol *symbol,
224 && (symbol->flags & BSF_SECTION_SYM) == 0
233 if (bfd_is_und_section (symbol->section)
237 if (bfd_is_com_section (symbol->section))
240 relocation = symbol->value;
242 relocation += symbol->section->output_section->vma;
243 relocation += symbol->section->output_offset;
1058 address or the reloc symbol index.
1063 corresponding to the st_shndx field of each local symbol.
1069 STB_LOCAL/STT_SECTION symbols specially. The output symbol is
1070 going to be the section symbol corresponding to the output
1240 /* Return whether a symbol name implies a local label. SVR4/860 compilers