Lines Matching defs:linker_section_ptr
2682 elf_linker_section_pointers_t *linker_section_ptr;
2737 linker_section_ptr = bfd_alloc (abfd, amt);
2739 if (!linker_section_ptr)
2742 linker_section_ptr->next = *ptr_linker_section_ptr;
2743 linker_section_ptr->addend = rel->r_addend;
2744 linker_section_ptr->lsect = lsect;
2745 *ptr_linker_section_ptr = linker_section_ptr;
2749 linker_section_ptr->offset = lsect->section->size;
2755 lsect->name, (long) linker_section_ptr->offset,
6714 elf_linker_section_pointers_t *linker_section_ptr;
6725 linker_section_ptr = eh->linker_section_pointer;
6734 linker_section_ptr = elf_local_ptr_offsets (input_bfd)[r_symndx];
6737 linker_section_ptr = elf_find_pointer_linker_section (linker_section_ptr,
6740 BFD_ASSERT (linker_section_ptr != NULL);
6744 if ((linker_section_ptr->offset & 1) == 0)
6747 relocation + linker_section_ptr->addend,
6748 lsect->section->contents + linker_section_ptr->offset);
6749 linker_section_ptr->offset += 1;
6754 + linker_section_ptr->offset - 1