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

/freebsd-12-stable/contrib/binutils/bfd/
H A Delf32-ppc.c2929 elf_linker_section_pointers_t *linker_section_ptr;
2982 linker_section_ptr = bfd_alloc (abfd, amt);
2984 if (!linker_section_ptr)
2987 linker_section_ptr->next = *ptr_linker_section_ptr;
2988 linker_section_ptr->addend = rel->r_addend;
2989 linker_section_ptr->lsect = lsect;
2990 *ptr_linker_section_ptr = linker_section_ptr;
2992 linker_section_ptr->offset = lsect->section->size;
2998 lsect->name, (long) linker_section_ptr->offset,
5709 elf_linker_section_pointers_t *linker_section_ptr;
2923 elf_linker_section_pointers_t *linker_section_ptr; local
5694 elf_linker_section_pointers_t *linker_section_ptr; local
[all...]

Completed in 57 milliseconds