Searched refs:sym1 (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/lib/libpmcstat/
H A Dlibpmcstat_symbol.c117 const struct pmcstat_symbol *sym1, *sym2; local
119 sym1 = (const struct pmcstat_symbol *) a;
122 if (sym1->ps_end <= sym2->ps_start)
124 if (sym1->ps_start >= sym2->ps_end)
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_filename.c214 char sym1[2]; local
229 sym1[0] = 'x';
230 sym1[1] = '\0';
250 add_entry(a, fname2, sym1);
276 add_entry(a, fname2, sym1);
/freebsd-12-stable/lib/libproc/
H A Dproc_sym.c113 GElf_Sym sym1, sym2; local
123 (void)gelf_getsym(thunk->symtab->data, i1, &sym1);
126 if (sym1.st_value != sym2.st_value)
127 return (sym1.st_value < sym2.st_value ? -1 : 1);
130 bind1 = GELF_ST_BIND(sym1.st_info);
139 s1 = elf_strptr(thunk->e, thunk->symtab->stridx, sym1.st_name);
/freebsd-12-stable/lib/libproc/tests/
H A Dproc_test.c228 GElf_Sym sym1, sym2; local
242 error = proc_name2sym(phdl, target_prog_file, "main", &sym1, &si1);
249 ATF_CHECK_EQ(memcmp(&sym1, &sym2, sizeof(sym1)), 0);
/freebsd-12-stable/contrib/gdb/gdb/
H A Dada-lang.c3238 lesseq_defined_than (struct symbol *sym0, struct symbol *sym1)
3240 if (sym0 == sym1)
3242 if (SYMBOL_DOMAIN (sym0) != SYMBOL_DOMAIN (sym1)
3243 || SYMBOL_CLASS (sym0) != SYMBOL_CLASS (sym1))
3253 struct type *type1 = SYMBOL_TYPE (sym1);
3255 char *name1 = DEPRECATED_SYMBOL_NAME (sym1);
3264 return SYMBOL_VALUE (sym0) == SYMBOL_VALUE (sym1)
3265 && equiv_types (SYMBOL_TYPE (sym0), SYMBOL_TYPE (sym1));
3230 lesseq_defined_than(struct symbol *sym0, struct symbol *sym1) argument
/freebsd-12-stable/contrib/openbsm/config/
H A Dconfig.sub969 os=-sym1
/freebsd-12-stable/contrib/binutils/
H A Dconfig.sub1047 os=-sym1
/freebsd-12-stable/crypto/heimdal/
H A Dconfig.sub1115 os=-sym1
/freebsd-12-stable/contrib/ncurses/
H A Dconfig.sub1185 os=-sym1
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.sub1202 os=-sym1
/freebsd-12-stable/contrib/openpam/
H A Dconfig.sub1199 os=-sym1
/freebsd-12-stable/contrib/sqlite3/
H A Dconfig.sub1208 os=-sym1
/freebsd-12-stable/contrib/libevent/
H A Dconfig.sub1202 os=-sym1
/freebsd-12-stable/contrib/ldns/
H A Dconfig.sub1207 os=-sym1
/freebsd-12-stable/contrib/dialog/
H A Dconfig.sub1183 os=-sym1
/freebsd-12-stable/contrib/byacc/
H A Dconfig.sub1220 os=-sym1
/freebsd-12-stable/crypto/openssh/
H A Dconfig.sub1215 os=-sym1

Completed in 272 milliseconds