Searched refs:visible (Results 1 - 25 of 37) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr27282.c10 unsigned visible:1; member in struct:_ColRowInfo
15 && a->visible == b->visible;
/haiku-buildtools/gcc/libgcc/config/nvptx/
H A Dcrt0.s7 .visible .func abort
15 .visible .func exit (.param .u32 %arg)
27 .visible .entry __main (.param .u64 __retval, .param.u32 __argc, .param.u64 __argv)
H A Dfree.asm31 .visible .func __nvptx_free(.param.u64 %in_ar1)
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug083.dir/
H A Dbug1.go10 // visible here in package bug1. The test for failure is in
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/bug133.dir/
H A Dbug2.go14 // to package bug0 and should not be visible in package bug1.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/interface/
H A Dprivate.go7 // Test that unexported methods are not visible outside the package.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/interface/private.dir/
H A Dprog.go5 // Test that unexported methods are not visible outside the package.
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dlocal1.d9 # We check that the externally visible symbol ext1 is a local register
/haiku-buildtools/legacy/binutils/binutils/
H A Dcoffgrok.h217 struct coff_visible *visible; member in struct:coff_symbol
H A Dsrconv.c331 if (s->visible->type == coff_vis_ext_def
332 || s->visible->type == coff_vis_common)
335 if (s->visible->type == coff_vis_ext_ref)
531 if (ref->visible->type == coff_vis_ext_ref)
537 else if (ref->visible->type == coff_vis_common)
1022 switch (symbol->visible->type)
1131 switch (symbol->visible->type)
1381 if (sy->visible->type == coff_vis_ext_def
1382 || sy->visible->type == coff_vis_ext_ref)
1587 if (sym->visible
[all...]
H A Dcoffgrok.c473 struct coff_visible *visible = local
529 visible->type = t;
530 return visible;
564 s->visible = do_visible (i);
H A Dcoffdump.c351 dump_coff_visible (p->visible);
/haiku-buildtools/binutils/binutils/
H A Dcoffgrok.h213 struct coff_visible * visible; member in struct:coff_symbol
H A Dsrconv.c297 if (s->visible->type == coff_vis_ext_def
298 || s->visible->type == coff_vis_common)
301 if (s->visible->type == coff_vis_ext_ref)
498 if (ref->visible->type == coff_vis_ext_ref)
504 else if (ref->visible->type == coff_vis_common)
990 switch (symbol->visible->type)
1022 fatal (_("Unrecognised coff symbol visibility: %d"), symbol->visible->type);
1099 switch (symbol->visible->type)
1122 fatal (_("Unrecognised coff symbol visibility: %d"), symbol->visible->type);
1351 if (sy->visible
[all...]
H A Dcoffgrok.c578 struct coff_visible *visible = local
630 visible->type = t;
631 return visible;
671 s->visible = do_visible (i);
H A Dcoffdump.c355 dump_coff_visible (p->visible);
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dlocal1.d9 # We check that the externally visible symbol ext1 is a local register
/haiku-buildtools/gcc/zlib/contrib/pascal/
H A Dzlibpas.pas38 state: Pointer; (* not visible by applications *)
/haiku-buildtools/binutils/zlib/contrib/pascal/
H A Dzlibpas.pas38 state: Pointer; (* not visible by applications *)
/haiku-buildtools/legacy/binutils/bfd/
H A Dpdp11.c1277 flagword visible;
1314 visible = BSF_LOCAL;
1316 visible = BSF_GLOBAL;
1323 cache_ptr->symbol.flags = visible;
1343 cache_ptr->symbol.flags = visible;
1349 cache_ptr->symbol.flags = visible;
1355 cache_ptr->symbol.flags = visible;
2576 /* Ignore symbols that are not externally visible. This is an
2791 /* Ignore symbols that are not externally visible. */
4234 globally visible
1276 flagword visible; local
[all...]
H A Daoutx.h1361 flagword visible;
1399 visible = BSF_LOCAL;
1401 visible = BSF_GLOBAL;
1408 cache_ptr->symbol.flags = visible;
1428 cache_ptr->symbol.flags = visible;
1441 cache_ptr->symbol.flags = visible;
1447 cache_ptr->symbol.flags = visible;
1491 cache_ptr->symbol.flags = BSF_DEBUGGING | BSF_INDIRECT | visible;
2982 /* Ignore symbols that are not externally visible. */
3187 /* Ignore symbols that are not externally visible
1360 flagword visible; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dpdp11.c1277 flagword visible;
1314 visible = BSF_LOCAL;
1316 visible = BSF_GLOBAL;
1323 cache_ptr->symbol.flags = visible;
1343 cache_ptr->symbol.flags = visible;
1349 cache_ptr->symbol.flags = visible;
1355 cache_ptr->symbol.flags = visible;
2583 /* Ignore symbols that are not externally visible. This is an
2818 /* Ignore symbols that are not externally visible. */
4247 globally visible
1276 flagword visible; local
[all...]
H A Daoutx.h1394 flagword visible;
1432 visible = BSF_LOCAL;
1434 visible = BSF_GLOBAL;
1441 cache_ptr->symbol.flags = visible;
1461 cache_ptr->symbol.flags = visible;
1474 cache_ptr->symbol.flags = visible;
1480 cache_ptr->symbol.flags = visible;
1524 cache_ptr->symbol.flags = BSF_DEBUGGING | BSF_INDIRECT | visible;
3086 /* Ignore symbols that are not externally visible. */
3300 /* Ignore symbols that are not externally visible
1393 flagword visible; local
[all...]
/haiku-buildtools/gcc/zlib/contrib/delphi/
H A DZLib.pas33 internal: Pointer; // not visible by applications
/haiku-buildtools/binutils/zlib/contrib/delphi/
H A DZLib.pas33 internal: Pointer; // not visible by applications

Completed in 575 milliseconds

12