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

  /toolchain/binutils/binutils-2.25/include/coff/
rs6k64.h 247 bfd_byte l_smtype[1]; member in struct:external_ldsym
rs6000.h 265 bfd_byte l_smtype[1]; member in struct:external_ldsym
xcoff.h 247 char l_smtype; member in struct:internal_ldsym
259 /* These flags are for the l_smtype field (the lower three bits are an
  /toolchain/binutils/binutils-2.25/bfd/
xcofflink.c 343 if ((ldsym.l_smtype & L_EXPORT) != 0)
345 if ((ldsym.l_smtype & L_WEAK) != 0)
802 if ((ldsym->l_smtype & L_WEAK) == 0
891 if ((ldsym.l_smtype & L_EXPORT) == 0)
921 if ((ldsym.l_smtype & L_WEAK) != 0)
934 if ((ldsym.l_smtype & L_WEAK) != 0)
    [all...]
coff64-rs6000.c 642 dst->l_smtype = bfd_get_8 (abfd, src->l_smtype);
658 bfd_put_8 (abfd, src->l_smtype, dst->l_smtype);
    [all...]
coff-rs6000.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c 1100 smtype = bfd_h_get_8 (abfd, ldsym->l_smtype);
    [all...]

Completed in 86 milliseconds