Home | History | Annotate | Download | only in bfd

Lines Matching refs:section

124   Section contents have already been written.  We write the
208 if (bfd_is_und_section (symbol->section)
212 /* Work out which section the relocation is targeted at and the
214 if (bfd_is_com_section (symbol->section))
219 relocation += symbol->section->output_section->vma;
220 relocation += symbol->section->output_offset;
253 if (bfd_is_und_section (symbol->section)
257 /* Work out which section the relocation is targeted at and the
259 if (bfd_is_com_section (symbol->section))
264 relocation += symbol->section->output_section->vma;
265 relocation += symbol->section->output_offset;
338 sec_ptr section,
342 arelent *tblptr = section->relocation;
347 if (section->flags & SEC_CONSTRUCTOR)
349 arelent_chain *chain = section->constructor_chain;
351 for (count = 0; count < section->reloc_count; count++)
357 return section->reloc_count;
360 if (tblptr && section->reloc_count)
362 for (count = 0; count++ < section->reloc_count;)
365 return section->reloc_count;
368 if (!NAME(aout,slurp_reloc_table) (abfd, section, symbols))
370 tblptr = section->relocation;
373 for (count = 0; count++ < section->reloc_count;)
381 return section->reloc_count;