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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c2880 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL;
2899 ptr_linker_section_ptr = &eh->linker_section_pointer;
2927 ptr_linker_section_ptr = &ptr[r_symndx];
2932 BFD_ASSERT (ptr_linker_section_ptr != NULL);
2939 linker_section_ptr->next = *ptr_linker_section_ptr;
2942 *ptr_linker_section_ptr = linker_section_ptr;
2874 elf_linker_section_pointers_t **ptr_linker_section_ptr = NULL; local

Completed in 86 milliseconds