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

  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff.c 754 case C_NT_WEAK:
1141 S_SET_STORAGE_CLASS (symbolP, C_NT_WEAK);
1147 S_SET_STORAGE_CLASS (alternateP, C_NT_WEAK);
1240 if (S_GET_STORAGE_CLASS (symp) == C_NT_WEAK
1261 S_SET_STORAGE_CLASS (weakp, C_NT_WEAK);
1273 if (S_GET_STORAGE_CLASS (weakp) != C_NT_WEAK)
1276 S_SET_STORAGE_CLASS (weakp, C_NT_WEAK);
    [all...]
  /toolchain/binutils/binutils-2.25/include/coff/
internal.h 335 #define C_NT_WEAK 105 /* weak external */
  /toolchain/binutils/binutils-2.25/bfd/
cofflink.c 41 || (obj_pe (abfd) && (sym).n_sclass == C_NT_WEAK))
    [all...]
coffgen.c     [all...]
coffcode.h     [all...]
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c     [all...]

Completed in 125 milliseconds