Home
last modified time | relevance | path

Searched refs:intern (Results 1 – 25 of 107) sorted by relevance

12345

/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Decoffswap.h99 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern) in ecoff_swap_hdr_in() argument
105 intern->magic = H_GET_S16 (abfd, ext->h_magic); in ecoff_swap_hdr_in()
106 intern->vstamp = H_GET_S16 (abfd, ext->h_vstamp); in ecoff_swap_hdr_in()
107 intern->ilineMax = H_GET_32 (abfd, ext->h_ilineMax); in ecoff_swap_hdr_in()
108 intern->cbLine = ECOFF_GET_OFF (abfd, ext->h_cbLine); in ecoff_swap_hdr_in()
109 intern->cbLineOffset = ECOFF_GET_OFF (abfd, ext->h_cbLineOffset); in ecoff_swap_hdr_in()
110 intern->idnMax = H_GET_32 (abfd, ext->h_idnMax); in ecoff_swap_hdr_in()
111 intern->cbDnOffset = ECOFF_GET_OFF (abfd, ext->h_cbDnOffset); in ecoff_swap_hdr_in()
112 intern->ipdMax = H_GET_32 (abfd, ext->h_ipdMax); in ecoff_swap_hdr_in()
113 intern->cbPdOffset = ECOFF_GET_OFF (abfd, ext->h_cbPdOffset); in ecoff_swap_hdr_in()
[all …]
H A Dcoff-alpha.c495 struct internal_reloc *intern) in alpha_ecoff_swap_reloc_in() argument
499 intern->r_vaddr = H_GET_64 (abfd, ext->r_vaddr); in alpha_ecoff_swap_reloc_in()
500 intern->r_symndx = H_GET_32 (abfd, ext->r_symndx); in alpha_ecoff_swap_reloc_in()
504 intern->r_type = ((ext->r_bits[0] & RELOC_BITS0_TYPE_LITTLE) in alpha_ecoff_swap_reloc_in()
506 intern->r_extern = (ext->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0; in alpha_ecoff_swap_reloc_in()
507 intern->r_offset = ((ext->r_bits[1] & RELOC_BITS1_OFFSET_LITTLE) in alpha_ecoff_swap_reloc_in()
510 intern->r_size = ((ext->r_bits[3] & RELOC_BITS3_SIZE_LITTLE) in alpha_ecoff_swap_reloc_in()
513 if (intern->r_type == ALPHA_R_LITUSE in alpha_ecoff_swap_reloc_in()
514 || intern->r_type == ALPHA_R_GPDISP) in alpha_ecoff_swap_reloc_in()
520 if (intern->r_size != 0) in alpha_ecoff_swap_reloc_in()
[all …]
H A Decofflink.c46 TIR *intern) in _bfd_ecoff_swap_tir_in() argument
55 intern->fBitfield = 0 != (ext->t_bits1[0] & TIR_BITS1_FBITFIELD_BIG); in _bfd_ecoff_swap_tir_in()
56 intern->continued = 0 != (ext->t_bits1[0] & TIR_BITS1_CONTINUED_BIG); in _bfd_ecoff_swap_tir_in()
57 intern->bt = (ext->t_bits1[0] & TIR_BITS1_BT_BIG) in _bfd_ecoff_swap_tir_in()
59 intern->tq4 = (ext->t_tq45[0] & TIR_BITS_TQ4_BIG) in _bfd_ecoff_swap_tir_in()
61 intern->tq5 = (ext->t_tq45[0] & TIR_BITS_TQ5_BIG) in _bfd_ecoff_swap_tir_in()
63 intern->tq0 = (ext->t_tq01[0] & TIR_BITS_TQ0_BIG) in _bfd_ecoff_swap_tir_in()
65 intern->tq1 = (ext->t_tq01[0] & TIR_BITS_TQ1_BIG) in _bfd_ecoff_swap_tir_in()
67 intern->tq2 = (ext->t_tq23[0] & TIR_BITS_TQ2_BIG) in _bfd_ecoff_swap_tir_in()
69 intern->tq3 = (ext->t_tq23[0] & TIR_BITS_TQ3_BIG) in _bfd_ecoff_swap_tir_in()
[all …]
H A Dcoff-mips.c273 struct internal_reloc *intern) in mips_ecoff_swap_reloc_in() argument
277 intern->r_vaddr = H_GET_32 (abfd, ext->r_vaddr); in mips_ecoff_swap_reloc_in()
280 intern->r_symndx = (((int) ext->r_bits[0] in mips_ecoff_swap_reloc_in()
286 intern->r_type = ((ext->r_bits[3] & RELOC_BITS3_TYPE_BIG) in mips_ecoff_swap_reloc_in()
288 intern->r_extern = (ext->r_bits[3] & RELOC_BITS3_EXTERN_BIG) != 0; in mips_ecoff_swap_reloc_in()
292 intern->r_symndx = (((int) ext->r_bits[0] in mips_ecoff_swap_reloc_in()
298 intern->r_type = (((ext->r_bits[3] & RELOC_BITS3_TYPE_LITTLE) in mips_ecoff_swap_reloc_in()
302 intern->r_extern = (ext->r_bits[3] & RELOC_BITS3_EXTERN_LITTLE) != 0; in mips_ecoff_swap_reloc_in()
310 const struct internal_reloc * intern, in mips_ecoff_swap_reloc_out() argument
316 BFD_ASSERT (intern->r_extern in mips_ecoff_swap_reloc_out()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Decoffswap.h99 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern) in ecoff_swap_hdr_in() argument
105 intern->magic = H_GET_S16 (abfd, ext->h_magic); in ecoff_swap_hdr_in()
106 intern->vstamp = H_GET_S16 (abfd, ext->h_vstamp); in ecoff_swap_hdr_in()
107 intern->ilineMax = H_GET_32 (abfd, ext->h_ilineMax); in ecoff_swap_hdr_in()
108 intern->cbLine = ECOFF_GET_OFF (abfd, ext->h_cbLine); in ecoff_swap_hdr_in()
109 intern->cbLineOffset = ECOFF_GET_OFF (abfd, ext->h_cbLineOffset); in ecoff_swap_hdr_in()
110 intern->idnMax = H_GET_32 (abfd, ext->h_idnMax); in ecoff_swap_hdr_in()
111 intern->cbDnOffset = ECOFF_GET_OFF (abfd, ext->h_cbDnOffset); in ecoff_swap_hdr_in()
112 intern->ipdMax = H_GET_32 (abfd, ext->h_ipdMax); in ecoff_swap_hdr_in()
113 intern->cbPdOffset = ECOFF_GET_OFF (abfd, ext->h_cbPdOffset); in ecoff_swap_hdr_in()
[all …]
H A Dcoff-alpha.c495 struct internal_reloc *intern) in alpha_ecoff_swap_reloc_in() argument
499 intern->r_vaddr = H_GET_64 (abfd, ext->r_vaddr); in alpha_ecoff_swap_reloc_in()
500 intern->r_symndx = H_GET_32 (abfd, ext->r_symndx); in alpha_ecoff_swap_reloc_in()
504 intern->r_type = ((ext->r_bits[0] & RELOC_BITS0_TYPE_LITTLE) in alpha_ecoff_swap_reloc_in()
506 intern->r_extern = (ext->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0; in alpha_ecoff_swap_reloc_in()
507 intern->r_offset = ((ext->r_bits[1] & RELOC_BITS1_OFFSET_LITTLE) in alpha_ecoff_swap_reloc_in()
510 intern->r_size = ((ext->r_bits[3] & RELOC_BITS3_SIZE_LITTLE) in alpha_ecoff_swap_reloc_in()
513 if (intern->r_type == ALPHA_R_LITUSE in alpha_ecoff_swap_reloc_in()
514 || intern->r_type == ALPHA_R_GPDISP) in alpha_ecoff_swap_reloc_in()
520 if (intern->r_size != 0) in alpha_ecoff_swap_reloc_in()
[all …]
H A Decofflink.c46 TIR *intern) in _bfd_ecoff_swap_tir_in() argument
55 intern->fBitfield = 0 != (ext->t_bits1[0] & TIR_BITS1_FBITFIELD_BIG); in _bfd_ecoff_swap_tir_in()
56 intern->continued = 0 != (ext->t_bits1[0] & TIR_BITS1_CONTINUED_BIG); in _bfd_ecoff_swap_tir_in()
57 intern->bt = (ext->t_bits1[0] & TIR_BITS1_BT_BIG) in _bfd_ecoff_swap_tir_in()
59 intern->tq4 = (ext->t_tq45[0] & TIR_BITS_TQ4_BIG) in _bfd_ecoff_swap_tir_in()
61 intern->tq5 = (ext->t_tq45[0] & TIR_BITS_TQ5_BIG) in _bfd_ecoff_swap_tir_in()
63 intern->tq0 = (ext->t_tq01[0] & TIR_BITS_TQ0_BIG) in _bfd_ecoff_swap_tir_in()
65 intern->tq1 = (ext->t_tq01[0] & TIR_BITS_TQ1_BIG) in _bfd_ecoff_swap_tir_in()
67 intern->tq2 = (ext->t_tq23[0] & TIR_BITS_TQ2_BIG) in _bfd_ecoff_swap_tir_in()
69 intern->tq3 = (ext->t_tq23[0] & TIR_BITS_TQ3_BIG) in _bfd_ecoff_swap_tir_in()
[all …]
H A Dcoff-mips.c273 struct internal_reloc *intern) in mips_ecoff_swap_reloc_in() argument
277 intern->r_vaddr = H_GET_32 (abfd, ext->r_vaddr); in mips_ecoff_swap_reloc_in()
280 intern->r_symndx = (((int) ext->r_bits[0] in mips_ecoff_swap_reloc_in()
286 intern->r_type = ((ext->r_bits[3] & RELOC_BITS3_TYPE_BIG) in mips_ecoff_swap_reloc_in()
288 intern->r_extern = (ext->r_bits[3] & RELOC_BITS3_EXTERN_BIG) != 0; in mips_ecoff_swap_reloc_in()
292 intern->r_symndx = (((int) ext->r_bits[0] in mips_ecoff_swap_reloc_in()
298 intern->r_type = (((ext->r_bits[3] & RELOC_BITS3_TYPE_LITTLE) in mips_ecoff_swap_reloc_in()
302 intern->r_extern = (ext->r_bits[3] & RELOC_BITS3_EXTERN_LITTLE) != 0; in mips_ecoff_swap_reloc_in()
310 const struct internal_reloc * intern, in mips_ecoff_swap_reloc_out() argument
316 BFD_ASSERT (intern->r_extern in mips_ecoff_swap_reloc_out()
[all …]
/netbsd-src/usr.bin/config/
H A Dfiles.c177 fi->fi_base = intern(base); in addfile()
178 fi->fi_dir = intern(dir); in addfile()
312 addfile(intern(swapname), NULL, 0, NULL); in fixfiles()
411 res = ht_lookup(fixdevmtab, intern(dm->dm_name)); in fixdevsw()
438 if (ht_insert(fixdevmtab, intern(dm->dm_name), dm)) { in fixdevsw()
448 if (ht_lookup(cdevmtab, intern(dm->dm_name)) != NULL) { in fixdevsw()
457 if (ht_lookup(cdevmtab, intern(mstr)) != NULL) { in fixdevsw()
464 if (ht_insert(cdevmtab, intern(dm->dm_name), dm) || in fixdevsw()
465 ht_insert(cdevmtab, intern(mstr), dm)) { in fixdevsw()
471 if (ht_lookup(bdevmtab, intern(dm->dm_name)) != NULL) { in fixdevsw()
[all …]
H A Dmkdevsw.c99 if ((dm = ht_lookup(t, intern(mstr))) == NULL) in dentry()
113 dm = ht_lookup(t, intern(mstr)); in pentry()
228 if ((dm = ht_lookup(bdevmtab, intern(mstr))) != NULL) { in emitdev()
234 if ((dm = ht_lookup(cdevmtab, intern(mstr))) == NULL) in emitdev()
H A Dscan.l334 yylval.str = intern(yytext);
339 yylval.str = intern(yytext);
344 yylval.str = intern("");
353 yylval.str = intern(yytext + 1);
561 yyfile = intern(s);
661 return ht_lookup(attrtab, intern(p)) != NULL;
H A Dsem.c167 s_ifnet = intern("ifnet"); in initsem()
168 s_qmark = intern("?"); in initsem()
169 s_none = intern("none"); in initsem()
313 ident = intern(i); in setident()
457 a->a_devclass = intern(classenum); in defdevclass()
936 return (intern(buf)); in makedevstr()
1015 dev = ht_lookup(devbasetab, intern(buf)); in resolve()
1226 cp = intern(atbuf); in finddevattr()
1361 d = ht_lookup(devbasetab, intern(base)); in deldevi()
1588 cp = intern(bas in deldeva()
[all...]
H A Dmain.c411 (void)addmkoption(intern("PROF"), "-pg"); in main()
412 (void)addoption(intern("GPROF"), NULL); in main()
1030 name = intern(buf); in defopt()
1307 addoption(intern("MAXUSERS"), intern(str)); in fixmaxusers()
1322 name = intern(buf); in fixmkoption()
1325 addoption(name, intern(nv->nv_str)); in fixmkoption()
1800 return (intern(low)); in strtolower()
2175 delmkoption(intern(p->nv_name), 0); in handle_cmdline_makeoptions()
2180 const char *name = intern( in handle_cmdline_makeoptions()
[all...]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DObjectLinkingLayer.cpp65 LGI.SymbolFlags[ES.intern(Sym->getName())] = Flags; in scanLinkGraph()
90 return ES.intern(InitSymString); in makeInitSymbol()
174 LookupSet.add(ES.intern(KV.first), LookupFlags); in lookup()
212 auto InternedName = ES.intern(Sym->getName()); in notifyResolved()
231 auto InternedName = ES.intern(Sym->getName()); in notifyResolved()
349 auto Name = ES.intern(Sym->getName()); in claimOrExternalizeWeakAndCommonSymbols()
350 if (!MR->getSymbols().count(ES.intern(Sym->getName()))) { in claimOrExternalizeWeakAndCommonSymbols()
380 if (Sym->hasName() && MR->getSymbols().count(ES.intern(Sym->getName()))) in markResponsibilitySymbolsLive()
406 ExternalSymDeps.insert(ES.intern(TargetSym.getName())); in computeNamedSymbolDependencies()
408 InternalSymDeps.insert(ES.intern(TargetSym.getName())); in computeNamedSymbolDependencies()
[all …]
H A DMangling.cpp30 return ES.intern(MangledName); in operator ()()
119 auto InternedName = ES.intern(*Name); in getObjectSymbolInfo()
144 InitSymbol = ES.intern(InitSymString); in getObjectSymbolInfo()
H A DTPCDebugObjectRegistrar.cpp43 ? TPC.intern("_llvm_orc_registerJITLoaderGDBWrapper") in createJITLoaderGDBRegistrar()
44 : TPC.intern("llvm_orc_registerJITLoaderGDBWrapper"); in createJITLoaderGDBRegistrar()
H A DTPCEHFrameRegistrar.cpp35 RegistrationSymbols.add(TPC.intern(RegisterWrapperName)); in Create()
36 RegistrationSymbols.add(TPC.intern(DeregisterWrapperName)); in Create()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/opt-viewer/
H A Doptrecord.py24 from sys import intern
83 self.Pass = intern(self.Pass)
84 self.Name = intern(self.Name)
87 self.Function = intern(self.Function)
95 k = intern(k)
98 v = intern(v)
/netbsd-src/external/gpl3/binutils/dist/opcodes/po/
H A Dro.po778 msgstr "eroare internă de dezasamblor"
821 msgstr "# eroare internă, etichetă necunoscută în șablonul codului operațional (%s)"
839 msgstr "eroare internă: cris_cgen_rebuild_tables: valori insn-chunk-bitsize conflictuale: „%d” și „…
844 msgstr "eroare internă: cris_cgen_cpu_open: argument neacceptat „%d”"
849 msgstr "eroare internă: cris_cgen_cpu_open: endianness nedefinit"
921 msgstr "eroare internă: câmp necunoscut %d în timpul analizării"
987 msgstr "eroare internă: epiphany_cgen_rebuild_tables: valori insn-chunk-bitsize conflictuale: „%d” …
992 msgstr "eroare internă: epiphany_cgen_cpu_open: argument neacceptat „%d”"
997 msgstr "eroare internă: epiphany_cgen_cpu_open: endianness nedefinit"
1011 msgstr "eroare internă: câmpnerecunoscut %d la scrierea instrucțiunii"
[all …]
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dtexi-docstring-magic.el129 (or (boundp (intern (match-string 2 docstring)))
130 (fboundp (intern (match-string 2 docstring))))
300 (setq symbol (intern (match-string 1)))
343 (list (if (equal val "") v (intern val)))))
/netbsd-src/sys/fs/udf/
H A Dudf_readwrite.c188 int icbflags, addr_type, file_type, intern, has_fids, has_sbm, l_ea; in udf_fixup_node_internals() local
200 intern = 0; in udf_fixup_node_internals()
212 intern = (addr_type == UDF_ICB_INTERN_ALLOC); in udf_fixup_node_internals()
223 intern = (addr_type == UDF_ICB_INTERN_ALLOC); in udf_fixup_node_internals()
243 if (intern) { in udf_fixup_node_internals()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_addr_find.in33 maps inline:{"a@b"=extern-1@example,a@b=intern-1@example,a.b.=intern-2@example}
35 test internal:external-first:external:default:a.b.@localhost.localdomain:intern-2@example
H A Dmail_addr_find.ref25 inline:{"a@b"=extern-1@example,a@b=intern-1@example,a.b.=intern-2@example}
27 internal:a.b.@localhost.localdomain -external-first-> external:intern-2@example (null extension)
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/misc/
H A Dpo-compat.el209 (intern try-string))
225 (charset-lower (intern (downcase charset))))
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h34 SymbolStringPtr intern(StringRef S);
161 inline SymbolStringPtr SymbolStringPool::intern(StringRef S) {

12345