/toolchain/binutils/binutils-2.25/gold/testsuite/ |
D | plugin_test.c | 45 char* bind; member 321 if (strncmp(info.bind, "LOCAL", 5) == 0) in claim_file_hook() 324 weak = strncmp(info.bind, "WEAK", 4) == 0; in claim_file_hook() 622 info->bind = p; in parse_readelf_line()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf64-sparc.c | 502 p->bind = ELF_ST_BIND (sym->st_info); in elf64_sparc_add_symbol_hook() 508 if (p->bind == STB_WEAK in elf64_sparc_add_symbol_hook() 511 p->bind = STB_GLOBAL; in elf64_sparc_add_symbol_hook() 593 sym.st_info = ELF_ST_INFO (app_regs [reg].bind, STT_REGISTER); in elf64_sparc_output_arch_syms()
|
D | elfxx-sparc.h | 37 unsigned char bind; member
|
D | elf64-ia64-vms.c | 4891 int bind; in elf64_vms_link_add_object_symbols() local 4910 bind = ELF_ST_BIND (isym->st_info); in elf64_vms_link_add_object_symbols() 4911 switch (bind) in elf64_vms_link_add_object_symbols() 5191 if (bind != STB_WEAK) in elf64_vms_link_add_object_symbols()
|
D | elflink.c | 910 int bind; in _bfd_elf_merge_symbol() local 920 bind = ELF_ST_BIND (sym->st_info); in _bfd_elf_merge_symbol() 972 newweak = bind == STB_WEAK; in _bfd_elf_merge_symbol() 1004 if (bind != STB_WEAK) in _bfd_elf_merge_symbol() 3808 int bind; in elf_link_add_object_symbols() local 3833 bind = ELF_ST_BIND (isym->st_info); in elf_link_add_object_symbols() 3834 switch (bind) in elf_link_add_object_symbols() 4187 if (bind != STB_WEAK) in elf_link_add_object_symbols()
|
D | elf.c | 7035 int bind = STB_LOCAL; in swap_out_syms() local 7038 bind = STB_LOCAL; in swap_out_syms() 7040 bind = STB_GNU_UNIQUE; in swap_out_syms() 7042 bind = STB_WEAK; in swap_out_syms() 7044 bind = STB_GLOBAL; in swap_out_syms() 7046 sym.st_info = ELF_ST_INFO (bind, type); in swap_out_syms()
|
/toolchain/binutils/binutils-2.25/include/elf/ |
D | common.h | 640 #define ELF_ST_INFO(bind,type) (((bind) << 4) + ((type) & 0xF)) argument
|
/toolchain/binutils/binutils-2.25/include/mach-o/ |
D | ChangeLog | 3 * loader.h: Add macros for rebase, bind and export constants.
|
/toolchain/binutils/binutils-2.25/gold/ |
D | plugin.cc | 1072 elfcpp::STB bind; in do_add_symbols() local 1084 bind = elfcpp::STB_WEAK; in do_add_symbols() 1090 bind = elfcpp::STB_GLOBAL; in do_add_symbols() 1135 osym.put_st_info(bind, elfcpp::STT_NOTYPE); in do_add_symbols()
|
D | symtab.h | 248 set_undef_binding(elfcpp::STB bind) in set_undef_binding() argument 252 this->undef_binding_weak_ = bind == elfcpp::STB_WEAK; in set_undef_binding()
|
/toolchain/binutils/binutils-2.25/elfcpp/ |
D | elfcpp.h | 574 elf_st_info(STB bind, STT type) 576 return ((static_cast<unsigned char>(bind) << 4) 1460 put_st_info(STB bind, STT type) 1461 { this->p_->st_info = elf_st_info(bind, type); }
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | pep.em | 324 {"no-bind", no_argument, NULL, OPTION_NO_BIND}, 464 fprintf (file, _(" --no-bind Do not bind this image\n"));
|
D | pe.em | 353 {"no-bind", no_argument, NULL, OPTION_NO_BIND}, 502 fprintf (file, _(" --no-bind Do not bind this image\n"));
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ChangeLog-2009 | 1281 nxcompat, no-isolation, no-seh, no-bind, wdmdriver, tsaware options. 1291 nxcompat,no-isolation, no-seh, no-bind, wdmdriver, tsaware options. 1296 no-isolation, no-seh, no-bind, wdmdriver, tsaware options.
|
/toolchain/binutils/binutils-2.25/ld/po/ |
D | uk.po | 338 msgid " --no-bind\t\t\t Do not bind this image\n" 339 msgstr " --no-bind\t\t\t не прив’язувати цей образ\n"
|
D | ja.po | 340 msgid " --no-bind\t\t\t Do not bind this image\n" 341 msgstr " --no-bind\t\t\t このイメージをバインドしない\n"
|
D | bg.po | 360 msgid " --no-bind\t\t\t Do not bind this image\n" 361 msgstr " --no-bind\t\t\t Образ без таблица за свързване\n"
|
D | id.po | 325 msgid " --no-bind\t\t\t Do not bind this image\n" 326 msgstr " --no-bind\t\t\t Jangan ikat image ini\n"
|
D | ld.pot | 376 msgid " --no-bind\t\t\t Do not bind this image\n"
|
D | fi.po | 344 msgid " --no-bind\t\t\t Do not bind this image\n" 345 msgstr " --no-bind\t\t\t Älä sido tätä vedosta\n"
|
D | it.po | 337 msgid " --no-bind\t\t\t Do not bind this image\n" 338 msgstr " --no-bind\t\t\t Non associa questa immagine\n"
|
D | es.po | 340 msgid " --no-bind\t\t\t Do not bind this image\n" 341 msgstr " --no-bind\t\t\t No enlaza esta imagen\n"
|
D | fr.po | 340 msgid " --no-bind\t\t\t Do not bind this image\n" 341 msgstr " --no-bind\t\t\t Ne pas lier cette image\n"
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog | 469 (dump_dyld_info): Add verbose argument. Dump rebase, bind and
|
/toolchain/binutils/binutils-2.25/intl/ |
D | configure | 775 -bindir | --bindir | --bindi | --bind | --bin | --bi) 777 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
|