Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/elftoolchain/libpe/
Dpe_symtab.c34 pe_update_symtab(PE *pe, char *symtab, size_t sz, unsigned int nsym) in pe_update_symtab() argument
83 pe->pe_nsym = nsym; in pe_update_symtab()
/freebsd-12-stable/contrib/gdb/gdb/
Dobjc-lang.c1280 unsigned int *nsym, unsigned int *ndebug) in find_methods() argument
1300 gdb_assert (nsym != NULL); in find_methods()
1389 if (nsym != NULL) in find_methods()
1390 *nsym = csym; in find_methods()
1397 unsigned int *nsym, unsigned int *ndebug) in find_imps() argument
1413 gdb_assert (nsym != NULL); in find_imps()
1416 if (nsym != NULL) in find_imps()
1417 *nsym = 0; in find_imps()
1498 if (nsym != NULL) in find_imps()
1499 *nsym = csym; in find_imps()
Dobjc-lang.h56 unsigned int *nsym, unsigned int *ndebug);
Dstack.c294 struct symbol *nsym; in print_frame_args() local
295 nsym = lookup_symbol in print_frame_args()
298 if (SYMBOL_CLASS (nsym) == LOC_REGISTER) in print_frame_args()
329 sym = nsym; in print_frame_args()
/freebsd-12-stable/stand/common/
Dload_elf_obj.c234 int i, nsym, res, ret, shdrbytes, symstrindex; in __elfN() local
279 nsym = 0; in __elfN()
283 nsym++; in __elfN()
288 if (nsym != 1) { in __elfN()
/freebsd-12-stable/usr.sbin/kldxref/
Def_obj.c367 int i, j, nbytes, nsym, shstrindex, symstrindex, symtabindex; in ef_obj_open() local
414 nsym = 0; in ef_obj_open()
424 nsym++; in ef_obj_open()
443 if (nsym != 1) { in ef_obj_open()
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_link.c1131 size_t symsize, osym, nsym, isym, istr, len; in process_obj() local
1285 nsym = 0; in process_obj()
1365 nsym++; in process_obj()
1381 if (nsym > 0) { in process_obj()
1403 nsym * symsize)) == NULL) { in process_obj()
1426 data_sym->d_size += nsym * symsize; in process_obj()
1429 shdr_sym.sh_size += nsym * symsize; in process_obj()
1432 nsym += isym; in process_obj()
1529 assert(isym <= nsym); in process_obj()
/freebsd-12-stable/sys/kern/
Dkern_ctf.c89 lc->nsym = ef->ddbsymcnt;
290 lc->nsym = ef->ddbsymcnt;
Dlink_elf_obj.c647 int nsym; in link_elf_load_file() local
746 nsym = 0; in link_elf_load_file()
763 nsym++; in link_elf_load_file()
790 if (nsym != 1) { in link_elf_load_file()
/freebsd-12-stable/sys/cddl/dev/fbt/
Dfbt.c370 ctfoff = malloc(sizeof(uint32_t) * lc->nsym, M_LINKER, M_WAITOK); in fbt_ctfoff_init()
373 for (i = 0; i < lc->nsym; i++, ctfoff++, symp++) { in fbt_ctfoff_init()
1056 if (symindx >= lc.nsym) in fbt_getargdesc()
/freebsd-12-stable/sys/sys/
Dlinker.h294 int nsym; /* Number of symbols. */ member
/freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
Doutput.c619 int nsym = shdr.sh_size / shdr.sh_entsize; in write_file() local
626 for (i = 0; i < nsym; i++) { in write_file()