HomeSort by: relevance | last modified time | path
    Searched defs:old_ref (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl3/binutils/dist/ld/
ldcref.c 218 char *old_ent, *old_ref; local
244 old_ref = (char *) old_ent + entsize;
263 memcpy (old_ref, r, sizeof (struct cref_ref));
264 old_ref = (char *) old_ref + sizeof (struct cref_ref);
273 char *old_ent, *old_ref; local
285 old_ref = (char *) old_ent + entsize;
305 memcpy (r, old_ref, sizeof (struct cref_ref));
306 old_ref = (char *) old_ref + sizeof (struct cref_ref)
    [all...]
  /src/external/gpl3/binutils.old/dist/ld/
ldcref.c 218 char *old_ent, *old_ref; local
244 old_ref = (char *) old_ent + entsize;
263 memcpy (old_ref, r, sizeof (struct cref_ref));
264 old_ref = (char *) old_ref + sizeof (struct cref_ref);
273 char *old_ent, *old_ref; local
285 old_ref = (char *) old_ent + entsize;
305 memcpy (r, old_ref, sizeof (struct cref_ref));
306 old_ref = (char *) old_ref + sizeof (struct cref_ref)
    [all...]
  /src/external/mpl/bind/dist/lib/dns/
qp.c 920 dns_qpref_t old_ref = branch_twigs_ref(n); local
922 dns_qpnode_t *old_twigs = ref_ptr(qp, old_ref);
926 if (!free_twigs(qp, old_ref, size)) {
1659 dns_qpref_t new_ref, old_ref; local
1758 old_ref = branch_twigs_ref(n);
1760 old_twigs = ref_ptr(qp, old_ref);
1773 if (squash_twigs(qp, old_ref, old_size)) {
  /src/external/gpl3/gcc/dist/gcc/
cfgrtl.cc 1258 rtx old_ref = ASM_OPERANDS_LABEL (tmp, i);
1259 gcc_assert (GET_CODE (old_ref) == LABEL_REF);
1260 if (XEXP (old_ref, 0) == old_label)
1250 rtx old_ref = ASM_OPERANDS_LABEL (tmp, i); local
  /src/external/gpl3/gcc.old/dist/gcc/
cfgrtl.cc 1259 rtx old_ref = ASM_OPERANDS_LABEL (tmp, i);
1260 gcc_assert (GET_CODE (old_ref) == LABEL_REF);
1261 if (XEXP (old_ref, 0) == old_label)
1251 rtx old_ref = ASM_OPERANDS_LABEL (tmp, i); local
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-array.cc 6350 gfc_ref *old_ref = ref; local
6359 ref = old_ref;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-array.cc 6135 gfc_ref *old_ref = ref; local
6144 ref = old_ref;

Completed in 53 milliseconds