Home
last modified time | relevance | path

Searched refs:STT_ARM_TFUNC (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf32-arm.c3131 if (sym_flags == STT_ARM_TFUNC) in elf32_arm_final_link_relocate()
3258 if (sym_flags == STT_ARM_TFUNC) in elf32_arm_final_link_relocate()
3280 if (sym_flags == STT_ARM_TFUNC) in elf32_arm_final_link_relocate()
3286 if (sym_flags == STT_ARM_TFUNC) in elf32_arm_final_link_relocate()
3304 if (sym_flags == STT_ARM_TFUNC) in elf32_arm_final_link_relocate()
3378 if (sym_flags == STT_ARM_TFUNC) in elf32_arm_final_link_relocate()
3709 if (sym_flags == STT_ARM_TFUNC) in elf32_arm_final_link_relocate()
3774 if (sym_flags == STT_ARM_TFUNC) in elf32_arm_final_link_relocate()
4120 if (sym_flags == STT_ARM_TFUNC) in elf32_arm_final_link_relocate()
5580 case STT_ARM_TFUNC: in elf32_arm_get_symbol_type()
[all …]
H A DChangeLog-98993760 like _elf_bfd_find_nearest_line() except that STT_ARM_TFUNC is
3799 (record_thumb_to_arm_glue): Change to use STT_ARM_TFUNC.
3801 check for STT_ARM_TFUNC.
/openbsd/gnu/usr.bin/binutils/include/elf/
H A Darm.h59 #define STT_ARM_TFUNC STT_LOPROC /* A Thumb function. */ macro
H A DChangeLog-9103988 * arm.h (STT_ARM_TFUNC): Define in terms of STT_LOPROC.
1350 * arm.h: Define STT_ARM_TFUNC. Remove ST_THUMB_xxxx
/openbsd/gnu/usr.bin/binutils/bfd/
H A Delf32-arm.h697 myh->type = ELF_ST_INFO (bind, STT_ARM_TFUNC);
917 if (ELF_ST_TYPE(h->type) == STT_ARM_TFUNC)
925 if (ELF_ST_TYPE (h->type) != STT_ARM_TFUNC)
1417 if (sym_flags != STT_ARM_TFUNC)
1427 if (sym_flags == STT_ARM_TFUNC)
1519 if (sym_flags == STT_ARM_TFUNC)
1613 if (sym_flags == STT_ARM_TFUNC)
1764 if (sym_flags == STT_ARM_TFUNC)
1827 if (sym_flags == STT_ARM_TFUNC)
2699 case STT_ARM_TFUNC:
[all …]
H A DChangeLog-98993760 like _elf_bfd_find_nearest_line() except that STT_ARM_TFUNC is
3799 (record_thumb_to_arm_glue): Change to use STT_ARM_TFUNC.
3801 check for STT_ARM_TFUNC.
/openbsd/gnu/usr.bin/binutils-2.17/include/elf/
H A Darm.h70 #define STT_ARM_TFUNC STT_LOPROC /* A Thumb function. */ macro
H A DChangeLog-91031022 * arm.h (STT_ARM_TFUNC): Define in terms of STT_LOPROC.
1384 * arm.h: Define STT_ARM_TFUNC. Remove ST_THUMB_xxxx
/openbsd/gnu/usr.bin/binutils-2.17/ld/emultempl/
H A Darmelf.em170 if (!h || ELF_ST_TYPE(eh->type) != STT_ARM_TFUNC)
/openbsd/gnu/usr.bin/binutils/opcodes/
H A Darm-dis.c1280 is_thumb = (type == STT_ARM_TFUNC) || (type == STT_ARM_16BIT);
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Darm-dis.c2949 is_thumb = (type == STT_ARM_TFUNC) || (type == STT_ARM_16BIT); in print_insn()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dreadelf.c7187 if (elf_header.e_machine == EM_ARM && type == STT_ARM_TFUNC) in get_symbol_type()
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dreadelf.c5543 if (elf_header.e_machine == EM_ARM && type == STT_ARM_TFUNC) in get_symbol_type()
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c13944 ELF_ST_INFO (bind, STT_ARM_TFUNC); in arm_adjust_symtab()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c12998 ELF_ST_INFO (bind, STT_ARM_TFUNC); in arm_adjust_symtab()