HomeSort by relevance Sort by last modified time
    Searched full:weakp (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
obj-coff.c 1246 symbolS *weakp = symbol_find_noref (weak_altname2name
1249 gas_assert (weakp);
1250 gas_assert (S_GET_NUMBER_AUXILIARY (weakp) == 1);
1252 if (! S_IS_WEAK (weakp))
1258 else if (symbol_equated_p (weakp))
1261 S_SET_STORAGE_CLASS (weakp, C_NT_WEAK);
1262 SA_SET_SYM_TAGNDX (weakp,
1263 symbol_get_value_expression (weakp)->X_add_symbol);
1272 Copy this value to symp, and set symp as weakp's alternate. */
1273 if (S_GET_STORAGE_CLASS (weakp) != C_NT_WEAK
1242 symbolS *weakp = symbol_find_noref (weak_altname2name local
    [all...]
  /external/clang/test/CodeGenObjCXX/
arc.mm 70 // CHECK-NEXT: [[WEAKP:%.*]] = bitcast i8** [[WEAK]] to i8*
71 // CHECK-NEXT: call void @llvm.lifetime.start(i64 8, i8* [[WEAKP]])

Completed in 216 milliseconds