Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Delf32-ppc.c2922 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL; in elf_create_pointer_linker_section() local
2941 ptr_linker_section_ptr = &eh->linker_section_pointer; in elf_create_pointer_linker_section()
2969 ptr_linker_section_ptr = &ptr[r_symndx]; in elf_create_pointer_linker_section()
2974 BFD_ASSERT (ptr_linker_section_ptr != NULL); in elf_create_pointer_linker_section()
2981 linker_section_ptr->next = *ptr_linker_section_ptr; in elf_create_pointer_linker_section()
2984 *ptr_linker_section_ptr = linker_section_ptr; in elf_create_pointer_linker_section()