Searched refs:STT_ARM_TFUNC (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/binutils/bfd/
H A Delf32-arm.c2815 myh->type = ELF_ST_INFO (STB_LOCAL, STT_ARM_TFUNC);
3229 if (ELF_ST_TYPE(h->type) == STT_ARM_TFUNC
3238 if (ELF_ST_TYPE (h->type) != STT_ARM_TFUNC && !globals->use_blx
4689 if (sym_flags == STT_ARM_TFUNC)
4766 if (sym_flags != STT_ARM_TFUNC)
4775 if (sym_flags == STT_ARM_TFUNC)
4839 if (sym_flags == STT_ARM_TFUNC)
4849 if (sym_flags == STT_ARM_TFUNC)
4862 if (sym_flags == STT_ARM_TFUNC)
4872 if (sym_flags == STT_ARM_TFUNC)
[all...]
/freebsd-10.2-release/contrib/binutils/include/elf/
H A Darm.h70 #define STT_ARM_TFUNC STT_LOPROC /* A Thumb function. */ macro
/freebsd-10.2-release/contrib/binutils/opcodes/
H A Darm-dis.c3946 if (type == STT_FUNC || type == STT_ARM_TFUNC)
3948 *map_type = (type == STT_ARM_TFUNC) ? MAP_THUMB : MAP_ARM;
4097 is_thumb = (type == STT_ARM_TFUNC) || (type == STT_ARM_16BIT);
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dreadelf.c6885 if (elf_header.e_machine == EM_ARM && type == STT_ARM_TFUNC)
/freebsd-10.2-release/contrib/binutils/gas/config/
H A Dtc-arm.c19518 ELF_ST_INFO (bind, STT_ARM_TFUNC);

Completed in 210 milliseconds