HomeSort by: relevance | last modified time | path
    Searched defs:intern (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/bfd/
ecoffswap.h 99 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern)
105 intern->magic = H_GET_S16 (abfd, ext->h_magic);
106 intern->vstamp = H_GET_S16 (abfd, ext->h_vstamp);
107 intern->ilineMax = H_GET_32 (abfd, ext->h_ilineMax);
108 intern->cbLine = ECOFF_GET_OFF (abfd, ext->h_cbLine);
109 intern->cbLineOffset = ECOFF_GET_OFF (abfd, ext->h_cbLineOffset);
110 intern->idnMax = H_GET_32 (abfd, ext->h_idnMax);
111 intern->cbDnOffset = ECOFF_GET_OFF (abfd, ext->h_cbDnOffset);
112 intern->ipdMax = H_GET_32 (abfd, ext->h_ipdMax);
113 intern->cbPdOffset = ECOFF_GET_OFF (abfd, ext->h_cbPdOffset)
143 HDRR intern[1]; local
253 FDR intern[1]; local
384 PDR intern[1]; local
498 SYMR intern[1]; local
587 EXTR intern[1]; local
705 OPTR intern[1]; local
760 DNR intern[1]; local
    [all...]
ecofflink.c 57 TIR *intern)
66 intern->fBitfield = 0 != (ext->t_bits1[0] & TIR_BITS1_FBITFIELD_BIG);
67 intern->continued = 0 != (ext->t_bits1[0] & TIR_BITS1_CONTINUED_BIG);
68 intern->bt = (ext->t_bits1[0] & TIR_BITS1_BT_BIG)
70 intern->tq4 = (ext->t_tq45[0] & TIR_BITS_TQ4_BIG)
72 intern->tq5 = (ext->t_tq45[0] & TIR_BITS_TQ5_BIG)
74 intern->tq0 = (ext->t_tq01[0] & TIR_BITS_TQ0_BIG)
76 intern->tq1 = (ext->t_tq01[0] & TIR_BITS_TQ1_BIG)
78 intern->tq2 = (ext->t_tq23[0] & TIR_BITS_TQ2_BIG)
80 intern->tq3 = (ext->t_tq23[0] & TIR_BITS_TQ3_BIG
118 TIR intern[1]; local
217 RNDXR intern[1]; local
    [all...]
ecoff.c 1675 struct internal_reloc intern;
1679 &intern);
1683 if (intern.r_extern)
1687 && intern.r_symndx >= 0
1688 && (intern.r_symndx
1690 rptr->sym_ptr_ptr = symbols + intern.r_symndx;
1698 switch (intern.r_symndx)
1730 rptr->address = intern.r_vaddr - bfd_section_vma (section);
1734 (*backend->adjust_reloc_in) (abfd, &intern, rptr);
1671 struct internal_reloc intern; local
  /src/external/gpl3/binutils.old/dist/bfd/
ecoffswap.h 99 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern)
105 intern->magic = H_GET_S16 (abfd, ext->h_magic);
106 intern->vstamp = H_GET_S16 (abfd, ext->h_vstamp);
107 intern->ilineMax = H_GET_32 (abfd, ext->h_ilineMax);
108 intern->cbLine = ECOFF_GET_OFF (abfd, ext->h_cbLine);
109 intern->cbLineOffset = ECOFF_GET_OFF (abfd, ext->h_cbLineOffset);
110 intern->idnMax = H_GET_32 (abfd, ext->h_idnMax);
111 intern->cbDnOffset = ECOFF_GET_OFF (abfd, ext->h_cbDnOffset);
112 intern->ipdMax = H_GET_32 (abfd, ext->h_ipdMax);
113 intern->cbPdOffset = ECOFF_GET_OFF (abfd, ext->h_cbPdOffset)
143 HDRR intern[1]; local
253 FDR intern[1]; local
384 PDR intern[1]; local
498 SYMR intern[1]; local
587 EXTR intern[1]; local
705 OPTR intern[1]; local
760 DNR intern[1]; local
    [all...]
