HomeSort by: relevance | last modified time | path
    Searched defs:linker_section_ptr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
elf32-ppc.c 2669 elf_linker_section_pointers_t *linker_section_ptr;
2724 linker_section_ptr = bfd_alloc (abfd, amt);
2726 if (!linker_section_ptr)
2729 linker_section_ptr->next = *ptr_linker_section_ptr;
2730 linker_section_ptr->addend = rel->r_addend;
2731 linker_section_ptr->lsect = lsect;
2732 *ptr_linker_section_ptr = linker_section_ptr;
2736 linker_section_ptr->offset = lsect->section->size;
2742 lsect->name, (long) linker_section_ptr->offset,
6690 elf_linker_section_pointers_t *linker_section_ptr;
2662 elf_linker_section_pointers_t *linker_section_ptr; local
6674 elf_linker_section_pointers_t *linker_section_ptr; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-ppc.c 2682 elf_linker_section_pointers_t *linker_section_ptr;
2737 linker_section_ptr = bfd_alloc (abfd, amt);
2739 if (!linker_section_ptr)
2742 linker_section_ptr->next = *ptr_linker_section_ptr;
2743 linker_section_ptr->addend = rel->r_addend;
2744 linker_section_ptr->lsect = lsect;
2745 *ptr_linker_section_ptr = linker_section_ptr;
2749 linker_section_ptr->offset = lsect->section->size;
2755 lsect->name, (long) linker_section_ptr->offset,
6705 elf_linker_section_pointers_t *linker_section_ptr;
2675 elf_linker_section_pointers_t *linker_section_ptr; local
6689 elf_linker_section_pointers_t *linker_section_ptr; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-ppc.c 2682 elf_linker_section_pointers_t *linker_section_ptr;
2737 linker_section_ptr = bfd_alloc (abfd, amt);
2739 if (!linker_section_ptr)
2742 linker_section_ptr->next = *ptr_linker_section_ptr;
2743 linker_section_ptr->addend = rel->r_addend;
2744 linker_section_ptr->lsect = lsect;
2745 *ptr_linker_section_ptr = linker_section_ptr;
2749 linker_section_ptr->offset = lsect->section->size;
2755 lsect->name, (long) linker_section_ptr->offset,
6714 elf_linker_section_pointers_t *linker_section_ptr;
2675 elf_linker_section_pointers_t *linker_section_ptr; local
6698 elf_linker_section_pointers_t *linker_section_ptr; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-ppc.c 2669 elf_linker_section_pointers_t *linker_section_ptr;
2724 linker_section_ptr = bfd_alloc (abfd, amt);
2726 if (!linker_section_ptr)
2729 linker_section_ptr->next = *ptr_linker_section_ptr;
2730 linker_section_ptr->addend = rel->r_addend;
2731 linker_section_ptr->lsect = lsect;
2732 *ptr_linker_section_ptr = linker_section_ptr;
2736 linker_section_ptr->offset = lsect->section->size;
2742 lsect->name, (long) linker_section_ptr->offset,
6692 elf_linker_section_pointers_t *linker_section_ptr;
2662 elf_linker_section_pointers_t *linker_section_ptr; local
6676 elf_linker_section_pointers_t *linker_section_ptr; local
    [all...]

Completed in 34 milliseconds