Lines Matching refs:x_csect
376 h = H_GET_S32 (abfd, ext->x_csect.x_scnlen_hi);
377 l = H_GET_32 (abfd, ext->x_csect.x_scnlen_lo);
379 in->x_csect.x_scnlen.l = h << 32 | (l & 0xffffffff);
381 in->x_csect.x_parmhash = H_GET_32 (abfd, ext->x_csect.x_parmhash);
382 in->x_csect.x_snhash = H_GET_16 (abfd, ext->x_csect.x_snhash);
386 in->x_csect.x_smtyp = H_GET_8 (abfd, ext->x_csect.x_smtyp);
387 in->x_csect.x_smclas = H_GET_8 (abfd, ext->x_csect.x_smclas);
466 temp = in->x_csect.x_scnlen.l & 0xffffffff;
467 H_PUT_32 (abfd, temp, ext->x_csect.x_scnlen_lo);
468 temp = in->x_csect.x_scnlen.l >> 32;
469 H_PUT_32 (abfd, temp, ext->x_csect.x_scnlen_hi);
470 H_PUT_32 (abfd, in->x_csect.x_parmhash, ext->x_csect.x_parmhash);
471 H_PUT_16 (abfd, in->x_csect.x_snhash, ext->x_csect.x_snhash);
475 H_PUT_8 (abfd, in->x_csect.x_smtyp, ext->x_csect.x_smtyp);
476 H_PUT_8 (abfd, in->x_csect.x_smclas, ext->x_csect.x_smclas);
2106 if ((19 >= aux->x_csect.x_smclas)
2107 && (NULL != names[aux->x_csect.x_smclas]))
2111 (abfd, names[aux->x_csect.x_smclas]);
2118 abfd, symbol_name, aux->x_csect.x_smclas);
2348 auxent.x_csect.x_scnlen.l = data_buffer_size;
2349 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD;
2350 auxent.x_csect.x_smclas = XMC_RW;
2368 auxent.x_csect.x_smtyp = XTY_LD;
2369 auxent.x_csect.x_smclas = XMC_RW;