Searched refs:symptr (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/binutils/include/coff/
H A Drs6000.h193 #define SYMNAME_IN_DEBUG(symptr) ((symptr)->n_sclass & DBXMASK)
H A Drs6k64.h193 #define SYMNAME_IN_DEBUG(symptr) ((symptr)->n_sclass & DBXMASK)
/freebsd-11-stable/crypto/openssl/crypto/dso/
H A Ddso.h163 int (*dso_unbind_var) (DSO *dso, char *symname, void *symptr);
165 int (*dso_unbind_func) (DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
H A Ddso_beos.c79 static int beos_unbind_var(DSO *dso, char *symname, void *symptr);
80 static int beos_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
H A Ddso_dl.c81 static int dl_unbind_var(DSO *dso, char *symname, void *symptr);
82 static int dl_unbind_func(DSO *dso, char *symname, DSO_FUNC_TYPE symptr);
H A Ddso_dlfcn.c103 static int dlfcn_unbind(DSO *dso, char *symname, void *symptr);
/freebsd-11-stable/usr.sbin/pmcstat/
H A Dpmcstat_log.c512 struct pmcstat_symbol *symptr; local
540 symptr = reallocarray(image->pi_symbols,
541 image->pi_symcount + nfuncsyms, sizeof(*symptr));
542 if (symptr == image->pi_symbols) /* realloc() failed. */
544 image->pi_symbols = symptr;
549 symptr += image->pi_symcount;
574 symptr->ps_name = pmcstat_string_intern(fnname);
575 symptr->ps_start = sym.st_value - image->pi_vaddr;
576 symptr->ps_end = symptr
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c1578 static int symptr; variable
1598 symtab[symptr++] = sym;
1627 symtab[symptr++] = sym;
1703 symptr = 0;
1737 bfd_set_symtab (abfd, symtab, symptr);
1778 symptr = 0;
1807 bfd_set_symtab (abfd, symtab, symptr);
1930 symptr = 0;
2066 bfd_set_symtab (abfd, symtab, symptr);
2100 symptr
[all...]
/freebsd-11-stable/sys/dev/digi/
H A Ddigi.c775 caddr_t symptr; local
794 symptr = linker_file_lookup_symbol(lf, sym, 0);
796 if (symptr == NULL) {
802 digi_mod = (struct digi_mod *)symptr;
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddbxread.c998 asymbol **symptr;
1034 symptr = dynsyms;
1035 for (counter = 0; counter < dynsym_count; counter++, symptr++)
1037 asymbol *sym = *symptr;
990 asymbol **symptr; local

Completed in 149 milliseconds