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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf32-ppc.c2881 elf_linker_section_pointers_t *linker_section_ptr;
2934 linker_section_ptr = bfd_alloc (abfd, amt);
2936 if (!linker_section_ptr)
2939 linker_section_ptr->next = *ptr_linker_section_ptr;
2940 linker_section_ptr->addend = rel->r_addend;
2941 linker_section_ptr->lsect = lsect;
2942 *ptr_linker_section_ptr = linker_section_ptr;
2944 linker_section_ptr->offset = lsect->section->size;
2950 lsect->name, (long) linker_section_ptr->offset,
5573 elf_linker_section_pointers_t *linker_section_ptr;
2875 elf_linker_section_pointers_t *linker_section_ptr; local
5558 elf_linker_section_pointers_t *linker_section_ptr; local
[all...]

Completed in 260 milliseconds