ecofflink.c 57 TIR *intern)
66 intern->fBitfield = 0 != (ext->t_bits1[0] & TIR_BITS1_FBITFIELD_BIG);
67 intern->continued = 0 != (ext->t_bits1[0] & TIR_BITS1_CONTINUED_BIG);
68 intern->bt = (ext->t_bits1[0] & TIR_BITS1_BT_BIG)
70 intern->tq4 = (ext->t_tq45[0] & TIR_BITS_TQ4_BIG)
72 intern->tq5 = (ext->t_tq45[0] & TIR_BITS_TQ5_BIG)
74 intern->tq0 = (ext->t_tq01[0] & TIR_BITS_TQ0_BIG)
76 intern->tq1 = (ext->t_tq01[0] & TIR_BITS_TQ1_BIG)
78 intern->tq2 = (ext->t_tq23[0] & TIR_BITS_TQ2_BIG)
80 intern->tq3 = (ext->t_tq23[0] & TIR_BITS_TQ3_BIG
118 TIR intern[1]; local
217 RNDXR intern[1]; local
    [all...]
ecoff.c 1675 struct internal_reloc intern;
1679 &intern);
1683 if (intern.r_extern)
1687 && intern.r_symndx >= 0
1688 && (intern.r_symndx
1690 rptr->sym_ptr_ptr = symbols + intern.r_symndx;
1698 switch (intern.r_symndx)
1730 rptr->address = intern.r_vaddr - bfd_section_vma (section);
1734 (*backend->adjust_reloc_in) (abfd, &intern, rptr);
1671 struct internal_reloc intern; local
  /src/external/gpl3/gdb.old/dist/bfd/
ecoffswap.h 99 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern)
105 intern->magic = H_GET_S16 (abfd, ext->h_magic);
106 intern->vstamp = H_GET_S16 (abfd, ext->h_vstamp);
107 intern->ilineMax = H_GET_32 (abfd, ext->h_ilineMax);
108 intern->cbLine = ECOFF_GET_OFF (abfd, ext->h_cbLine);
109 intern->cbLineOffset = ECOFF_GET_OFF (abfd, ext->h_cbLineOffset);
110 intern->idnMax = H_GET_32 (abfd, ext->h_idnMax);
111 intern->cbDnOffset = ECOFF_GET_OFF (abfd, ext->h_cbDnOffset);
112 intern->ipdMax = H_GET_32 (abfd, ext->h_ipdMax);
113 intern->cbPdOffset = ECOFF_GET_OFF (abfd, ext->h_cbPdOffset)
143 HDRR intern[1]; local
253 FDR intern[1]; local
384 PDR intern[1]; local
498 SYMR intern[1]; local
587 EXTR intern[1]; local
705 OPTR intern[1]; local
760 DNR intern[1]; local
    [all...]
ecofflink.c 47 TIR *intern)
56 intern->fBitfield = 0 != (ext->t_bits1[0] & TIR_BITS1_FBITFIELD_BIG);
57 intern->continued = 0 != (ext->t_bits1[0] & TIR_BITS1_CONTINUED_BIG);
58 intern->bt = (ext->t_bits1[0] & TIR_BITS1_BT_BIG)
60 intern->tq4 = (ext->t_tq45[0] & TIR_BITS_TQ4_BIG)
62 intern->tq5 = (ext->t_tq45[0] & TIR_BITS_TQ5_BIG)
64 intern->tq0 = (ext->t_tq01[0] & TIR_BITS_TQ0_BIG)
66 intern->tq1 = (ext->t_tq01[0] & TIR_BITS_TQ1_BIG)
68 intern->tq2 = (ext->t_tq23[0] & TIR_BITS_TQ2_BIG)
70 intern->tq3 = (ext->t_tq23[0] & TIR_BITS_TQ3_BIG
107 TIR intern[1]; local
206 RNDXR intern[1]; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
ecoffswap.h 99 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern)
105 intern->magic = H_GET_S16 (abfd, ext->h_magic);
106 intern->vstamp = H_GET_S16 (abfd, ext->h_vstamp);
107 intern->ilineMax = H_GET_32 (abfd, ext->h_ilineMax);
108 intern->cbLine = ECOFF_GET_OFF (abfd, ext->h_cbLine);
109 intern->cbLineOffset = ECOFF_GET_OFF (abfd, ext->h_cbLineOffset);
110 intern->idnMax = H_GET_32 (abfd, ext->h_idnMax);
111 intern->cbDnOffset = ECOFF_GET_OFF (abfd, ext->h_cbDnOffset);
112 intern->ipdMax = H_GET_32 (abfd, ext->h_ipdMax);
113 intern->cbPdOffset = ECOFF_GET_OFF (abfd, ext->h_cbPdOffset)
143 HDRR intern[1]; local
253 FDR intern[1]; local
384 PDR intern[1]; local
498 SYMR intern[1]; local
587 EXTR intern[1]; local
705 OPTR intern[1]; local
760 DNR intern[1]; local
    [all...]
