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

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-ppc.c2682 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL;
2701 ptr_linker_section_ptr = &eh->linker_section_pointer;
2731 ptr_linker_section_ptr = &ptr[r_symndx];
2736 BFD_ASSERT (ptr_linker_section_ptr != NULL);
2743 linker_section_ptr->next = *ptr_linker_section_ptr;
2746 *ptr_linker_section_ptr = linker_section_ptr;
2675 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL; local
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-ppc.c2687 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL;
2706 ptr_linker_section_ptr = &eh->linker_section_pointer;
2736 ptr_linker_section_ptr = &ptr[r_symndx];
2741 BFD_ASSERT (ptr_linker_section_ptr != NULL);
2748 linker_section_ptr->next = *ptr_linker_section_ptr;
2751 *ptr_linker_section_ptr = linker_section_ptr;
2680 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL; local
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-ppc.c2687 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL;
2706 ptr_linker_section_ptr = &eh->linker_section_pointer;
2736 ptr_linker_section_ptr = &ptr[r_symndx];
2741 BFD_ASSERT (ptr_linker_section_ptr != NULL);
2748 linker_section_ptr->next = *ptr_linker_section_ptr;
2751 *ptr_linker_section_ptr = linker_section_ptr;
2680 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL; local
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-ppc.c2687 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL;
2706 ptr_linker_section_ptr = &eh->linker_section_pointer;
2736 ptr_linker_section_ptr = &ptr[r_symndx];
2741 BFD_ASSERT (ptr_linker_section_ptr != NULL);
2748 linker_section_ptr->next = *ptr_linker_section_ptr;
2751 *ptr_linker_section_ptr = linker_section_ptr;
2680 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL; local

Completed in 511 milliseconds