Searched refs:x_smtyp (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/binutils/include/coff/
H A Drs6000.h180 unsigned char x_smtyp[1]; member in struct:external_auxent::__anon439
H A Drs6k64.h176 unsigned char x_smtyp[1]; member in struct:external_auxent::__anon451
H A Dinternal.h586 unsigned char x_smtyp; /* symbol align and type */ member in struct:internal_auxent::__anon418
594 /* x_smtyp values: */
/freebsd-10-stable/contrib/binutils/bfd/
H A Dcoff64-rs6000.c392 /* 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);
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);
2367 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD;
2386 auxent.x_csect.x_smtyp = XTY_LD;
H A Dxcofflink.c1217 smtyp = SMTYP_SMTYP (aux.x_csect.x_smtyp);
1433 csect->alignment_power = SMTYP_ALIGN (aux.x_csect.x_smtyp);
1570 csect->alignment_power = SMTYP_ALIGN (aux.x_csect.x_smtyp);
3492 smtyp = SMTYP_SMTYP (aux.x_csect.x_smtyp);
3997 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_LD)
4419 if (SMTYP_SMTYP (aux.x_csect.x_smtyp) == XTY_SD
4796 iraux.x_csect.x_smtyp = XTY_SD;
5054 aux.x_csect.x_smtyp = XTY_ER;
5064 aux.x_csect.x_smtyp = XTY_ER;
5079 aux.x_csect.x_smtyp
[all...]
H A Dcoff-rs6000.c427 /* We don't have to hack bitfields in x_smtyp because it's
430 in->x_csect.x_smtyp = H_GET_8 (abfd, ext->x_csect.x_smtyp);
536 /* We don't have to hack bitfields in x_smtyp because it's
539 H_PUT_8 (abfd, in->x_csect.x_smtyp, ext->x_csect.x_smtyp);
3818 auxent.x_csect.x_smtyp = 3 << 3 | XTY_SD;
3834 auxent.x_csect.x_smtyp = XTY_LD;
H A Dcoffcode.h2301 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) == XTY_LD)
2362 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) != XTY_LD)
2390 SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp),
2391 SMTYP_ALIGN (aux->u.auxent.x_csect.x_smtyp),
/freebsd-10-stable/contrib/binutils/gas/config/
H A Dtc-ppc.c4980 a->x_csect.x_smtyp = (2 << 3) | XTY_SD;
4996 a->x_csect.x_smtyp = (symbol_get_tc (sym)->align << 3) | XTY_SD;
5002 a->x_csect.x_smtyp = (symbol_get_tc (sym)->align << 3) | XTY_CM;
5013 a->x_csect.x_smtyp = XTY_LD;
5021 a->x_csect.x_smtyp = XTY_ER;
5049 a->x_csect.x_smtyp = (2 << 3) | XTY_SD;
5088 a->x_csect.x_smtyp = XTY_LD;
5165 a->x_csect.x_smtyp = XTY_SD;
/freebsd-10-stable/contrib/gdb/gdb/
H A Dxcoffread.c1062 #define CSECT_ALIGN(PP) (SMTYP_ALIGN(CSECT(PP).x_smtyp))
1063 #define CSECT_SMTYP(PP) (SMTYP_SMTYP(CSECT(PP).x_smtyp))
2227 switch (csect_aux.x_csect.x_smtyp & 0x7)

Completed in 402 milliseconds