Home
last modified time | relevance | path

Searched refs:C_THUMBSTATFUNC (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dcoffread.c903 case C_THUMBSTATFUNC: in coff_symtab_read()
1245 case C_THUMBSTATFUNC: in read_one_sym()
1556 || cs->c_sclass == C_THUMBSTATFUNC) in process_coff_symbol()
1585 case C_THUMBSTATFUNC: in process_coff_symbol()
Darm-tdep.c9711 || val == C_THUMBSTATFUNC in coff_sym_is_thumb()
/netbsd/src/external/gpl3/binutils/dist/include/coff/
Dinternal.h384 #define C_THUMBSTATFUNC (C_THUMBSTAT + 20) /* 151 */ macro
DChangeLog-9103402 * internal.h (C_THUMBEXTFUNC, C_THUMBSTATFUNC): Constants to
/netbsd/src/external/gpl3/gdb/dist/include/coff/
Dinternal.h384 #define C_THUMBSTATFUNC (C_THUMBSTAT + 20) /* 151 */ macro
DChangeLog-9103402 * internal.h (C_THUMBEXTFUNC, C_THUMBSTATFUNC): Constants to
/netbsd/src/external/gpl3/binutils/dist/bfd/
Dcoff-arm.c1337 if ( h->symbol_class == C_THUMBSTATFUNC in coff_arm_relocate_section()
1724 && ( h->symbol_class == C_THUMBSTATFUNC in coff_arm_relocate_section()
1733 if ( sym->n_sclass == C_THUMBSTATFUNC in coff_arm_relocate_section()
Dcoffcode.h4869 case C_THUMBSTATFUNC:/* Thumb static function. */ in coff_slurp_symbol_table()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Dcoff-arm.c1337 if ( h->symbol_class == C_THUMBSTATFUNC in coff_arm_relocate_section()
1724 && ( h->symbol_class == C_THUMBSTATFUNC in coff_arm_relocate_section()
1733 if ( sym->n_sclass == C_THUMBSTATFUNC in coff_arm_relocate_section()
Dcoffcode.h4869 case C_THUMBSTATFUNC:/* Thumb static function. */ in coff_slurp_symbol_table()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Darm-dis.c12822 || cs->native->u.syment.n_sclass == C_THUMBSTATFUNC); in print_insn()
/netbsd/src/external/gpl3/gdb/dist/opcodes/
Darm-dis.c12664 || cs->native->u.syment.n_sclass == C_THUMBSTATFUNC); in print_insn()
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-arm.c30792 S_SET_STORAGE_CLASS (sym, C_THUMBSTATFUNC); in arm_adjust_symtab()