HomeSort by relevance Sort by last modified time
    Searched refs:x_csect (Results 1 - 11 of 11) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
coff64-rs6000.c 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)
    [all...]
xcofflink.c     [all...]
coff-rs6000.c 519 in->x_csect.x_scnlen.l = H_GET_32 (abfd, ext->x_csect.x_scnlen);
520 in->x_csect.x_parmhash = H_GET_32 (abfd, ext->x_csect.x_parmhash);
521 in->x_csect.x_snhash = H_GET_16 (abfd, ext->x_csect.x_snhash);
525 in->x_csect.x_smtyp = H_GET_8 (abfd, ext->x_csect.x_smtyp);
526 in->x_csect.x_smclas = H_GET_8 (abfd, ext->x_csect.x_smclas)
    [all...]
coffcode.h 325 . {* Should the x_csect.x_scnlen field be renumbered.
    [all...]
coffgen.c 856 a->u.auxent.x_csect.x_scnlen.l =
857 a->u.auxent.x_csect.x_scnlen.p->offset;
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
rs6k64.h 183 } x_csect; member in union:external_auxent
rs6000.h 202 } x_csect; member in union:external_auxent
internal.h 634 } x_csect; /* csect definition information */ member in union:internal_auxent
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ppc.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 856 smtyp = bfd_h_get_8 (abfd, aux->x_csect.x_smtyp);
857 scnlen = bfd_h_get_32 (abfd, aux->x_csect.x_scnlen);
864 (unsigned)bfd_h_get_32 (abfd, aux->x_csect.x_parmhash),
865 (unsigned)bfd_h_get_16 (abfd, aux->x_csect.x_snhash),
872 (unsigned)bfd_h_get_8 (abfd, aux->x_csect.x_smclas), 6);
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-xcoff.c 221 } x_csect; member in struct:external_auxent::__anon116435::__anon116436
235 } x_csect; member in struct:external_auxent::__anon116435::__anon116438

Completed in 123 milliseconds