Home
last modified time | relevance | path

Searched refs:binding (Results 1 – 25 of 78) sorted by relevance

1234

/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.c283 cxx_binding_init (cxx_binding *binding, tree value, tree type) in cxx_binding_init() argument
285 binding->value = value; in cxx_binding_init()
286 binding->type = type; in cxx_binding_init()
287 binding->previous = NULL; in cxx_binding_init()
295 cxx_binding *binding; in cxx_binding_make() local
298 binding = free_bindings; in cxx_binding_make()
299 free_bindings = binding->previous; in cxx_binding_make()
302 binding = ggc_alloc_cxx_binding (); in cxx_binding_make()
304 cxx_binding_init (binding, value, type); in cxx_binding_make()
306 return binding; in cxx_binding_make()
[all …]
H A Dptree.c175 cxx_print_binding (FILE *stream, cxx_binding *binding, const char *prefix) in cxx_print_binding() argument
178 prefix, (void *) binding); in cxx_print_binding()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c76 cxx_binding *binding = cxx_binding_make (NULL, NULL); in create_local_binding() local
78 INHERITED_VALUE_BINDING_P (binding) = false; in create_local_binding()
79 LOCAL_BINDING_P (binding) = true; in create_local_binding()
80 binding->scope = level; in create_local_binding()
81 binding->previous = IDENTIFIER_BINDING (name); in create_local_binding()
83 IDENTIFIER_BINDING (name) = binding; in create_local_binding()
85 return binding; in create_local_binding()
144 if (cxx_binding *binding = IDENTIFIER_BINDING (name)) in find_local_binding() local
147 if (binding->scope == b in find_local_binding()
148 && !(VAR_P (binding->value) in find_local_binding()
[all …]
/dflybsd-src/contrib/dialog/
H A Ddlg_keys.c37 DLG_KEYS_BINDING *binding; /* list of bindings */ variable
48 dlg_register_window(WINDOW *win, const char *name, DLG_KEYS_BINDING * binding) in dlg_register_window() argument
54 p->binding = binding; in dlg_register_window()
62 p->binding = binding; in dlg_register_window()
138 for (n = 0; p->binding[n].is_function_key >= 0; ++n) { in key_is_bound()
139 if (actual_curses_key(&(p->binding[n])) == curses_key in key_is_bound()
140 && p->binding[n].is_function_key == function_key) { in key_is_bound()
201 p->binding = q; in dlg_register_buttons()
229 if (p->binding[1].is_function_key < 0) in dlg_unregister_window()
230 free(p->binding); in dlg_unregister_window()
[all …]
H A Dyesno.c37 static DLG_KEYS_BINDING binding[] = { in dialog_yesno() local
82 dlg_register_window(dialog, "yesno", binding); in dialog_yesno()
H A Dmsgbox.c39 static DLG_KEYS_BINDING binding[] = { in dialog_msgbox() local
94 dlg_register_window(dialog, "msgbox", binding); in dialog_msgbox()
H A Dpause.c55 static DLG_KEYS_BINDING binding[] = { in dialog_pause() local
121 dlg_register_window(dialog, "pause", binding); in dialog_pause()
H A Dinputbox.c53 static DLG_KEYS_BINDING binding[] = { in dialog_inputbox() local
138 dlg_register_window(dialog, "inputbox", binding); in dialog_inputbox()
H A Dtextbox.c501 static DLG_KEYS_BINDING binding[] = { in get_search_term() local
537 dlg_register_window(widget, "searchbox", binding); in get_search_term()
680 static DLG_KEYS_BINDING binding[] = { in dialog_textbox() local
773 dlg_register_window(dialog, "textbox", binding); in dialog_textbox()
H A Dtailbox.c313 static DLG_KEYS_BINDING binding[] = { in dialog_tailbox() local
401 dlg_register_window(dialog, "tailbox", binding); in dialog_tailbox()
H A Drangebox.c167 static DLG_KEYS_BINDING binding[] = { in dialog_rangebox() local
280 dlg_register_window(dialog, "rangebox", binding); in dialog_rangebox()
H A Dtimebox.c144 static DLG_KEYS_BINDING binding[] = { in dialog_timebox() local
228 dlg_register_window(dialog, "timebox", binding); in dialog_timebox()
H A Dprogressbox.c277 static DLG_KEYS_BINDING binding[] = { in pause_for_ok() local
302 dlg_register_window(obj->obj.win, "progressbox", binding); in pause_for_ok()
/dflybsd-src/contrib/binutils-2.27/gold/
H A Dsymtab.cc55 elfcpp::STT type, elfcpp::STB binding, in init_fields() argument
65 this->binding_ = binding; in init_fields()
137 elfcpp::STB binding, elfcpp::STV visibility, in init_base_output_data() argument
141 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_output_data()
156 elfcpp::STB binding, elfcpp::STV visibility, in init_base_output_segment() argument
161 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_output_segment()
175 elfcpp::STT type, elfcpp::STB binding, in init_base_constant() argument
179 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_constant()
191 elfcpp::STT type, elfcpp::STB binding, in init_base_undefined() argument
194 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_undefined()
[all …]
H A Dresolve.cc175 symbol_to_bits(elfcpp::STB binding, bool is_dynamic, in symbol_to_bits() argument
180 switch (binding) in symbol_to_bits()
200 gold_error(_("unsupported symbol binding %d"), static_cast<int>(binding)); in symbol_to_bits()
350 || to->binding() == elfcpp::STB_WEAK) in resolve()
386 elfcpp::STB tobinding = to->binding(); in resolve()
460 tobits = symbol_to_bits(to->binding(), false, elfcpp::SHN_UNDEF, true); in should_override()
462 tobits = symbol_to_bits(to->binding(), false, elfcpp::SHN_ABS, false); in should_override()
467 tobits = symbol_to_bits(to->binding(), in should_override()
1038 if (tosym->binding() == elfcpp::STB_LOCAL in override_with_special()
1041 && (tosym->binding() == elfcpp::STB_GLOBAL in override_with_special()
[all …]
H A Dsymtab.h215 binding() const in binding() function
533 && (this->binding() == elfcpp::STB_WEAK in is_weak_undefined()
543 && this->binding() != elfcpp::STB_WEAK in is_strong_undefined()
895 elfcpp::STT type, elfcpp::STB binding,
918 elfcpp::STB binding, elfcpp::STV visibility,
926 elfcpp::STB binding, elfcpp::STV visibility,
932 elfcpp::STB binding, elfcpp::STV visibility,
1207 elfcpp::STB binding; member
1246 elfcpp::STB binding; member
1467 elfcpp::STT type, elfcpp::STB binding,
[all …]
/dflybsd-src/contrib/binutils-2.34/gold/
H A Dsymtab.cc55 elfcpp::STT type, elfcpp::STB binding, in init_fields() argument
65 this->binding_ = binding; in init_fields()
138 elfcpp::STB binding, elfcpp::STV visibility, in init_base_output_data() argument
142 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_output_data()
157 elfcpp::STB binding, elfcpp::STV visibility, in init_base_output_segment() argument
162 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_output_segment()
176 elfcpp::STT type, elfcpp::STB binding, in init_base_constant() argument
180 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_constant()
192 elfcpp::STT type, elfcpp::STB binding, in init_base_undefined() argument
195 this->init_fields(name, version, type, binding, visibility, nonvis); in init_base_undefined()
[all …]
H A Dresolve.cc175 symbol_to_bits(elfcpp::STB binding, bool is_dynamic, in symbol_to_bits() argument
180 switch (binding) in symbol_to_bits()
201 gold_error(_("unsupported symbol binding %d"), static_cast<int>(binding)); in symbol_to_bits()
361 || to->binding() == elfcpp::STB_WEAK) in resolve()
397 elfcpp::STB orig_tobinding = to->binding(); in resolve()
476 tobits = symbol_to_bits(to->binding(), false, elfcpp::SHN_UNDEF, true); in should_override()
478 tobits = symbol_to_bits(to->binding(), false, elfcpp::SHN_ABS, false); in should_override()
483 tobits = symbol_to_bits(to->binding(), in should_override()
1122 if (tosym->binding() == elfcpp::STB_LOCAL in override_with_special()
1125 && (tosym->binding() == elfcpp::STB_GLOBAL in override_with_special()
[all …]
H A Dsymtab.h215 binding() const in binding() function
543 && (this->binding() == elfcpp::STB_WEAK in is_weak_undefined()
553 && this->binding() != elfcpp::STB_WEAK in is_strong_undefined()
922 elfcpp::STT type, elfcpp::STB binding,
945 elfcpp::STB binding, elfcpp::STV visibility,
953 elfcpp::STB binding, elfcpp::STV visibility,
959 elfcpp::STB binding, elfcpp::STV visibility,
1243 elfcpp::STB binding; member
1282 elfcpp::STB binding; member
1513 elfcpp::STT type, elfcpp::STB binding,
[all …]
/dflybsd-src/contrib/wpa_supplicant/src/eap_server/
H A Deap_server_fast.c601 struct eap_tlv_crypto_binding_tlv *binding; in eap_fast_build_crypto_binding() local
603 buf = wpabuf_alloc(2 * sizeof(*result) + sizeof(*binding)); in eap_fast_build_crypto_binding()
637 binding = wpabuf_put(buf, sizeof(*binding)); in eap_fast_build_crypto_binding()
638 binding->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | in eap_fast_build_crypto_binding()
640 binding->length = host_to_be16(sizeof(*binding) - in eap_fast_build_crypto_binding()
642 binding->version = EAP_FAST_VERSION; in eap_fast_build_crypto_binding()
643 binding->received_version = data->peer_version; in eap_fast_build_crypto_binding()
644 binding->subtype = EAP_TLV_CRYPTO_BINDING_SUBTYPE_REQUEST; in eap_fast_build_crypto_binding()
645 if (random_get_bytes(binding->nonce, sizeof(binding->nonce)) < 0) { in eap_fast_build_crypto_binding()
654 binding->nonce[sizeof(binding->nonce) - 1] &= ~0x01; in eap_fast_build_crypto_binding()
[all …]
/dflybsd-src/contrib/tcsh-6/nls/ukrainian/
H A Dset2023 21 -r remove KEY's binding\n
28 26 Without COMMAND, prints the binding for KEY.\n
/dflybsd-src/contrib/expat/lib/
H A Dxmlparse.c248 typedef struct binding { struct
250 struct binding *nextTagBinding; argument
251 struct binding *prevPrefixBinding; argument
260 BINDING *binding; argument
3067 b->prefix->binding = b->prevPrefixBinding; in doContent()
3235 b->prefix->binding = b->prevPrefixBinding; in freeBindings()
3263 BINDING *binding; in storeAtts() local
3562 b = id->prefix->binding; in storeAtts()
3639 for (binding = *bindingsPtr; binding; binding = binding->nextTagBinding) in storeAtts()
3640 binding->attId->name[-1] = 0; in storeAtts()
[all …]
/dflybsd-src/crypto/openssh/
H A DPROTOCOL.agent11 exchange. This binding is verifiable at the agent by including the
35 binding for the life of the connection for use later in testing per-key
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgdbinit.in165 In cc1plus, print the current binding stack, frame by frame, up to and
166 including the global binding level.
/dflybsd-src/contrib/tcsh-6/nls/finnish/
H A Dset2023 21 -r remove KEY's binding\n

1234