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

/haiku-buildtools/legacy/binutils/bfd/
H A Delf32-arm.c1726 int use_blx; member in struct:elf32_arm_link_hash_table
1999 ret->use_blx = 0;
2401 globals->use_blx = 1;
2524 && !(r_type == R_ARM_CALL && globals->use_blx))
2532 if (ELF_ST_TYPE (h->type) != STT_ARM_TFUNC && !globals->use_blx)
2574 int use_blx)
2593 globals->use_blx |= use_blx;
3188 else if (r_type != R_ARM_CALL || !globals->use_blx)
3386 if (globals->use_blx)
2570 bfd_elf32_arm_set_target_relocs(struct bfd_link_info *link_info, int target1_is_rel, char * target2_type, int fix_v4bx, int use_blx) argument
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf32-arm.c3110 int use_blx; member in struct:elf32_arm_link_hash_table
3405 || (!htab->use_blx && arm_plt->maybe_thumb_refcount != 0));
3956 if (globals->use_blx
4006 || r_type == R_ARM_THM_TLS_CALL) && !globals->use_blx)
4036 ? ((globals->use_blx
4047 : ((globals->use_blx
4103 ? (globals->use_blx ? arm_stub_long_branch_any_tls_pic
4105 : ((globals->use_blx && r_type == R_ARM_THM_CALL)
4112 : ((globals->use_blx && r_type == R_ARM_THM_CALL)
4156 || (r_type == R_ARM_CALL && !globals->use_blx)
[all...]
H A Dbfd-in.h916 int use_blx;
910 int use_blx; member in struct:elf32_arm_params
H A Dbfd-in2.h923 int use_blx;
917 int use_blx; member in struct:elf32_arm_params

Completed in 204 milliseconds