Home
last modified time | relevance | path

Searched refs:xhash (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/bin/csh/
H A Dexec.c90 static unsigned char xhash[HSHSIZ / 8]; variable
219 if (!bit(xhash, hashval1)) in doexec()
452 for (cnt = 0; cnt < sizeof xhash; cnt++) in dohash()
453 xhash[cnt] = 0; in dohash()
470 bis(xhash, hashval); in dohash()
529 if (!bit(xhash, hashval1)) in iscommand()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddstruct.c129 !sd->dtor && !sd->xhash && !search_toString(sd)) in semanticTypeInfo()
504 if (xhash && in semanticTypeInfoMembers()
505 xhash->_scope && in semanticTypeInfoMembers()
506 xhash->semanticRun < PASSsemantic3done) in semanticTypeInfoMembers()
508 xhash->semantic3(xhash->_scope); in semanticTypeInfoMembers()
991 xhash = NULL; in StructDeclaration()
1177 xhash = buildXtoHash(this, sc2); in semantic()
H A Daggregate.h187 FuncDeclaration *xhash; // TypeInfo_Struct.xtoHash variable
H A Dclone.c663 if (sd->xhash) in needToHash()
H A Dmtype.c4717 else if (!sd->xhash) in semantic()
4734 assert(sd->xeq && sd->xhash); in semantic()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dtypeinfo.cc1059 tree xhash = (sd->xhash) ? build_address (get_symbol_decl (sd->xhash)) in visit() local
1061 this->layout_field (xhash); in visit()
1063 if (sd->xhash) in visit()
1065 TypeFunction *tf = sd->xhash->type->toTypeFunction (); in visit()
1068 warning (sd->xhash->loc, "toHash() must be declared as " in visit()
H A Ddecl.cc520 if (d->xhash) in visit()
521 this->build_dsymbol (d->xhash); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dtypeinfo.cc1052 tree xhash = (sd->xhash) ? build_address (get_symbol_decl (sd->xhash)) in visit() local
1054 this->layout_field (xhash); in visit()
1056 if (sd->xhash) in visit()
1058 TypeFunction *tf = (TypeFunction *) sd->xhash->type; in visit()
1062 warning (sd->xhash->loc, "toHash() must be declared as " in visit()
H A Ddecl.cc418 if (d->xhash) in visit()
419 d->xhash->accept (this); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddstruct.d131 if (!sd.xeq && !sd.xcmp && !sd.postblit && !sd.tidtor && !sd.xhash && !search_toString(sd)) in semanticTypeInfo()
211 FuncDeclaration xhash; // TypeInfo_Struct.xtoHash variable
H A Dsemantic3.d1632 if (sd.xhash && in semanticTypeInfoMembers()
1633 sd.xhash._scope && in semanticTypeInfoMembers()
1634 sd.xhash.semanticRun < PASS.semantic3done) in semanticTypeInfoMembers()
1636 sd.xhash.semantic3(sd.xhash._scope); in semanticTypeInfoMembers()
H A Daggregate.h178 FuncDeclaration *xhash; // TypeInfo_Struct.xtoHash variable
H A Dclone.d733 if (sd.xhash) in needToHash()
H A Dtypesem.d1012 else if (!sd.xhash) in typeSemantic()
1027 assert(sd.xeq && sd.xhash); in typeSemantic()
H A Ddsymbolsem.d4624 sd.xhash = buildXtoHash(sd, sc2); in visit()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A DChangeLog-20191666 a .MIPS.xhash entry.
1670 (bfd_elf_size_dynsym_hash_dynstr): Get .MIPS.xhash section.
1674 (mips_elf_link_hash_newfunc): Initialize .MIPS.xhash translation
1677 .MIPS.xhash section.
1678 (mips_elf_sort_hash_table_f): Populate the .MIPS.xhash
1681 (_bfd_mips_elf_fake_sections): Initialize .MIPS.xhash section
1683 (_bfd_mips_elf_create_dynamic_sections): Create .MIPS.xhash
1688 (_bfd_mips_elf_final_write_processing): Set .MIPS.xhash section
1693 MIPS_LIBC_ABI_XHASH if there exists a .MIPS.xhash section,
/netbsd-src/external/gpl3/gdb.old/dist/bfd/
H A DChangeLog-20191666 a .MIPS.xhash entry.
1670 (bfd_elf_size_dynsym_hash_dynstr): Get .MIPS.xhash section.
1674 (mips_elf_link_hash_newfunc): Initialize .MIPS.xhash translation
1677 .MIPS.xhash section.
1678 (mips_elf_sort_hash_table_f): Populate the .MIPS.xhash
1681 (_bfd_mips_elf_fake_sections): Initialize .MIPS.xhash section
1683 (_bfd_mips_elf_create_dynamic_sections): Create .MIPS.xhash
1688 (_bfd_mips_elf_final_write_processing): Set .MIPS.xhash section
1693 MIPS_LIBC_ABI_XHASH if there exists a .MIPS.xhash section,
/netbsd-src/external/gpl3/gdb/dist/bfd/
H A DChangeLog-20191666 a .MIPS.xhash entry.
1670 (bfd_elf_size_dynsym_hash_dynstr): Get .MIPS.xhash section.
1674 (mips_elf_link_hash_newfunc): Initialize .MIPS.xhash translation
1677 .MIPS.xhash section.
1678 (mips_elf_sort_hash_table_f): Populate the .MIPS.xhash
1681 (_bfd_mips_elf_fake_sections): Initialize .MIPS.xhash section
1683 (_bfd_mips_elf_create_dynamic_sections): Create .MIPS.xhash
1688 (_bfd_mips_elf_final_write_processing): Set .MIPS.xhash section
1693 MIPS_LIBC_ABI_XHASH if there exists a .MIPS.xhash section,
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A DChangeLog-20191666 a .MIPS.xhash entry.
1670 (bfd_elf_size_dynsym_hash_dynstr): Get .MIPS.xhash section.
1674 (mips_elf_link_hash_newfunc): Initialize .MIPS.xhash translation
1677 .MIPS.xhash section.
1678 (mips_elf_sort_hash_table_f): Populate the .MIPS.xhash
1681 (_bfd_mips_elf_fake_sections): Initialize .MIPS.xhash section
1683 (_bfd_mips_elf_create_dynamic_sections): Create .MIPS.xhash
1688 (_bfd_mips_elf_final_write_processing): Set .MIPS.xhash section
1693 MIPS_LIBC_ABI_XHASH if there exists a .MIPS.xhash section,
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A DChangeLog-2019632 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
634 (process_symbol_table): Initialize the .MIPS.xhash section
636 (process_object): Set the .MIPS.xhash dynamic info to zero.
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A DChangeLog-2019632 (dynamic_section_mips_val): Initialize the .MIPS.xhash dynamic
634 (process_symbol_table): Initialize the .MIPS.xhash section
636 (process_object): Set the .MIPS.xhash dynamic info to zero.
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-20191270 * emulparams/elf32bmip.sh: Add .MIPS.xhash section.
1271 * emulparams/elf32bmipn32-defs.sh: Add .MIPS.xhash section.
1272 * emulparams/elf64bmip-defs.sh: Add .MIPS.xhash section.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-20191270 * emulparams/elf32bmip.sh: Add .MIPS.xhash section.
1271 * emulparams/elf32bmipn32-defs.sh: Add .MIPS.xhash section.
1272 * emulparams/elf64bmip-defs.sh: Add .MIPS.xhash section.