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

/freebsd-11-stable/contrib/elftoolchain/libpe/
H A Dpe_symtab.c34 pe_update_symtab(PE *pe, char *symtab, size_t sz, unsigned int nsym) argument
83 pe->pe_nsym = nsym;
/freebsd-11-stable/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-11-stable/sys/kern/
H A Dkern_ctf.c101 lc->nsym = ef->ddbsymcnt;
300 lc->nsym = ef->ddbsymcnt;
H A Dlink_elf_obj.c528 int nsym; local
623 nsym = 0;
640 nsym++;
667 if (nsym != 1) {
/freebsd-11-stable/stand/common/
H A Dload_elf_obj.c194 int i, nsym, res, ret, shdrbytes, symstrindex; local
237 nsym = 0;
241 nsym++;
248 if (nsym != 1) {
/freebsd-11-stable/usr.sbin/kldxref/
H A Def_obj.c363 int i, j, nbytes, nsym, shstrindex, symstrindex, symtabindex; local
410 nsym = 0;
420 nsym++;
439 if (nsym != 1) {
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c1212 size_t symsize, osym, nsym, isym, istr, len; local
1364 nsym = 0;
1427 nsym++;
1442 if (nsym > 0) {
1464 nsym * symsize)) == NULL) {
1483 data_sym->d_size += nsym * symsize;
1486 shdr_sym.sh_size += nsym * symsize;
1490 nsym += isym;
1585 assert(isym <= nsym);
1669 if (nsym >
[all...]
/freebsd-11-stable/sys/sys/
H A Dlinker.h286 int nsym; /* Number of symbols. */ member in struct:linker_ctf
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Doutput.c619 int nsym = shdr.sh_size / shdr.sh_entsize; local
626 for (i = 0; i < nsym; i++) {
/freebsd-11-stable/sys/cddl/dev/fbt/
H A Dfbt.c333 ctfoff = malloc(sizeof(uint32_t) * lc->nsym, M_LINKER, M_WAITOK);
336 for (i = 0; i < lc->nsym; i++, ctfoff++, symp++) {
1019 if (symindx >= lc.nsym)

Completed in 192 milliseconds