Home
last modified time | relevance | path

Searched refs:is_call (Results 1 – 6 of 6) sorted by relevance

/NextBSD/contrib/gcc/
HDcfgbuild.c207 int is_call = CALL_P (insn) ? EDGE_ABNORMAL_CALL : 0; in rtl_make_eh_edge() local
214 EDGE_ABNORMAL | EDGE_EH | is_call); in rtl_make_eh_edge()
HDChangeLog-200328336 is_nonlocal_return, is_unconditional flags, remove is_call flag.
/NextBSD/sys/contrib/ipfilter/netinet/
HDip_state.h112 #define is_call is_gre.gs_call macro
HDip_state.c1560 is->is_call[0] = fin->fin_data[0];
1561 is->is_call[1] = fin->fin_data[1];
/NextBSD/contrib/binutils/bfd/
HDelf32-spu.c1928 bfd_boolean is_call; in mark_functions_via_relocs() local
1965 is_call = (insn[0] & 0xfd) == 0x31; in mark_functions_via_relocs()
1988 fun = maybe_insert_function (sym_sec, sym, FALSE, is_call); in mark_functions_via_relocs()
1990 fun = maybe_insert_function (sym_sec, h, TRUE, is_call); in mark_functions_via_relocs()
2009 callee->is_tail = !is_call; in mark_functions_via_relocs()
2012 else if (!is_call in mark_functions_via_relocs()
/NextBSD/contrib/binutils/gas/config/
HDtc-ia64.c10701 int is_call = strstr (idesc->name, ".call") != NULL; local
10729 if (is_call)