HomeSort by: relevance | last modified time | path
    Searched refs:sym1 (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/external/gpl3/gcc/dist/gcc/analyzer/
symbol.cc 33 /* Compare SYM1 and SYM2 by id. */
36 symbol::cmp_ids (const symbol *sym1, const symbol *sym2)
38 return (long)sym1->get_id () - (long)sym2->get_id ();
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
print-file-var.exp 120 # Compare the values of $sym1 and $sym2.
121 proc compare {sym1 sym2} {
122 with_test_prefix "sym1=$sym1,sym2=$sym2" {
123 # Done this way instead of comparing the symbols with "print $sym1
126 set vsym1 [get_integer_valueof $sym1 -1]
128 gdb_assert {$vsym1 == $vsym2} "$sym1 == $sym2"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
print-file-var.exp 120 # Compare the values of $sym1 and $sym2.
121 proc compare {sym1 sym2} {
122 with_test_prefix "sym1=$sym1,sym2=$sym2" {
123 # Done this way instead of comparing the symbols with "print $sym1
126 set vsym1 [get_integer_valueof $sym1 -1]
128 gdb_assert {$vsym1 == $vsym2} "$sym1 == $sym2"
  /src/usr.bin/xlint/lint2/
read.c 1135 sym_t *sym1, **symp, *sym; local
1142 for (sym1 = hte->h_syms; sym1 != NULL; sym1 = sym1->s_next) {
1143 if (sym1->s_static)
1146 if (sym1 == NULL)
1152 if (sym->s_pos.p_src != sym1->s_pos.p_src)
1156 if (call->f_pos.p_src != sym1->s_pos.p_src)
1160 if (usym->u_pos.p_src != sym1->s_pos.p_src
    [all...]
chk.c 1129 const sym_t *sym1, *sym; local
1135 sym1 = def;
1137 sym1 = decl;
1141 if (TP(sym1->s_type)->t_tspec != FUNC)
1150 if (sym == sym1 || !TP(sym->s_type)->t_proto)
1152 ap1 = TP(sym1->s_type)->t_args;
1163 type_name(xt1), mkpos(&sym1->s_pos),
1171 tp1 = TP(sym1->s_type);
1175 if (tp2->t_vararg && sym1->s_check_only_first_args &&
1176 sym1->s_check_num_args == n && !sflag)
    [all...]
  /src/external/bsd/libproc/dist/tests/
proc_test.c 253 GElf_Sym sym1, sym2; local
267 error = proc_name2sym(phdl, target_prog_file, "main", &sym1, &si1);
274 ATF_CHECK_EQ(memcmp(&sym1, &sym2, sizeof(sym1)), 0);
  /src/external/bsd/libarchive/dist/libarchive/test/
test_write_format_iso9660_filename.c 214 char sym1[2]; local
229 sym1[0] = 'x';
230 sym1[1] = '\0';
250 add_entry(a, fname2, sym1);
276 add_entry(a, fname2, sym1);
  /src/external/gpl3/binutils/dist/gprof/
cg_print.c 1017 Sym *sym1, *sym2; local
1105 sym1 = parent;
1106 if (sym1->next)
1107 while (sym1->next)
1108 sym1 = sym1->next;
1110 while (sym1->prev)
1111 sym1 = sym1->prev;
1121 if (sym1 == chil
    [all...]
  /src/external/gpl3/binutils.old/dist/gprof/
cg_print.c 1017 Sym *sym1, *sym2; local
1105 sym1 = parent;
1106 if (sym1->next)
1107 while (sym1->next)
1108 sym1 = sym1->next;
1110 while (sym1->prev)
1111 sym1 = sym1->prev;
1121 if (sym1 == chil
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
psymtab.c 1043 struct partial_symbol *sym1 = (struct partial_symbol *) addr1;
1046 return (memcmp (&sym1->ginfo.m_value, &sym2->ginfo.m_value,
1047 sizeof (sym1->ginfo.m_value)) == 0
1048 && sym1->ginfo.language () == sym2->ginfo.language ()
1049 && sym1->domain == sym2->domain
1050 && sym1->aclass == sym2->aclass
1054 && sym1->ginfo.linkage_name () == sym2->ginfo.linkage_name ());
1041 struct partial_symbol *sym1 = (struct partial_symbol *) addr1; local
ada-lang.c 4828 /* True iff SYM0 represents the same entity as SYM1, or one that is
4829 no more defined than that of SYM1. */
4832 lesseq_defined_than (struct symbol *sym0, struct symbol *sym1)
4834 if (sym0 == sym1)
4836 if (sym0->domain () != sym1->domain ()
4837 || sym0->aclass () != sym1->aclass ())
4847 struct type *type1 = sym1->type ();
4849 const char *name1 = sym1->linkage_name ();
4859 return sym0->value_longest () == sym1->value_longest ()
4860 && equiv_types (sym0->type (), sym1->type ())
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
psymtab.c 1045 struct partial_symbol *sym1 = (struct partial_symbol *) addr1;
1048 return (memcmp (&sym1->ginfo.m_value, &sym2->ginfo.m_value,
1049 sizeof (sym1->ginfo.m_value)) == 0
1050 && sym1->ginfo.language () == sym2->ginfo.language ()
1051 && sym1->domain == sym2->domain
1052 && sym1->aclass == sym2->aclass
1056 && sym1->ginfo.linkage_name () == sym2->ginfo.linkage_name ());
1043 struct partial_symbol *sym1 = (struct partial_symbol *) addr1; local
  /src/external/gpl3/gcc/dist/gcc/fortran/
dependency.cc 1240 gfc_symbol *sym1; local
1249 sym1 = expr1->symtree->n.sym;
1253 if (sym1->ts.type == BT_DERIVED && sym2->ts.type == BT_DERIVED)
1256 if (sym1->attr.pointer)
1258 if (gfc_compare_types (&sym1->ts, &sym2->ts))
1268 if (sym1->ts.type == BT_DERIVED)
1286 if (sym1->ts.type == BT_DERIVED && !seen_component_ref)
1288 for (cm1 = sym1->ts.u.derived->components; cm1; cm1 = cm1->next)
1378 gfc_symbol *sym1 = expr1->symtree->n.sym; local
1380 if (sym1->attr.target && sym2->attr.targe
    [all...]
resolve.cc 9769 gfc_symbol *sym1 = (*expr1)->symtree->n.sym; local
9789 if (sym1->ts.type == BT_CLASS)
9792 (*expr1)->ts = sym1->ts;
9794 CLASS_DATA (sym1)->attr.dimension = 1;
9795 if (CLASS_DATA (sym1)->as == NULL && sym2)
9796 CLASS_DATA (sym1)->as
9801 sym1->attr.dimension = 1;
9802 if (sym1->as == NULL && sym2)
9803 sym1->as = gfc_copy_array_spec (sym2->as);
14593 gfc_symbol *sym1, *sym2 local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dependency.cc 1208 gfc_symbol *sym1; local
1217 sym1 = expr1->symtree->n.sym;
1221 if (sym1->ts.type == BT_DERIVED && sym2->ts.type == BT_DERIVED)
1224 if (sym1->attr.pointer)
1226 if (gfc_compare_types (&sym1->ts, &sym2->ts))
1236 if (sym1->ts.type == BT_DERIVED)
1254 if (sym1->ts.type == BT_DERIVED && !seen_component_ref)
1256 for (cm1 = sym1->ts.u.derived->components; cm1; cm1 = cm1->next)
1346 gfc_symbol *sym1 = expr1->symtree->n.sym; local
1348 if (sym1->attr.target && sym2->attr.targe
    [all...]
resolve.cc 9330 gfc_symbol *sym1 = (*expr1)->symtree->n.sym; local
9333 if (sym1->ts.type == BT_CLASS)
9336 (*expr1)->ts = sym1->ts;
9338 CLASS_DATA (sym1)->attr.dimension = 1;
9339 if (CLASS_DATA (sym1)->as == NULL && sym2)
9340 CLASS_DATA (sym1)->as
9345 sym1->attr.dimension = 1;
9346 if (sym1->as == NULL && sym2)
9347 sym1->as = gfc_copy_array_spec (sym2->as);
13849 gfc_symbol *sym1, *sym2 local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-vrp.cc 539 tree sym1 = get_single_symbol (val1, &neg1, &inv1); local
544 if (sym1 && sym2)
547 if (sym1 != sym2 || neg1 != neg2)
579 if ((sym1 && inv1 && cst2) || (sym2 && inv2 && cst1))
587 && (!sym1 || !warning_suppressed_p (val1, OPT_Woverflow))
  /src/external/gpl3/binutils/dist/gprofng/src/
Elf.cc 789 asymbol *sym1 = *((asymbol **) a); local
791 uint64_t a1 = sym1->value;
793 if (sym1->section)
794 a1 += sym1->section->vma;
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Elf.cc 789 asymbol *sym1 = *((asymbol **) a); local
791 uint64_t a1 = sym1->value;
793 if (sym1->section)
794 a1 += sym1->section->vma;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
cppmangle.d 1608 auto sym1 = type.toDsymbol(null);
1609 if (!sym1)
1615 auto sym = getQualifier(sym1);
1636 sym1.cppnamespace, () {
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vrp.cc 371 tree sym1 = get_single_symbol (val1, &neg1, &inv1); local
376 if (sym1 && sym2)
379 if (sym1 != sym2 || neg1 != neg2)
411 if ((sym1 && inv1 && cst2) || (sym2 && inv2 && cst1))
419 && (!sym1 || !warning_suppressed_p (val1, OPT_Woverflow))
  /src/external/gpl3/binutils/dist/bfd/
mmo.c 2193 const struct mmo_symbol *sym1 = *(const struct mmo_symbol **) arg1; local
2197 if (sym1->serno < sym2->serno)
2199 else if (sym1->serno > sym2->serno)
  /src/external/gpl3/binutils.old/dist/bfd/
mmo.c 2194 const struct mmo_symbol *sym1 = *(const struct mmo_symbol **) arg1; local
2198 if (sym1->serno < sym2->serno)
2200 else if (sym1->serno > sym2->serno)
  /src/external/gpl3/gdb/dist/bfd/
mmo.c 2194 const struct mmo_symbol *sym1 = *(const struct mmo_symbol **) arg1; local
2198 if (sym1->serno < sym2->serno)
2200 else if (sym1->serno > sym2->serno)
  /src/external/gpl3/gdb.old/dist/bfd/
mmo.c 2202 const struct mmo_symbol *sym1 = *(const struct mmo_symbol **) arg1; local
2206 if (sym1->serno < sym2->serno)
2208 else if (sym1->serno > sym2->serno)

Completed in 88 milliseconds

1 2 3 4