Searched refs:nsym (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/contrib/elftoolchain/libpe/ |
| D | pe_symtab.c | 34 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/ |
| D | objc-lang.c | 1280 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()
|
| D | objc-lang.h | 56 unsigned int *nsym, unsigned int *ndebug);
|
| D | stack.c | 294 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/ |
| D | load_elf_obj.c | 234 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/ |
| D | ef_obj.c | 367 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/ |
| D | dt_link.c | 1131 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/ |
| D | kern_ctf.c | 89 lc->nsym = ef->ddbsymcnt; 290 lc->nsym = ef->ddbsymcnt;
|
| D | link_elf_obj.c | 647 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/ |
| D | fbt.c | 370 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/ |
| D | linker.h | 294 int nsym; /* Number of symbols. */ member
|
| /freebsd-12-stable/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| D | output.c | 619 int nsym = shdr.sh_size / shdr.sh_entsize; in write_file() local 626 for (i = 0; i < nsym; i++) { in write_file()
|