/toolchain/binutils/binutils-2.27/gold/testsuite/ |
D | exclude_libs_test.sh | 34 vis=$3 42 match_vis=`grep " $sym\$" $file | grep " $vis "` 44 echo "Expected symbol $sym to have visibility $vis but found"
|
D | plugin_test.c | 46 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/ |
D | wrstabs.c | 1355 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()
|
D | readelf.c | 10700 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/ |
D | plugin.cc | 1106 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()
|
D | script.h | 115 elfcpp::STT* type, elfcpp::STV* vis, unsigned char* nonvis,
|
D | script.cc | 902 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/ |
D | plugin.c | 643 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/ |
D | elfcpp.h | 621 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/ |
D | fr.po | 1617 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/ |
D | ChangeLog-2008 | 456 * gas/mips/mips16-vis-1.d, gas/mips/mips16-vis-1.s: New tests.
|
D | ChangeLog-2009 | 437 * gas/mips/mips16-vis-1.d: Likewise.
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ |
D | ChangeLog-2010 | 92 * ld-plugin/plugin-vis-1.d: Updated. 405 * ld-plugin/plugin-vis-1.d: Likewise.
|
/toolchain/binutils/binutils-2.27/gold/po/ |
D | fr.po | 230 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/ |
D | tcl.m4 | 1016 AC_ARG_ENABLE(64bit-vis,[ --enable-64bit-vis enable 64bit Sparc VIS support],
|
/toolchain/binutils/binutils-2.27/binutils/po/ |
D | da.po | 147 msgstr " t - vis indeholdet i arkivet\n" 232 msgstr " [V] - vis versionsinformation\n"
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | ChangeLog-9297 | 1959 * sparc-opc.c (sparc_opcodes): Add ultrasparc vis extensions.
|