Searched refs:nsym (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dobjc-lang.h56 unsigned int *nsym, unsigned int *ndebug);
H A Dstack.c295 struct symbol *nsym;
296 nsym = lookup_symbol
299 if (SYMBOL_CLASS (nsym) == LOC_REGISTER)
330 sym = nsym;
294 struct symbol *nsym; local
H A Dobjc-lang.c1280 unsigned int *nsym, unsigned int *ndebug)
1300 gdb_assert (nsym != NULL);
1389 if (nsym != NULL)
1390 *nsym = csym;
1397 unsigned int *nsym, unsigned int *ndebug)
1413 gdb_assert (nsym != NULL);
1416 if (nsym != NULL)
1417 *nsym = 0;
1498 if (nsym != NULL)
1499 *nsym
1277 find_methods(struct symtab *symtab, char type, const char *class, const char *category, const char *selector, struct symbol **syms, unsigned int *nsym, unsigned int *ndebug) argument
1395 find_imps(struct symtab *symtab, struct block *block, char *method, struct symbol **syms, unsigned int *nsym, unsigned int *ndebug) argument
[all...]
/freebsd-10.1-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c784 dt_symtab_lookup(Elf_Data *data_sym, int nsym, uintptr_t addr, uint_t shn, argument
790 for (i = 0; i < nsym && gelf_getsym(data_sym, i, sym) != NULL; i++) {
1204 size_t symsize, nsym, isym, istr, len; local
1357 nsym = 0;
1422 nsym++;
1437 if (nsym > 0) {
1459 nsym * symsize)) == NULL) {
1478 data_sym->d_size += nsym * symsize;
1481 shdr_sym.sh_size += nsym * symsize;
1484 nsym
[all...]
/freebsd-10.1-release/sys/boot/common/
H A Dload_elf_obj.c201 int i, nsym, res, ret, shdrbytes, symstrindex; local
239 nsym = 0;
243 nsym++;
250 if (nsym != 1) {
/freebsd-10.1-release/usr.sbin/kldxref/
H A Def_obj.c339 int i, j, nbytes, nsym, shstrindex, symstrindex, symtabindex; local
386 nsym = 0;
396 nsym++;
415 if (nsym != 1) {
/freebsd-10.1-release/sys/kern/
H A Dkern_ctf.c102 lc->nsym = ef->ddbsymcnt;
316 lc->nsym = ef->ddbsymcnt;
H A Dlink_elf_obj.c450 int nsym; local
545 nsym = 0;
557 nsym++;
576 if (nsym != 1) {
/freebsd-10.1-release/sys/sys/
H A Dlinker.h275 int nsym; /* Number of symbols. */ member in struct:linker_ctf
/freebsd-10.1-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c621 int nsym = shdr.sh_size / shdr.sh_entsize; local
628 for (i = 0; i < nsym; i++) {
/freebsd-10.1-release/sys/cddl/dev/fbt/
H A Dfbt_powerpc.c520 if ((ctfoff = malloc(sizeof(uint32_t) * lc->nsym, M_LINKER, M_WAITOK)) == NULL)
525 for (i = 0; i < lc->nsym; i++, ctfoff++, symp++) {
1212 if (symindx >= lc.nsym)
H A Dfbt.c597 if ((ctfoff = malloc(sizeof(uint32_t) * lc->nsym, M_LINKER, M_WAITOK)) == NULL)
602 for (i = 0; i < lc->nsym; i++, ctfoff++, symp++) {
1289 if (symindx >= lc.nsym)

Completed in 215 milliseconds