Searched refs:symlist (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A DsymintLoad.c123 PROF_SYMBOL *symlist; local
170 prsym_list_p = symlist = (PROF_SYMBOL *)_Malloc(st_size, 1);
176 (void) memcpy(symlist, symdat_aux_p->d_buf,
178 symlist += profPtr->pf_nstsyms_aux;
182 (void) memcpy(symlist, symdat_pri_p->d_buf, symdat_pri_p->d_size);
/illumos-gate/usr/src/cmd/mdb/common/modules/libproc/
H A Dlibproc.c63 uint_t *symlist; local
112 symlist = NULL;
118 symlist = mdb_alloc(symlistsz, UM_SLEEP);
119 if (mdb_vread(symlist, symlistsz, src) == -1) {
133 idx = symlist[i];
149 if (symlist)
150 mdb_free(symlist, symlistsz);
165 if (symlist)
166 mdb_free(symlist, symlistsz);
/illumos-gate/usr/src/cmd/sgs/ar/common/
H A Dfile.c468 * *symlist is set to the list of symbols. If any ELF object was
473 mksymtab(const char *arname, ARFILEP **symlist, int *found_obj) argument
671 scn, &nsyms, symlist,
764 writesymtab(const char *filename, int fd, size_t nsyms, ARFILEP *symlist, argument
790 for (i = 0, j = SYMCHUNK, ptr = symlist; i < nsyms; i++, j--, ptr++) {
1054 ARFILEP *symlist = 0; local
1075 nsyms = mksymtab(name, &symlist, &found_obj);
1204 writesymtab(name, ar_outfile.fd, nsyms, symlist,
1419 size_t *nsyms, ARFILEP **symlist, size_t *num_errs)
1532 *symlist
1418 search_sym_tab(const char *arname, ARFILE *fptr, Elf *elf, Elf_Scn *scn, size_t *nsyms, ARFILEP **symlist, size_t *num_errs) argument
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_cmds.c1693 findsym_output(uintptr_t *symlist, uintptr_t value, uintptr_t location) argument
1697 for (symbolp = symlist; *symbolp; symbolp++)
1716 uintptr_t *symlist = data; local
1749 findsym_output(symlist, value, sym->st_value + i * 4);
1800 findsym_output(symlist, value,
1827 uintptr_t *symlist; local
1846 symlist = mdb_alloc(len * sizeof (uintptr_t), UM_SLEEP | UM_GC);
1868 symlist[len++] = value;
1872 symlist[len++] = addr;
1874 symlist[le
[all...]
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_nss/common/
H A Dnss_spi.c1372 PK11SymKey *symlist = NULL; local
1432 symlist = PK11_ListFixedKeysInSlot(nss_slot, findLabel, NULL);
1433 if (symlist == NULL) {
1519 while (symlist && count < maxkeys) {
1520 PK11SymKey *symkey = symlist;
1528 symlist = PK11_GetNextSymKey(symkey);
1568 while (symlist != NULL) {
1569 PK11SymKey *symkey = symlist;
1572 symlist = PK11_GetNextSymKey(symkey);

Completed in 110 milliseconds