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

/freebsd-9.3-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-9.3-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c775 dt_symtab_lookup(Elf_Data *data_sym, int nsym, uintptr_t addr, uint_t shn, argument
781 for (i = 0; i < nsym && gelf_getsym(data_sym, i, sym) != NULL; i++) {
1123 size_t symsize, nsym, isym, istr, len; local
1276 nsym = 0;
1341 nsym++;
1356 if (nsym > 0) {
1378 nsym * symsize)) == NULL) {
1397 data_sym->d_size += nsym * symsize;
1400 shdr_sym.sh_size += nsym * symsize;
1403 nsym
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/sys/kern/
H A Dkern_ctf.c103 lc->nsym = ef->ddbsymcnt;
318 lc->nsym = ef->ddbsymcnt;
H A Dlink_elf_obj.c450 int nsym; local
547 nsym = 0;
559 nsym++;
578 if (nsym != 1) {
/freebsd-9.3-release/sys/sys/
H A Dlinker.h275 int nsym; /* Number of symbols. */ member in struct:linker_ctf
/freebsd-9.3-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-9.3-release/sys/cddl/dev/fbt/
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 216 milliseconds