Home
last modified time | relevance | path

Searched refs:linker_section_ptr (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-ppc.c2976 linker_section_ptr = bfd_alloc (abfd, amt); in elf_create_pointer_linker_section()
2978 if (!linker_section_ptr) in elf_create_pointer_linker_section()
2982 linker_section_ptr->addend = rel->r_addend; in elf_create_pointer_linker_section()
2983 linker_section_ptr->lsect = lsect; in elf_create_pointer_linker_section()
2984 *ptr_linker_section_ptr = linker_section_ptr; in elf_create_pointer_linker_section()
5716 linker_section_ptr = elf_find_pointer_linker_section (linker_section_ptr, in elf_finish_pointer_linker_section()
5719 BFD_ASSERT (linker_section_ptr != NULL); in elf_finish_pointer_linker_section()
5723 if ((linker_section_ptr->offset & 1) == 0) in elf_finish_pointer_linker_section()
5726 relocation + linker_section_ptr->addend, in elf_finish_pointer_linker_section()
5728 linker_section_ptr->offset += 1; in elf_finish_pointer_linker_section()
[all …]