Lines Matching refs:output_section
88 relocation += symbol->section->output_section->vma; in _bfd_dlx_elf_hi16_reloc()
139 if (strcmp (input_section->name, symbol->section->output_section->name) != 0) in elf32_dlx_relocate16()
142 symbol->section->output_section->name); in elf32_dlx_relocate16()
147 allignment = 1 << (input_section->output_section->alignment_power - 1); in elf32_dlx_relocate16()
154 vallo += (((unsigned long)(input_section->output_section->vma + in elf32_dlx_relocate16()
160 symbol->section->output_section->vma + in elf32_dlx_relocate16()
201 if (strcmp (input_section->name, symbol->section->output_section->name) != 0) in elf32_dlx_relocate26()
204 symbol->section->output_section->name); in elf32_dlx_relocate26()
209 allignment = 1 << (input_section->output_section->alignment_power - 1); in elf32_dlx_relocate26()
216 vallo += (((unsigned long) (input_section->output_section->vma + in elf32_dlx_relocate26()
222 symbol->section->output_section->vma + symbol->value) in elf32_dlx_relocate26()