Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/binutils/bfd/
Decoffswap.h98 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern) in ecoff_swap_hdr_in() argument
104 intern->magic = H_GET_S16 (abfd, ext->h_magic); in ecoff_swap_hdr_in()
105 intern->vstamp = H_GET_S16 (abfd, ext->h_vstamp); in ecoff_swap_hdr_in()
106 intern->ilineMax = H_GET_32 (abfd, ext->h_ilineMax); in ecoff_swap_hdr_in()
107 intern->cbLine = ECOFF_GET_OFF (abfd, ext->h_cbLine); in ecoff_swap_hdr_in()
108 intern->cbLineOffset = ECOFF_GET_OFF (abfd, ext->h_cbLineOffset); in ecoff_swap_hdr_in()
109 intern->idnMax = H_GET_32 (abfd, ext->h_idnMax); in ecoff_swap_hdr_in()
110 intern->cbDnOffset = ECOFF_GET_OFF (abfd, ext->h_cbDnOffset); in ecoff_swap_hdr_in()
111 intern->ipdMax = H_GET_32 (abfd, ext->h_ipdMax); in ecoff_swap_hdr_in()
112 intern->cbPdOffset = ECOFF_GET_OFF (abfd, ext->h_cbPdOffset); in ecoff_swap_hdr_in()
[all …]
Dcoff-alpha.c535 alpha_ecoff_swap_reloc_in (abfd, ext_ptr, intern) in alpha_ecoff_swap_reloc_in() argument
538 struct internal_reloc *intern;
542 intern->r_vaddr = H_GET_64 (abfd, ext->r_vaddr);
543 intern->r_symndx = H_GET_32 (abfd, ext->r_symndx);
547 intern->r_type = ((ext->r_bits[0] & RELOC_BITS0_TYPE_LITTLE)
549 intern->r_extern = (ext->r_bits[1] & RELOC_BITS1_EXTERN_LITTLE) != 0;
550 intern->r_offset = ((ext->r_bits[1] & RELOC_BITS1_OFFSET_LITTLE)
553 intern->r_size = ((ext->r_bits[3] & RELOC_BITS3_SIZE_LITTLE)
556 if (intern->r_type == ALPHA_R_LITUSE
557 || intern->r_type == ALPHA_R_GPDISP)
[all …]
Decofflink.c66 _bfd_ecoff_swap_tir_in (bigend, ext_copy, intern) in _bfd_ecoff_swap_tir_in() argument
69 TIR *intern;
77 intern->fBitfield = 0 != (ext->t_bits1[0] & TIR_BITS1_FBITFIELD_BIG);
78 intern->continued = 0 != (ext->t_bits1[0] & TIR_BITS1_CONTINUED_BIG);
79 intern->bt = (ext->t_bits1[0] & TIR_BITS1_BT_BIG)
81 intern->tq4 = (ext->t_tq45[0] & TIR_BITS_TQ4_BIG)
83 intern->tq5 = (ext->t_tq45[0] & TIR_BITS_TQ5_BIG)
85 intern->tq0 = (ext->t_tq01[0] & TIR_BITS_TQ0_BIG)
87 intern->tq1 = (ext->t_tq01[0] & TIR_BITS_TQ1_BIG)
89 intern->tq2 = (ext->t_tq23[0] & TIR_BITS_TQ2_BIG)
[all …]
Dcoff-mips.c288 mips_ecoff_swap_reloc_in (abfd, ext_ptr, intern) in mips_ecoff_swap_reloc_in() argument
291 struct internal_reloc *intern;
295 intern->r_vaddr = H_GET_32 (abfd, ext->r_vaddr);
298 intern->r_symndx = (((int) ext->r_bits[0]
304 intern->r_type = ((ext->r_bits[3] & RELOC_BITS3_TYPE_BIG)
306 intern->r_extern = (ext->r_bits[3] & RELOC_BITS3_EXTERN_BIG) != 0;
310 intern->r_symndx = (((int) ext->r_bits[0]
316 intern->r_type = (((ext->r_bits[3] & RELOC_BITS3_TYPE_LITTLE)
320 intern->r_extern = (ext->r_bits[3] & RELOC_BITS3_EXTERN_LITTLE) != 0;
327 mips_ecoff_swap_reloc_out (abfd, intern, dst) in mips_ecoff_swap_reloc_out() argument
[all …]
Decoff.c1585 struct internal_reloc intern; in ecoff_slurp_reloc_table() local
1589 &intern); in ecoff_slurp_reloc_table()
1591 if (intern.r_extern) in ecoff_slurp_reloc_table()
1594 BFD_ASSERT (intern.r_symndx >= 0 in ecoff_slurp_reloc_table()
1595 && (intern.r_symndx in ecoff_slurp_reloc_table()
1598 rptr->sym_ptr_ptr = symbols + intern.r_symndx; in ecoff_slurp_reloc_table()
1601 else if (intern.r_symndx == RELOC_SECTION_NONE in ecoff_slurp_reloc_table()
1602 || intern.r_symndx == RELOC_SECTION_ABS) in ecoff_slurp_reloc_table()
1613 switch (intern.r_symndx) in ecoff_slurp_reloc_table()
1640 rptr->address = intern.r_vaddr - bfd_get_section_vma (abfd, section); in ecoff_slurp_reloc_table()
[all …]
DChangeLog-96975532 into -1 for intern->rss.
DChangeLog-94953839 * ecoffswap.h (ecoff_swap_pdr_in): Zero out intern before setting
/freebsd-10-stable/sbin/dhclient/
Dconflex.c76 static int intern(char *, int);
313 return (intern(tval, rv)); in read_num_or_name()
317 intern(char *atom, int dfv) in intern() function
/freebsd-10-stable/contrib/llvm/lib/Support/
DStringPool.cpp25 PooledStringPtr StringPool::intern(StringRef Key) { in intern() function in StringPool
/freebsd-10-stable/contrib/llvm/include/llvm/Support/
DStringPool.h67 PooledStringPtr intern(StringRef Str);
/freebsd-10-stable/contrib/gdb/gdb/
Ddbxread.c850 #define INTERNALIZE_SYMBOL(intern, extern, abfd) \ argument
852 (intern).n_type = bfd_h_get_8 (abfd, (extern)->e_type); \
853 (intern).n_strx = bfd_h_get_32 (abfd, (extern)->e_strx); \
854 (intern).n_desc = bfd_h_get_16 (abfd, (extern)->e_desc); \
856 (intern).n_value = bfd_h_get_signed_32 (abfd, (extern)->e_value); \
858 (intern).n_value = bfd_h_get_32 (abfd, (extern)->e_value); \
/freebsd-10-stable/contrib/llvm/lib/IR/
DFunction.cpp327 (*GCNames)[this] = GCNamePool->intern(Str); in setGC()
/freebsd-10-stable/usr.bin/vi/catalog/
Dswedish.UTF-8.base78 085 "Fel i intern syntaxtabell (%s: %s)"
/freebsd-10-stable/contrib/file/magic/Magdir/
Ddatabase152 # http://home.f1.htw-berlin.de/scheibl/db/intern/dBase.htm
/freebsd-10-stable/cddl/contrib/dtracetoolkit/Examples/
Dj_methodcalls_example.txt877 311492 16 java/lang/String.intern
/freebsd-10-stable/contrib/groff/doc/
Dgroff-15741 macro packages since `gtroff' has no mechanism to `intern' macros,
Dgroff.texinfo7625 macro packages since @code{gtroff} has no mechanism to `intern' macros,
/freebsd-10-stable/games/fortune/datfiles/
Dfortunes11161 At the hospital, a doctor is training an intern on how to announce bad news
11162 to the patients. The doctor tells the intern "This man in 305 is going to
11163 die in six months. Go in and tell him." The intern boldly walks into the
11166 grabs the intern and screams at him, "What!?!? are you some kind of moron?
11170 The intern goes softly into the room, humming to himself, cheerily
/freebsd-10-stable/share/dict/
Dweb296518 intern