Searched refs:x_csect (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/binutils/bfd/
H A Dcoff64-rs6000.c385 h = H_GET_S32 (abfd, ext->x_csect.x_scnlen_hi);
386 l = H_GET_32 (abfd, ext->x_csect.x_scnlen_lo);
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);
395 in->x_csect.x_smtyp = H_GET_8 (abfd, ext->x_csect.x_smtyp);
396 in->x_csect
[all...]
H A Dxcofflink.c1217 smtyp = SMTYP_SMTYP (aux.x_csect.x_smtyp);
1237 || aux.x_csect.x_scnlen.l != 0)
1242 aux.x_csect.x_scnlen.l);
1249 if (aux.x_csect.x_smclas != XMC_XO)
1270 if (aux.x_csect.x_smclas == XMC_TC0)
1273 || aux.x_csect.x_scnlen.l != 0)
1277 abfd, name, sym.n_sclass, aux.x_csect.x_scnlen.l);
1298 if (aux.x_csect.x_smclas == XMC_TC
1302 && aux.x_csect.x_scnlen.l == 4)
1304 && aux.x_csect
[all...]
H A Dcoff-rs6000.c424 in->x_csect.x_scnlen.l = H_GET_32 (abfd, ext->x_csect.x_scnlen);
425 in->x_csect.x_parmhash = H_GET_32 (abfd, ext->x_csect.x_parmhash);
426 in->x_csect.x_snhash = H_GET_16 (abfd, ext->x_csect.x_snhash);
430 in->x_csect.x_smtyp = H_GET_8 (abfd, ext->x_csect.x_smtyp);
431 in->x_csect.x_smclas = H_GET_8 (abfd, ext->x_csect
[all...]
H A Dcoffcode.h264 . {* Should the x_csect.x_scnlen field be renumbered.
2301 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) == XTY_LD)
2303 aux->u.auxent.x_csect.x_scnlen.p =
2304 table_base + aux->u.auxent.x_csect.x_scnlen.l;
2362 if (SMTYP_SMTYP (aux->u.auxent.x_csect.x_smtyp) != XTY_LD)
2367 (long long) aux->u.auxent.x_csect.x_scnlen.l);
2369 fprintf (file, "val %5ld", (long) aux->u.auxent.x_csect.x_scnlen.l);
2378 (long long) aux->u.auxent.x_csect.x_scnlen.l);
2380 fprintf (file, "%4ld", (long) aux->u.auxent.x_csect.x_scnlen.l);
2384 (long) (aux->u.auxent.x_csect
[all...]
H A Dcoffgen.c761 a->u.auxent.x_csect.x_scnlen.l =
762 a->u.auxent.x_csect.x_scnlen.p->offset;
1853 pauxent->x_csect.x_scnlen.l =
1854 ((combined_entry_type *) pauxent->x_csect.x_scnlen.p
/freebsd-10.0-release/contrib/binutils/include/coff/
H A Drs6000.h184 } x_csect; member in union:external_auxent
H A Drs6k64.h180 } x_csect; member in union:external_auxent
H A Dinternal.h592 } x_csect; /* csect definition information */ member in union:internal_auxent
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-ppc.c3112 entries defined by the x_csect field of union internal_auxent. The
4979 a->x_csect.x_scnlen.l = 0;
4980 a->x_csect.x_smtyp = (2 << 3) | XTY_SD;
4987 a->x_csect.x_scnlen.l = (bfd_section_size (stdoutput,
4993 a->x_csect.x_scnlen.l = (S_GET_VALUE (symbol_get_tc (sym)->next)
4996 a->x_csect.x_smtyp = (symbol_get_tc (sym)->align << 3) | XTY_SD;
5001 a->x_csect.x_scnlen.l = symbol_get_frag (sym)->fr_offset;
5002 a->x_csect.x_smtyp = (symbol_get_tc (sym)->align << 3) | XTY_CM;
5013 a->x_csect.x_smtyp = XTY_LD;
5020 a->x_csect
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dxcoffread.c1060 #define CSECT(PP) ((PP)->x_csect)
2227 switch (csect_aux.x_csect.x_smtyp & 0x7)
2230 switch (csect_aux.x_csect.x_smclas)
2283 symbol.n_value + csect_aux.x_csect.x_scnlen.l;
2326 switch (csect_aux.x_csect.x_smclas)
2382 switch (csect_aux.x_csect.x_smclas)

Completed in 216 milliseconds