Home
last modified time | relevance | path

Searched refs:is_first (Results 1 – 8 of 8) sorted by relevance

/dragonfly/contrib/binutils-2.34/gprof/
HDcorefile.h29 unsigned int is_first:1; /* Is this the first symbol in an object file? */ member
HDcorefile.c167 symbol_map[i].is_first = 1; in read_function_mappings()
631 if (found == NULL || found->is_first) in core_create_function_syms()
669 if (found && ! found->is_first) in core_create_function_syms()
/dragonfly/contrib/binutils-2.27/gprof/
HDcorefile.h29 unsigned int is_first:1; /* Is this the first symbol in an object file? */ member
HDcorefile.c163 symbol_map[i].is_first = 1; in read_function_mappings()
632 if (found == NULL || found->is_first) in core_create_function_syms()
670 if (found && ! found->is_first) in core_create_function_syms()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
HDwnm_sta.h48 unsigned int is_first:1; member
HDwnm_sta.c631 if (nei->is_first) in get_mbo_transition_candidate()
1492 rep->is_first = 1; in ieee802_11_rx_bss_trans_mgmt_req()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-pretty-print.c798 bool is_first = true; in pp_c_attributes_display() local
813 if (is_first) in pp_c_attributes_display()
818 is_first = false; in pp_c_attributes_display()
829 if (!is_first) in pp_c_attributes_display()
/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-pretty-print.c802 bool is_first = true; in pp_c_attributes_display() local
813 if (is_first) in pp_c_attributes_display()
818 is_first = false; in pp_c_attributes_display()
829 if (!is_first) in pp_c_attributes_display()