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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Delf32-ppc.c2359 elf_linker_section_pointers_t *linker_section_ptr;
2430 linker_section_ptr = bfd_alloc (abfd, amt);
2432 if (!linker_section_ptr)
2435 linker_section_ptr->next = *ptr_linker_section_ptr;
2436 linker_section_ptr->addend = rel->r_addend;
2437 linker_section_ptr->lsect = lsect;
2438 linker_section_ptr->written_address_p = FALSE;
2439 *ptr_linker_section_ptr = linker_section_ptr;
2441 linker_section_ptr->offset = lsect->section->_raw_size;
2447 lsect->name, (long) linker_section_ptr
2350 elf_linker_section_pointers_t *linker_section_ptr; local
2459 elf_linker_section_pointers_t *linker_section_ptr; local
[all...]
H A Delflink.h7596 elf_linker_section_pointers_t *linker_section_ptr;
7667 linker_section_ptr = (elf_linker_section_pointers_t *) bfd_alloc (abfd, amt);
7669 if (!linker_section_ptr)
7672 linker_section_ptr->next = *ptr_linker_section_ptr;
7673 linker_section_ptr->addend = rel->r_addend;
7674 linker_section_ptr->which = lsect->which;
7675 linker_section_ptr->written_address_p = FALSE;
7676 *ptr_linker_section_ptr = linker_section_ptr;
7681 linker_section_ptr->offset = (lsect->section->_raw_size
7699 linker_section_ptr
7586 elf_linker_section_pointers_t *linker_section_ptr; variable
7724 elf_linker_section_pointers_t *linker_section_ptr; variable
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-ppc.c2807 elf_linker_section_pointers_t *linker_section_ptr;
2860 linker_section_ptr = bfd_alloc (abfd, amt);
2862 if (!linker_section_ptr)
2865 linker_section_ptr->next = *ptr_linker_section_ptr;
2866 linker_section_ptr->addend = rel->r_addend;
2867 linker_section_ptr->lsect = lsect;
2868 *ptr_linker_section_ptr = linker_section_ptr;
2870 linker_section_ptr->offset = lsect->section->size;
2876 lsect->name, (long) linker_section_ptr->offset,
5442 elf_linker_section_pointers_t *linker_section_ptr;
2801 elf_linker_section_pointers_t *linker_section_ptr; local
5427 elf_linker_section_pointers_t *linker_section_ptr; local
[all...]

Completed in 310 milliseconds