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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-ppc.c2358 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL;
2377 ptr_linker_section_ptr = &eh->linker_section_pointer;
2414 ptr_linker_section_ptr = &ptr[r_symndx];
2428 BFD_ASSERT (ptr_linker_section_ptr != NULL);
2435 linker_section_ptr->next = *ptr_linker_section_ptr;
2439 *ptr_linker_section_ptr = linker_section_ptr;
2349 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL; local
H A Delflink.h7595 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL;
7611 ptr_linker_section_ptr = &h->linker_section_pointer;
7651 ptr_linker_section_ptr = &ptr[r_symndx];
7665 BFD_ASSERT (ptr_linker_section_ptr != NULL);
7672 linker_section_ptr->next = *ptr_linker_section_ptr;
7676 *ptr_linker_section_ptr = linker_section_ptr;
7585 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL; variable
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-ppc.c2806 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL;
2825 ptr_linker_section_ptr = &eh->linker_section_pointer;
2853 ptr_linker_section_ptr = &ptr[r_symndx];
2858 BFD_ASSERT (ptr_linker_section_ptr != NULL);
2865 linker_section_ptr->next = *ptr_linker_section_ptr;
2868 *ptr_linker_section_ptr = linker_section_ptr;
2800 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL; local

Completed in 369 milliseconds