Lines Matching defs:in

14    This program is distributed in the hope that it will be useful,
285 struct internal_lineno *in = (struct internal_lineno *) in1;
287 in->l_lnno = H_GET_32 (abfd, (ext->l_lnno));
288 if (in->l_lnno == 0)
289 in->l_addr.l_symndx = H_GET_32 (abfd, ext->l_addr.l_symndx);
291 in->l_addr.l_paddr = H_GET_64 (abfd, ext->l_addr.l_paddr);
300 struct internal_lineno *in = (struct internal_lineno *) inp;
303 H_PUT_32 (abfd, in->l_addr.l_symndx, ext->l_addr.l_symndx);
304 H_PUT_32 (abfd, in->l_lnno, (ext->l_lnno));
306 if (in->l_lnno == 0)
307 H_PUT_32 (abfd, in->l_addr.l_symndx, ext->l_addr.l_symndx);
309 H_PUT_64 (abfd, in->l_addr.l_paddr, ext->l_addr.l_paddr);
321 struct internal_syment *in = (struct internal_syment *) in1;
323 in->_n._n_n._n_zeroes = 0;
324 in->_n._n_n._n_offset = H_GET_32 (abfd, ext->e_offset);
325 in->n_value = H_GET_64 (abfd, ext->e_value);
326 in->n_scnum = H_GET_16 (abfd, ext->e_scnum);
327 in->n_type = H_GET_16 (abfd, ext->e_type);
328 in->n_sclass = H_GET_8 (abfd, ext->e_sclass);
329 in->n_numaux = H_GET_8 (abfd, ext->e_numaux);
338 struct internal_syment *in = (struct internal_syment *) inp;
341 H_PUT_32 (abfd, in->_n._n_n._n_offset, ext->e_offset);
342 H_PUT_64 (abfd, in->n_value, ext->e_value);
343 H_PUT_16 (abfd, in->n_scnum, ext->e_scnum);
344 H_PUT_16 (abfd, in->n_type, ext->e_type);
345 H_PUT_8 (abfd, in->n_sclass, ext->e_sclass);
346 H_PUT_8 (abfd, in->n_numaux, ext->e_numaux);
361 union internal_auxent *in = (union internal_auxent *) in1;
368 in->x_file.x_n.x_zeroes = 0;
369 in->x_file.x_n.x_offset = H_GET_32 (abfd, ext->x_file.x_n.x_offset);
373 memcpy (in->x_file.x_fname, ext->x_file.x_fname, FILNMLEN);
388 in->x_csect.x_scnlen.l = h << 32 | (l & 0xffffffff);
390 in->x_csect.x_parmhash = H_GET_32 (abfd, ext->x_csect.x_parmhash);
391 in->x_csect.x_snhash = H_GET_16 (abfd, ext->x_csect.x_snhash);
392 /* We don't have to hack bitfields in x_smtyp because it's
395 in->x_csect.x_smtyp = H_GET_8 (abfd, ext->x_csect.x_smtyp);
396 in->x_csect.x_smclas = H_GET_8 (abfd, ext->x_csect.x_smclas);
408 in->x_scn.x_checksum = 0;
409 in->x_scn.x_associated = 0;
410 in->x_scn.x_comdat = 0;
419 in->x_sym.x_fcnary.x_fcn.x_lnnoptr
421 in->x_sym.x_fcnary.x_fcn.x_endndx.l
426 in->x_sym.x_misc.x_fsize
431 in->x_sym.x_misc.x_lnsz.x_lnno
433 in->x_sym.x_misc.x_lnsz.x_size
450 union internal_auxent *in = (union internal_auxent *) inp;
457 if (in->x_file.x_n.x_zeroes == 0)
460 H_PUT_32 (abfd, in->x_file.x_n.x_offset, ext->x_file.x_n.x_offset);
464 memcpy (ext->x_file.x_fname, in->x_file.x_fname, FILNMLEN);
476 temp = in->x_csect.x_scnlen.l & 0xffffffff;
478 temp = in->x_csect.x_scnlen.l >> 32;
480 H_PUT_32 (abfd, in->x_csect.x_parmhash, ext->x_csect.x_parmhash);
481 H_PUT_16 (abfd, in->x_csect.x_snhash, ext->x_csect.x_snhash);
482 /* We don't have to hack bitfields in x_smtyp because it's
485 H_PUT_8 (abfd, in->x_csect.x_smtyp, ext->x_csect.x_smtyp);
486 H_PUT_8 (abfd, in->x_csect.x_smclas, ext->x_csect.x_smclas);
504 H_PUT_64 (abfd, in->x_sym.x_fcnary.x_fcn.x_lnnoptr,
508 H_PUT_32 (abfd, in->x_sym.x_fcnary.x_fcn.x_endndx.l,
513 H_PUT_32 (abfd, in->x_sym.x_misc.x_fsize,
518 H_PUT_32 (abfd, in->x_sym.x_misc.x_lnsz.x_lnno,
520 H_PUT_16 (abfd, in->x_sym.x_misc.x_lnsz.x_size,
596 /* Routines to swap information in the XCOFF .loader section. If we
601 /* Swap in the ldhdr structure. */
645 /* Swap in the ldsym structure. */
720 /* Swap in the ldrel structure. */
794 /* Indicate in each section->line_filepos its actual file address. */
1319 in a type larger than bfd_vma, which would be inefficient. */
1360 /* Put the value back in the object file. */
1377 different algorithms for putting in the reloc. Many of these
1864 /* Read in the armap of an XCOFF archive. */
1912 /* Read in the entire symbol table. */
2034 /* Open the next element in an XCOFF archive. */
2540 { /* COFF backend, defined in libcoff.h. */
2793 { /* COFF backend, defined in libcoff.h. */