Home | History | Annotate | Download | only in bfd

Lines Matching defs:linker_section_ptr

2669   elf_linker_section_pointers_t *linker_section_ptr;
2724 linker_section_ptr = bfd_alloc (abfd, amt);
2726 if (!linker_section_ptr)
2729 linker_section_ptr->next = *ptr_linker_section_ptr;
2730 linker_section_ptr->addend = rel->r_addend;
2731 linker_section_ptr->lsect = lsect;
2732 *ptr_linker_section_ptr = linker_section_ptr;
2736 linker_section_ptr->offset = lsect->section->size;
2742 lsect->name, (long) linker_section_ptr->offset,
6690 elf_linker_section_pointers_t *linker_section_ptr;
6701 linker_section_ptr = eh->linker_section_pointer;
6710 linker_section_ptr = elf_local_ptr_offsets (input_bfd)[r_symndx];
6713 linker_section_ptr = elf_find_pointer_linker_section (linker_section_ptr,
6716 BFD_ASSERT (linker_section_ptr != NULL);
6720 if ((linker_section_ptr->offset & 1) == 0)
6723 relocation + linker_section_ptr->addend,
6724 lsect->section->contents + linker_section_ptr->offset);
6725 linker_section_ptr->offset += 1;
6730 + linker_section_ptr->offset - 1