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

  /src/external/gpl3/binutils/dist/bfd/
elf64-ppc.c 8729 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf;
8740 if (eh->elf.root.u.def.section == toc_inf->toc)
8742 if (eh->elf.root.u.def.value > toc_inf->toc->rawsize)
8743 i = toc_inf->toc->rawsize >> 3;
8747 if ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0)
8753 while ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0);
8757 eh->elf.root.u.def.value -= toc_inf->skip[i];
8761 toc_inf->global_toc_syms = true;
8947 struct adjust_toc_info toc_inf;
8951 toc_inf.global_toc_syms = true
8725 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf; local
8943 struct adjust_toc_info toc_inf; local
9481 &toc_inf); local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf64-ppc.c 8729 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf;
8740 if (eh->elf.root.u.def.section == toc_inf->toc)
8742 if (eh->elf.root.u.def.value > toc_inf->toc->rawsize)
8743 i = toc_inf->toc->rawsize >> 3;
8747 if ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0)
8753 while ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0);
8757 eh->elf.root.u.def.value -= toc_inf->skip[i];
8761 toc_inf->global_toc_syms = true;
8947 struct adjust_toc_info toc_inf;
8951 toc_inf.global_toc_syms = true
8725 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf; local
8943 struct adjust_toc_info toc_inf; local
9481 &toc_inf); local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf64-ppc.c 8722 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf;
8733 if (eh->elf.root.u.def.section == toc_inf->toc)
8735 if (eh->elf.root.u.def.value > toc_inf->toc->rawsize)
8736 i = toc_inf->toc->rawsize >> 3;
8740 if ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0)
8746 while ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0);
8750 eh->elf.root.u.def.value -= toc_inf->skip[i];
8754 toc_inf->global_toc_syms = true;
8940 struct adjust_toc_info toc_inf;
8944 toc_inf.global_toc_syms = true
8718 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf; local
8936 struct adjust_toc_info toc_inf; local
9474 &toc_inf); local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf64-ppc.c 8719 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf;
8730 if (eh->elf.root.u.def.section == toc_inf->toc)
8732 if (eh->elf.root.u.def.value > toc_inf->toc->rawsize)
8733 i = toc_inf->toc->rawsize >> 3;
8737 if ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0)
8743 while ((toc_inf->skip[i] & (ref_from_discarded | can_optimize)) != 0);
8747 eh->elf.root.u.def.value -= toc_inf->skip[i];
8751 toc_inf->global_toc_syms = true;
8937 struct adjust_toc_info toc_inf;
8941 toc_inf.global_toc_syms = true
8715 struct adjust_toc_info *toc_inf = (struct adjust_toc_info *) inf; local
8933 struct adjust_toc_info toc_inf; local
9471 &toc_inf); local
    [all...]

Completed in 47 milliseconds