Searched refs:vis (Results 1 - 25 of 30) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20001228-1.c11 void vis_timeout_func(Vis * vis) argument
13 if (vis->vs_peak[0] < 0.0)
14 vis->vs_peak[0] = 0.0;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWuninitialized-3.C14 dfs_visitor vis; local
15 dfs_visitor vis2 = vis;
/haiku-buildtools/binutils/gold/testsuite/
H A Dexclude_libs_test.sh34 vis=$3
42 match_vis=`grep " $sym\$" $file | grep " $vis "`
44 echo "Expected symbol $sym to have visibility $vis but found"
H A Dplugin_test.c46 char* vis; member in struct:sym_info
267 int vis; local
336 if (strncmp(info.vis, "INTERNAL", 8) == 0)
337 vis = LDPV_INTERNAL;
338 else if (strncmp(info.vis, "HIDDEN", 6) == 0)
339 vis = LDPV_HIDDEN;
340 else if (strncmp(info.vis, "PROTECTED", 9) == 0)
341 vis = LDPV_PROTECTED;
343 vis = LDPV_DEFAULT;
376 syms[nsyms].visibility = vis;
[all...]
/haiku-buildtools/gcc/libgcc/
H A Dstatic-object.mk29 $(base)$(objext): $o $(base).vis
30 $(gcc_compile) -c $(as_flags-$<) -include $*.vis $<
32 $(base).vis: $(base)_s$(objext)
H A Dshared-object.mk29 $(base)$(objext): $o $(base).vis
30 $(gcc_compile) -c $(as_flags-$<) -include $*.vis $<
32 $(base).vis: $(base)_s$(objext)
H A DMakefile.in454 $(lib1asmfuncs-o): %$(objext): $(srcdir)/config/$(LIB1ASMSRC) %.vis
455 $(gcc_compile) -DL$* -xassembler-with-cpp -c $< -include $*.vis
456 $(patsubst %,%.vis,$(LIB1ASMFUNCS)): %.vis: %_s$(objext)
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Dcmse-implib.s4 .macro entry name, vis, entry_fct
6 .\vis \name
7 .\vis __acle_se_\name
H A Dcmse-veneers.s17 .macro entry name, type, vis, typespc, visspc, entry_fct
20 .\vis __acle_se_\name
24 .\vis \name
/haiku-buildtools/gcc/contrib/
H A Dmake_sunver.pl128 (undef, undef, undef, undef, $bind, $vis, $ndx, $name) = split;
136 next if ($vis eq "HIDDEN");
140 if ($bind !~ /^(GLOBAL|WEAK)/ or $vis ne "DEFAULT") {
/haiku-buildtools/gcc/gcc/config/nvptx/
H A Dmkoffload.c89 unsigned char vis; member in struct:Stmt
443 alloc_stmt (unsigned vis, Token *tokens, Token *end, Token const *sym) argument
459 stmt->vis = vis;
487 if ((stmt->vis & V_mask) != V_comment)
490 (stmt->vis & V_mask) == V_pred);
491 fputs (stmt->vis & V_no_eol ? "\t" : "\n", out);
565 stmt->vis |= V_no_eol;
627 stmt->vis |= V_no_eol;
656 comment->vis |
671 unsigned vis = 0; local
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dplugin.exp265 {readelf -s plugin-vis-1.d}} "main.x" ] \
279 {readelf -s plugin-vis-1.d}} "main.x" ] \
/haiku-buildtools/gcc/gcc/config/
H A Dsol2.c139 solaris_assemble_visibility (tree decl, int vis ATTRIBUTE_UNUSED)
163 type = visibility_types[vis];
H A Ddarwin.c2754 darwin_assemble_visibility (tree decl, int vis) argument
2756 if (vis == VISIBILITY_DEFAULT)
2758 else if (vis == VISIBILITY_HIDDEN || vis == VISIBILITY_INTERNAL)
/haiku-buildtools/legacy/binutils/binutils/
H A Dwrstabs.c1360 const char *vis;
1381 vis = "";
1385 vis = "/0";
1389 vis = "/1";
1401 sprintf (n, "%s%s:%s%s,%ld,%ld;", info->type_stack->fields, name, vis, s,
1503 const char *vis;
1524 vis = "";
1528 vis = "/0";
1532 vis = "/1";
1536 sprintf (n, "%s%s:%s%s:%s;", info->type_stack->fields, name, vis,
1358 const char *vis; local
1501 const char *vis; local
[all...]
/haiku-buildtools/binutils/binutils/
H A Dwrstabs.c1357 const char *vis;
1378 vis = "";
1382 vis = "/0";
1386 vis = "/1";
1398 sprintf (n, "%s%s:%s%s,%ld,%ld;", info->type_stack->fields, name, vis, s,
1500 const char *vis;
1521 vis = "";
1525 vis = "/0";
1529 vis = "/1";
1533 sprintf (n, "%s%s:%s%s:%s;", info->type_stack->fields, name, vis,
1355 const char *vis; local
1498 const char *vis; local
[all...]
/haiku-buildtools/gcc/gcc/c-family/
H A Dstub-objc.c174 objc_set_visibility (objc_ivar_visibility_kind ARG_UNUSED (vis))
H A Dc-common.c8078 enum symbol_visibility vis;
8124 vis = VISIBILITY_DEFAULT;
8126 vis = VISIBILITY_INTERNAL;
8128 vis = VISIBILITY_HIDDEN;
8130 vis = VISIBILITY_PROTECTED;
8134 vis = VISIBILITY_DEFAULT;
8138 && vis != DECL_VISIBILITY (decl))
8155 DECL_VISIBILITY (decl) = vis;
8062 enum symbol_visibility vis; local
/haiku-buildtools/gcc/gcc/cp/
H A Ddecl2.c2178 int vis = VISIBILITY_DEFAULT;
2179 cp_walk_tree_without_duplicates (&type, min_vis_r, &vis);
2180 return vis;
2236 int vis = 0;
2240 vis = type_visibility (arg);
2252 vis = VISIBILITY_ANON;
2254 vis = DECL_VISIBILITY (arg);
2257 if (vis)
2258 constrain_visibility (decl, vis, true);
2557 int vis
2173 int vis = VISIBILITY_DEFAULT; local
2231 int vis = 0; local
2552 int vis = type_visibility (type); local
[all...]
/haiku-buildtools/binutils/gold/
H A Dplugin.cc1097 elfcpp::STV vis; local
1137 vis = elfcpp::STV_PROTECTED;
1140 vis = elfcpp::STV_INTERNAL;
1143 vis = elfcpp::STV_HIDDEN;
1147 vis = elfcpp::STV_DEFAULT;
1160 osym.put_st_other(vis, 0);
H A Dscript.h115 elfcpp::STT* type, elfcpp::STV* vis, unsigned char* nonvis,
H A Dscript.cc909 elfcpp::STV vis = this->hidden_ ? elfcpp::STV_HIDDEN : elfcpp::STV_DEFAULT; local
919 vis,
991 elfcpp::STV vis = elfcpp::STV_DEFAULT; local
997 &vis, &nonvis, false, NULL);
1001 ssym->set_visibility(vis);
/haiku-buildtools/binutils/ld/
H A Dplugin.c642 int vis = ELF_ST_VISIBILITY (el->other); local
643 return vis == STV_DEFAULT || vis == STV_PROTECTED;
/haiku-buildtools/binutils/elfcpp/
H A Delfcpp.h617 elf_st_other(STV vis, unsigned char nonvis) argument
620 + (static_cast<unsigned char>(vis) & 3));
1545 put_st_other(STV vis, unsigned char nonvis) argument
1546 { this->p_->st_other = elf_st_other(vis, nonvis); }
/haiku-buildtools/gcc/gcc/
H A Dvarasm.c5978 int vis ATTRIBUTE_UNUSED)
5992 type = visibility_types[vis];
6009 enum symbol_visibility vis = DECL_VISIBILITY (decl);
6015 vis = DECL_VISIBILITY (cgraph_node::get (decl)->instrumented_version->decl);
6017 if (vis != VISIBILITY_DEFAULT)
6019 targetm.asm_out.assemble_visibility (decl, vis);
5984 enum symbol_visibility vis = DECL_VISIBILITY (decl); local

Completed in 575 milliseconds

12