Home
last modified time | relevance | path

Searched refs:vis (Results 1 – 17 of 17) sorted by relevance

/toolchain/binutils/binutils-2.27/gold/testsuite/
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"
Dplugin_test.c46 char* vis; member
267 int vis; in claim_file_hook() local
336 if (strncmp(info.vis, "INTERNAL", 8) == 0) in claim_file_hook()
337 vis = LDPV_INTERNAL; in claim_file_hook()
338 else if (strncmp(info.vis, "HIDDEN", 6) == 0) in claim_file_hook()
339 vis = LDPV_HIDDEN; in claim_file_hook()
340 else if (strncmp(info.vis, "PROTECTED", 9) == 0) in claim_file_hook()
341 vis = LDPV_PROTECTED; in claim_file_hook()
343 vis = LDPV_DEFAULT; in claim_file_hook()
376 syms[nsyms].visibility = vis; in claim_file_hook()
[all …]
/toolchain/binutils/binutils-2.27/binutils/
Dwrstabs.c1355 const char *vis; in stab_struct_field() local
1376 vis = ""; in stab_struct_field()
1380 vis = "/0"; in stab_struct_field()
1384 vis = "/1"; in stab_struct_field()
1396 sprintf (n, "%s%s:%s%s,%ld,%ld;", info->type_stack->fields, name, vis, s, in stab_struct_field()
1498 const char *vis; in stab_class_static_member() local
1519 vis = ""; in stab_class_static_member()
1523 vis = "/0"; in stab_class_static_member()
1527 vis = "/1"; in stab_class_static_member()
1531 sprintf (n, "%s%s:%s%s:%s;", info->type_stack->fields, name, vis, s, in stab_class_static_member()
Dreadelf.c10700 unsigned int vis = ELF_ST_VISIBILITY (psym->st_other); in print_dynamic_symbol() local
10702 printf (" %-7s", get_symbol_visibility (vis)); in print_dynamic_symbol()
10707 if (psym->st_other ^ vis) in print_dynamic_symbol()
10708 printf (" [%s] ", get_symbol_other (psym->st_other ^ vis)); in print_dynamic_symbol()
11193 unsigned int vis = ELF_ST_VISIBILITY (psym->st_other); in process_symbol_table() local
11195 printf (" %-7s", get_symbol_visibility (vis)); in process_symbol_table()
11199 if (psym->st_other ^ vis) in process_symbol_table()
11200 printf (" [%s] ", get_symbol_other (psym->st_other ^ vis)); in process_symbol_table()
/toolchain/binutils/binutils-2.27/gold/
Dplugin.cc1106 elfcpp::STV vis; in do_add_symbols() local
1146 vis = elfcpp::STV_PROTECTED; in do_add_symbols()
1149 vis = elfcpp::STV_INTERNAL; in do_add_symbols()
1152 vis = elfcpp::STV_HIDDEN; in do_add_symbols()
1156 vis = elfcpp::STV_DEFAULT; in do_add_symbols()
1169 osym.put_st_other(vis, 0); in do_add_symbols()
Dscript.h115 elfcpp::STT* type, elfcpp::STV* vis, unsigned char* nonvis,
Dscript.cc902 elfcpp::STV vis = this->hidden_ ? elfcpp::STV_HIDDEN : elfcpp::STV_DEFAULT; in add_to_table() local
912 vis, in add_to_table()
984 elfcpp::STV vis = elfcpp::STV_DEFAULT; in sized_finalize() local
990 &vis, &nonvis, false, NULL); in sized_finalize()
994 ssym->set_visibility(vis); in sized_finalize()
/toolchain/binutils/binutils-2.27/ld/
Dplugin.c643 int vis = ELF_ST_VISIBILITY (el->other); in is_visible_from_outside() local
644 return vis == STV_DEFAULT || vis == STV_PROTECTED; in is_visible_from_outside()
/toolchain/binutils/binutils-2.27/elfcpp/
Delfcpp.h621 elf_st_other(STV vis, unsigned char nonvis)
624 + (static_cast<unsigned char>(vis) & 3));
1557 put_st_other(STV vis, unsigned char nonvis)
1558 { this->p_->st_other = elf_st_other(vis, nonvis); }
/toolchain/binutils/binutils-2.27/ld/po/
Dfr.po1617 msgstr "Établir des liens vis à vis des bibliothèques partagées"
1621 msgstr "Ne pas établir de liens vis à vis des bibliothèques partagées"
/toolchain/binutils/binutils-2.27/gas/testsuite/
DChangeLog-2008456 * gas/mips/mips16-vis-1.d, gas/mips/mips16-vis-1.s: New tests.
DChangeLog-2009437 * gas/mips/mips16-vis-1.d: Likewise.
/toolchain/binutils/binutils-2.27/ld/testsuite/
DChangeLog-201092 * ld-plugin/plugin-vis-1.d: Updated.
405 * ld-plugin/plugin-vis-1.d: Likewise.
/toolchain/binutils/binutils-2.27/gold/po/
Dfr.po230 msgstr "%s : la relocalisation %u vis à vis du symbole local n'est pas prise en charge"
259 msgstr "%s : la relocalisation %u vis à vis du symbole global %s n'est pas prise en charge"
/toolchain/binutils/binutils-2.27/config/
Dtcl.m41016 AC_ARG_ENABLE(64bit-vis,[ --enable-64bit-vis enable 64bit Sparc VIS support],
/toolchain/binutils/binutils-2.27/binutils/po/
Dda.po147 msgstr " t - vis indeholdet i arkivet\n"
232 msgstr " [V] - vis versionsinformation\n"
/toolchain/binutils/binutils-2.27/opcodes/
DChangeLog-92971959 * sparc-opc.c (sparc_opcodes): Add ultrasparc vis extensions.