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

  /src/external/gpl3/binutils/dist/bfd/
elf32-arm.c 3629 union and *ARM_PLT at the ARM-specific information. */
3635 struct arm_plt_info **arm_plt)
3645 *arm_plt = &h->plt;
3660 *arm_plt = &local_iplt->arm;
3666 /* Return true if the PLT described by ARM_PLT requires a Thumb stub
3671 struct arm_plt_info *arm_plt)
3677 return (!using_thumb_only (htab) && (arm_plt->thumb_refcount != 0
3678 || (!htab->use_blx && arm_plt->maybe_thumb_refcount != 0)));
4140 struct arm_plt_info *arm_plt; local
4201 &arm_plt)
10223 struct arm_plt_info *arm_plt; local
15602 struct arm_plt_info *arm_plt; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-arm.c 3688 union and *ARM_PLT at the ARM-specific information. */
3694 struct arm_plt_info **arm_plt)
3704 *arm_plt = &h->plt;
3719 *arm_plt = &local_iplt->arm;
3725 /* Return true if the PLT described by ARM_PLT requires a Thumb stub
3730 struct arm_plt_info *arm_plt)
3736 return (!using_thumb_only (htab) && (arm_plt->thumb_refcount != 0
3737 || (!htab->use_blx && arm_plt->maybe_thumb_refcount != 0)));
4204 struct arm_plt_info *arm_plt; local
4265 &arm_plt)
10352 struct arm_plt_info *arm_plt; local
15729 struct arm_plt_info *arm_plt; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-arm.c 3684 union and *ARM_PLT at the ARM-specific information. */
3690 struct arm_plt_info **arm_plt)
3700 *arm_plt = &h->plt;
3715 *arm_plt = &local_iplt->arm;
3721 /* Return true if the PLT described by ARM_PLT requires a Thumb stub
3726 struct arm_plt_info *arm_plt)
3732 return (!using_thumb_only (htab) && (arm_plt->thumb_refcount != 0
3733 || (!htab->use_blx && arm_plt->maybe_thumb_refcount != 0)));
4200 struct arm_plt_info *arm_plt; local
4261 &arm_plt)
10346 struct arm_plt_info *arm_plt; local
15723 struct arm_plt_info *arm_plt; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-arm.c 3618 union and *ARM_PLT at the ARM-specific information. */
3624 struct arm_plt_info **arm_plt)
3634 *arm_plt = &h->plt;
3649 *arm_plt = &local_iplt->arm;
3655 /* Return true if the PLT described by ARM_PLT requires a Thumb stub
3660 struct arm_plt_info *arm_plt)
3666 return (!using_thumb_only (htab) && (arm_plt->thumb_refcount != 0
3667 || (!htab->use_blx && arm_plt->maybe_thumb_refcount != 0)));
4134 struct arm_plt_info *arm_plt; local
4195 &arm_plt)
10218 struct arm_plt_info *arm_plt; local
15597 struct arm_plt_info *arm_plt; local
    [all...]

Completed in 38 milliseconds