Lines Matching defs:in

13    This program is distributed in the hope that it will be useful,
290 struct internal_lineno *in = (struct internal_lineno *) in1;
292 in->l_lnno = H_GET_32 (abfd, (ext->l_lnno));
293 if (in->l_lnno == 0)
294 in->l_addr.l_symndx = H_GET_32 (abfd, ext->l_addr.l_symndx);
296 in->l_addr.l_paddr = H_GET_64 (abfd, ext->l_addr.l_paddr);
302 struct internal_lineno *in = (struct internal_lineno *) inp;
305 H_PUT_32 (abfd, in->l_addr.l_symndx, ext->l_addr.l_symndx);
306 H_PUT_32 (abfd, in->l_lnno, (ext->l_lnno));
308 if (in->l_lnno == 0)
309 H_PUT_32 (abfd, in->l_addr.l_symndx, ext->l_addr.l_symndx);
311 H_PUT_64 (abfd, in->l_addr.l_paddr, ext->l_addr.l_paddr);
320 struct internal_syment *in = (struct internal_syment *) in1;
322 in->_n._n_n._n_zeroes = 0;
323 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e_offset);
324 in->n_value = H_GET_64 (abfd, ext->e_value);
325 in->n_scnum = (short) H_GET_16 (abfd, ext->e_scnum);
326 in->n_type = H_GET_16 (abfd, ext->e_type);
327 in->n_sclass = H_GET_8 (abfd, ext->e_sclass);
328 in->n_numaux = H_GET_8 (abfd, ext->e_numaux);
334 struct internal_syment *in = (struct internal_syment *) inp;
337 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e_offset);
338 H_PUT_64 (abfd, in->n_value, ext->e_value);
339 H_PUT_16 (abfd, in->n_scnum, ext->e_scnum);
340 H_PUT_16 (abfd, in->n_type, ext->e_type);
341 H_PUT_8 (abfd, in->n_sclass, ext->e_sclass);
342 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux);
351 union internal_auxent *in = (union internal_auxent *) in1;
358 in->x_file.x_n.x_zeroes = 0;
359 in->x_file.x_n.x_offset =
364 memcpy (in->x_file.x_fname, ext->x_file.x_n.x_fname, FILNMLEN);
380 in->x_csect.x_scnlen.l = h << 32 | (l & 0xffffffff);
382 in->x_csect.x_parmhash = H_GET_32 (abfd, ext->x_csect.x_parmhash);
383 in->x_csect.x_snhash = H_GET_16 (abfd, ext->x_csect.x_snhash);
384 /* We don't have to hack bitfields in x_smtyp because it's
387 in->x_csect.x_smtyp = H_GET_8 (abfd, ext->x_csect.x_smtyp);
388 in->x_csect.x_smclas = H_GET_8 (abfd, ext->x_csect.x_smclas);
400 in->x_scn.x_checksum = 0;
401 in->x_scn.x_associated = 0;
402 in->x_scn.x_comdat = 0;
412 in->x_sym.x_fcnary.x_fcn.x_lnnoptr
414 in->x_sym.x_fcnary.x_fcn.x_endndx.l
419 in->x_sym.x_misc.x_fsize
424 in->x_sym.x_misc.x_lnsz.x_lnno
426 in->x_sym.x_misc.x_lnsz.x_size
439 union internal_auxent *in = (union internal_auxent *) inp;
446 if (in->x_file.x_n.x_zeroes == 0)
449 H_PUT_32 (abfd, in->x_file.x_n.x_offset,
454 memcpy (ext->x_file.x_n.x_fname, in->x_file.x_fname, FILNMLEN);
467 temp = in->x_csect.x_scnlen.l & 0xffffffff;
469 temp = in->x_csect.x_scnlen.l >> 32;
471 H_PUT_32 (abfd, in->x_csect.x_parmhash, ext->x_csect.x_parmhash);
472 H_PUT_16 (abfd, in->x_csect.x_snhash, ext->x_csect.x_snhash);
473 /* We don't have to hack bitfields in x_smtyp because it's
476 H_PUT_8 (abfd, in->x_csect.x_smtyp, ext->x_csect.x_smtyp);
477 H_PUT_8 (abfd, in->x_csect.x_smclas, ext->x_csect.x_smclas);
496 H_PUT_64 (abfd, in->x_sym.x_fcnary.x_fcn.x_lnnoptr,
500 H_PUT_32 (abfd, in->x_sym.x_fcnary.x_fcn.x_endndx.l,
505 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize,
510 H_PUT_32 (abfd, in->x_sym.x_misc.x_lnsz.x_lnno,
512 H_PUT_16 (abfd, in->x_sym.x_misc.x_lnsz.x_size,
582 /* Routines to swap information in the XCOFF .loader section. If we
587 /* Swap in the ldhdr structure. */
627 /* Swap in the ldsym structure. */
690 /* Swap in the ldrel structure. */
756 /* Indicate in each section->line_filepos its actual file address. */
1307 in a type larger than bfd_vma, which would be inefficient. */
1347 /* Put the value back in the object file. */
1364 different algorithms for putting in the reloc. Many of these
1856 /* Read in the armap of an XCOFF archive. */
1903 /* Read in the entire symbol table. */
2024 /* Open the next element in an XCOFF archive. */
2516 { /* COFF backend, defined in libcoff.h. */
2776 { /* COFF backend, defined in libcoff.h. */