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

/freebsd-11.0-release/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.0-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-11.0-release/sys/kern/
H A Dkern_ctf.c101 lc->nsym = ef->ddbsymcnt;
300 lc->nsym = ef->ddbsymcnt;
H A Dlink_elf_obj.c495 int nsym; local
590 nsym = 0;
605 nsym++;
624 if (nsym != 1) {
/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.c800 dt_symtab_lookup(Elf_Data *data_sym, int nsym, uintptr_t addr, uint_t shn, argument
809 for (i = 0; i < nsym && gelf_getsym(data_sym, i, sym) != NULL; i++) {
1239 size_t symsize, nsym, isym, istr, len; local
1390 nsym = 0;
1456 nsym++;
1471 if (nsym > 0) {
1493 nsym * symsize)) == NULL) {
1512 data_sym->d_size += nsym * symsize;
1515 shdr_sym.sh_size += nsym * symsize;
1518 nsym
[all...]
/freebsd-11.0-release/sys/boot/common/
H A Dload_elf_obj.c194 int i, nsym, res, ret, shdrbytes, symstrindex; local
235 nsym = 0;
239 nsym++;
246 if (nsym != 1) {
/freebsd-11.0-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-11.0-release/sys/sys/
H A Dlinker.h281 int nsym; /* Number of symbols. */ member in struct:linker_ctf
/freebsd-11.0-release/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.0-release/sys/cddl/dev/fbt/
H A Dfbt.c337 ctfoff = malloc(sizeof(uint32_t) * lc->nsym, M_LINKER, M_WAITOK);
340 for (i = 0; i < lc->nsym; i++, ctfoff++, symp++) {
1023 if (symindx >= lc.nsym)

Completed in 118 milliseconds