ecofflink.c 57 TIR *intern)
66 intern->fBitfield = 0 != (ext->t_bits1[0] & TIR_BITS1_FBITFIELD_BIG);
67 intern->continued = 0 != (ext->t_bits1[0] & TIR_BITS1_CONTINUED_BIG);
68 intern->bt = (ext->t_bits1[0] & TIR_BITS1_BT_BIG)
70 intern->tq4 = (ext->t_tq45[0] & TIR_BITS_TQ4_BIG)
72 intern->tq5 = (ext->t_tq45[0] & TIR_BITS_TQ5_BIG)
74 intern->tq0 = (ext->t_tq01[0] & TIR_BITS_TQ0_BIG)
76 intern->tq1 = (ext->t_tq01[0] & TIR_BITS_TQ1_BIG)
78 intern->tq2 = (ext->t_tq23[0] & TIR_BITS_TQ2_BIG)
80 intern->tq3 = (ext->t_tq23[0] & TIR_BITS_TQ3_BIG
118 TIR intern[1]; local
217 RNDXR intern[1]; local
    [all...]
  /src/usr.bin/xlint/common/
tyname.c 75 intern(const char *name) function
306 name = intern(buf.data);
324 const char *name = intern(buf.data);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
SymbolStringPool.h 34 SymbolStringPtr intern(StringRef S);
161 inline SymbolStringPtr SymbolStringPool::intern(StringRef S) { function in class:llvm::orc::SymbolStringPool
TargetProcessControl.h 103 /// Intern a symbol name in the SymbolStringPool.
104 SymbolStringPtr intern(StringRef SymName) { return SSP->intern(SymName); } function in class:llvm::orc::TargetProcessControl
Core.h 1276 SymbolStringPtr intern(StringRef SymName) { return SSP->intern(SymName); } function in class:llvm::orc::SymbolState::ExecutionSession
  /src/external/mpl/dhcp/dist/common/
conflex.c 44 static enum dhcp_token intern (char *, enum dhcp_token);
725 return intern(cfile->tval, rv);
729 intern(char *atom, enum dhcp_token dfv) { function
  /src/external/mpl/dhcp/dist/keama/
conflex.c 50 static enum dhcp_token intern(char *, enum dhcp_token);
705 return intern(cfile->tval, rv);
709 intern(char *atom, enum dhcp_token dfv) { function
  /src/sys/fs/udf/
udf_readwrite.c 188 int icbflags, addr_type, file_type, intern, has_fids, has_sbm, l_ea; local
200 intern = 0;
212 intern = (addr_type == UDF_ICB_INTERN_ALLOC);
223 intern = (addr_type == UDF_ICB_INTERN_ALLOC);
243 if (intern) {
  /src/usr.bin/config/
hash.c 207 intern(const char *s) function
  /src/external/gpl3/gdb.old/dist/gdb/
objfiles.h 225 /* Intern STRING in this object's string cache and return the unique copy.
230 const char *intern (const char *str) function in struct:objfile_per_bfd_storage
237 const char *intern (const std::string &str) function in struct:objfile_per_bfd_storage
498 /* Intern STRING and return the unique copy. The copy has the same
500 const char *intern (const char *str) function in struct:objfile
502 return per_bfd->intern (str);
505 /* Intern STRING and return the unique copy. The copy has the same
507 const char *intern (const std::string &str) function in struct:objfile
509 return per_bfd->intern (str);
  /src/external/gpl3/gdb/dist/gdb/
objfiles.h 225 /* Intern STRING in this object's string cache and return the unique copy.
230 const char *intern (const char *str) function in struct:objfile_per_bfd_storage
237 const char *intern (const std::string &str) function in struct:objfile_per_bfd_storage
500 /* Intern STRING and return the unique copy. The copy has the same
502 const char *intern (const char *str) function in struct:objfile
504 return per_bfd->intern (str);
507 /* Intern STRING and return the unique copy. The copy has the same
509 const char *intern (const std::string &str) function in struct:objfile
511 return per_bfd->intern (str);
  /src/usr.sbin/makefs/
udf.c 818 bool intern; local
841 intern = (udf_datablocks(chunk) == 0);
852 if (chunk && !intern)
  /src/external/gpl3/gdb.old/dist/libctf/
ctf-dedup.c 387 /* Intern things in the dedup atoms table. */
390 intern (ctf_dict_t *fp, char *atom) function
453 ret = intern (fp, str);
611 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
928 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
930 whaterr = N_("cannot intern hash");
  /src/external/gpl3/binutils/dist/libctf/
ctf-dedup.c 387 /* Intern things in the dedup atoms table. */
390 intern (ctf_dict_t *fp, char *atom) function
453 ret = intern (fp, str);
613 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
934 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
936 whaterr = N_("cannot intern hash");
  /src/external/gpl3/binutils.old/dist/libctf/
ctf-dedup.c 387 /* Intern things in the dedup atoms table. */
390 intern (ctf_dict_t *fp, char *atom) function
453 ret = intern (fp, str);
613 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
934 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
936 whaterr = N_("cannot intern hash");
  /src/external/gpl3/gdb/dist/libctf/
ctf-dedup.c 387 /* Intern things in the dedup atoms table. */
390 intern (ctf_dict_t *fp, char *atom) function
453 ret = intern (fp, str);
613 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
934 if ((hval = intern (fp, strdup (hashbuf))) == NULL)
936 whaterr = N_("cannot intern hash");

Completed in 52 milliseconds

1 2