Searched refs:binding (Results 26 - 50 of 59) sorted by relevance

123

/haiku-buildtools/legacy/gcc/texinfo/info/
H A Ddir.c273 insert_text_into_fb_at_binding (fb, binding, text, textlen)
275 SEARCH_BINDING *binding;
282 start = binding->start;
H A Dsession.c1859 SEARCH_BINDING binding;
1861 binding.buffer = window->node->contents;
1862 binding.start = window->line_starts[point_line] - binding.buffer;
1864 binding.end = window->line_starts[point_line + 1] - binding.buffer;
1866 binding.end = window->node->nodelen;
1867 binding.flags = 0;
1873 binding.start--;
1874 refs = info_menu_items (&binding);
1856 SEARCH_BINDING binding; local
2058 SEARCH_BINDING binding; local
2734 SEARCH_BINDING binding; local
[all...]
/haiku-buildtools/binutils/gold/
H A Dresolve.cc175 symbol_to_bits(elfcpp::STB binding, bool is_dynamic, argument
180 switch (binding)
201 gold_error(_("unsupported symbol binding %d"), static_cast<int>(binding));
351 || to->binding() == elfcpp::STB_WEAK)
387 elfcpp::STB tobinding = to->binding();
461 tobits = symbol_to_bits(to->binding(), false, elfcpp::SHN_UNDEF, true);
463 tobits = symbol_to_bits(to->binding(), false, elfcpp::SHN_ABS, false);
468 tobits = symbol_to_bits(to->binding(),
710 // the old binding, whic
[all...]
H A Darchive.cc94 || sym->binding() == elfcpp::STB_WEAK))
111 if (sym->binding() != elfcpp::STB_WEAK)
/haiku-buildtools/jam/
H A Dmake1.c575 if( t->binding == T_BIND_UNBOUND )
578 if( ( flags & RULE_EXISTING ) && t->binding != T_BIND_EXISTS )
581 if ( t->binding != T_BIND_EXISTS && missingTargets)
630 if( t->binding == T_BIND_UNBOUND )
671 t->binding = t->time ? T_BIND_EXISTS : T_BIND_MISSING;
H A Drules.h128 char binding; /* how target relates to real file */ member in struct:_target
H A Dpathvms.c236 int binding )
382 else if( binding && f->f_base.len )
H A Dpathmac.c164 int binding )
H A Dpathunix.c141 int binding )
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Ddecl.c584 /* This is a copy of the class_shadowed list of the previous class binding
614 /* For each binding contour we allocate a binding_level structure
629 Also there may be binding levels that catch cleanups that must be
663 /* If this binding level is the binding level for a class, then
673 is used for all binding levels. */
685 /* The binding level which this one is contained in (inherits from). */
704 2 for temporary binding contours created by the compiler. */
720 /* This is set for a namespace binding level. */
737 /* The binding leve
1090 tree binding; local
1132 tree binding = IDENTIFIER_BINDING (id); local
1218 tree binding = IDENTIFIER_BINDING (id); local
1285 tree binding; local
2448 tree binding, t1, id; local
2674 tree binding = binding_for_name (id, current_namespace); local
4426 tree binding; local
5892 tree binding; local
[all...]
H A Ddecl2.c2209 (which take place "outside" the binding contour of the function). */
3404 /* Prepare a binding level for temporaries created during the
4478 old is the current set of bindings, new the freshly-found binding.
5257 tree scope, name, binding;
5264 binding = binding_for_name (name, current_namespace);
5266 oldval = BINDING_VALUE (binding);
5267 oldtype = BINDING_TYPE (binding);
5273 BINDING_VALUE (binding) = newval;
5275 BINDING_TYPE (binding) = newtype;
5250 tree scope, name, binding; local
/haiku-buildtools/binutils/intl/
H A Dfinddomain.c54 struct binding *domainbinding;
H A Dloadmsgcat.c768 struct binding *domainbinding;
907 struct binding *domainbinding;
/haiku-buildtools/gcc/intl/
H A Dfinddomain.c54 struct binding *domainbinding;
H A Dloadmsgcat.c768 struct binding *domainbinding;
907 struct binding *domainbinding;
/haiku-buildtools/gcc/gcc/cp/
H A Dptree.c183 cxx_print_binding (FILE *stream, cxx_binding *binding, const char *prefix) argument
186 prefix, (void *) binding);
H A Dname-lookup.h51 /* Datatype that represents binding established by a declaration between
58 /* Nonzero if this binding is for a local scope, as opposed to a class
73 /* The scope at which this binding was made. */
82 /* The name of the current binding. */
84 /* The binding we're saving. */ member in struct:cxx_saved_binding
85 cxx_binding *binding;
160 /* For each binding contour we allocate a binding_level structure
175 Also there may be binding levels that catch cleanups that must be
204 /* For the binding level corresponding to a class, the entities
209 is used for all binding level
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-frv/
H A Dtls-shared-1.d1 #name: FRV TLS relocs, shared linking with local binding
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-frv/
H A Dtls-shared-1.d1 #name: FRV TLS relocs, shared linking with local binding
/haiku-buildtools/legacy/binutils/binutils/
H A Dreadelf.c6703 get_symbol_binding (unsigned int binding)
6707 switch (binding)
6713 if (binding >= STB_LOPROC && binding <= STB_HIPROC)
6715 binding);
6716 else if (binding >= STB_LOOS && binding <= STB_HIOS)
6717 snprintf (buff, sizeof (buff), _("<OS specific>: %d"), binding);
6719 snprintf (buff, sizeof (buff), _("<unknown>: %d"), binding);
6700 get_symbol_binding(unsigned int binding) argument
/haiku-buildtools/binutils/binutils/
H A Dreadelf.c10443 get_symbol_binding (unsigned int binding)
10447 switch (binding)
10453 if (binding >= STB_LOPROC && binding <= STB_HIPROC)
10455 binding);
10456 else if (binding >= STB_LOOS && binding <= STB_HIOS)
10458 if (binding == STB_GNU_UNIQUE
10463 snprintf (buff, sizeof (buff), _("<OS specific>: %d"), binding);
10466 snprintf (buff, sizeof (buff), _("<unknown>: %d"), binding);
10440 get_symbol_binding(unsigned int binding) argument
[all...]
/haiku-buildtools/legacy/gcc/texinfo/doc/
H A Dtexinfo.tex4798 % textwidth; voffset; hoffset; binding offset; topskip.
/haiku-buildtools/legacy/gcc/texinfo/
H A Dtexinfo.tex4756 % textwidth; voffset; hoffset; binding offset; topskip.
/haiku-buildtools/legacy/autoconf/
H A Dtexinfo.tex5200 % 4) hoffset; 5) binding offset; 6) topskip. Then whoever calls us can
/haiku-buildtools/legacy/binutils/texinfo/
H A Dtexinfo.tex6603 % 4) hoffset; 5) binding offset; 6) topskip; 7) physical page height; 8)

Completed in 547 milliseconds

123