Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/contrib/opensolaris/head/
Dsyms.h145 #define ISFCN(x) (((x) & N_TMASK) == (DT_FCN << N_BTSHFT)) macro
/freebsd-12-stable/contrib/binutils/bfd/
Dcoffswap.h448 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class)) in coff_swap_aux_in()
468 if (ISFCN (type)) in coff_swap_aux_in()
539 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class)) in coff_swap_aux_out()
559 if (ISFCN (type)) in coff_swap_aux_out()
DpeXXigen.c263 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class)) in _bfd_XXi_swap_aux_in()
280 if (ISFCN (type)) in _bfd_XXi_swap_aux_in()
337 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class)) in _bfd_XXi_swap_aux_out()
354 if (ISFCN (type)) in _bfd_XXi_swap_aux_out()
Dcoff64-rs6000.c417 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
424 if (ISFCN (type))
502 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
511 if (ISFCN (type))
Dcofflink.c1479 if (! ISFCN (isym.n_type)) in _bfd_coff_link_input_bfd()
1980 if (ISFCN (isymp->n_type) in _bfd_coff_link_input_bfd()
2193 if ((ISFCN (is.n_type) in _bfd_coff_link_input_bfd()
Dcoff-rs6000.c459 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
478 if (ISFCN (type))
562 if (class == C_BLOCK || class == C_FCN || ISFCN (type) || ISTAG (class))
581 if (ISFCN (type))
Dcoffgen.c1356 if ((ISFCN (type) || ISTAG (class) || class == C_BLOCK || class == C_FCN) in coff_pointerize_aux()
1956 if (ISFCN (combined->u.syment.n_type)) in coff_print_symbol()
Dcoffcode.h4426 if (ISFCN ((src->u.syment.n_type))) in coff_slurp_symbol_table()
4457 if (ISFCN ((src->u.syment.n_type))) in coff_slurp_symbol_table()
Dxcofflink.c1132 && ISFCN (sym.n_type)) in xcoff_link_add_symbols()
4016 if (ISFCN (isymp->n_type) in xcoff_link_input_bfd()
4062 && ISFCN (isymp->n_type) in xcoff_link_input_bfd()
/freebsd-12-stable/contrib/binutils/binutils/
Drdcoff.c156 else if (ISFCN (ntype)) in parse_coff_type()
760 if (ISFCN (syment.n_type)) in parse_coff()
/freebsd-12-stable/contrib/binutils/include/coff/
Dinternal.h496 #define ISFCN(x) \ macro
/freebsd-12-stable/contrib/gdb/gdb/
Dcoffread.c760 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF) in coff_symtab_read()
1488 if (ISFCN (cs->c_type)) in process_coff_symbol()
1701 else if (ISFCN (c_type)) in decode_type()
Dxcoffread.c1197 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF) in read_xcoff_symtab()
1474 if (ISFCN (cs->c_type)) in process_xcoff_symbol()
/freebsd-12-stable/contrib/binutils/gas/config/
Dobj-coff.c941 if (ISFCN (S_GET_DATA_TYPE (def_symbol_in_progress)) && in obj_coff_type()
/freebsd-12-stable/contrib/binutils/gas/
Decoff.c2705 else if (ISFCN (val)) in ecoff_directive_type()