Searched refs:symn (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/librtld/common/ |
H A D | syms.c | 49 Xword symn, cnt; local 56 symn = shdr->sh_size / shdr->sh_entsize; 63 for (cnt = 0; cnt < symn; cnt++, syms++) {
|
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.c | 716 int symn; local 763 symn = shdr->sh_size / shdr->sh_entsize; 768 c->obj->sym_num = symn; 773 c->obj->dsym_num = symn; 889 * symn - number of entries in application symbol table 901 int symn, 921 for (i = 0; i < symn; i++, symtab_entry++) { 975 * symn - number of entries in application symbol table 987 int symn, 1007 for (i = 0; i < symn; 895 scan_archive_symbols(obj_list * c, Elf64_Sym * syms, int symn, char *buf, Elf * elf_file, Elf64_Ehdr * ehdr) argument 981 scan_symbols(obj_list * c, Elf64_Sym * syms, int symn, char *buf) argument 1068 bind_symbols(obj_list * c, Elf64_Sym * syms, int symn, char *buf) argument [all...] |
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | libs.c | 68 Xword symn, cnt; local 100 symn = shdr->sh_size / shdr->sh_entsize; 101 symn -= shdr->sh_info; 125 amp->am_symn = symn; 129 symn = amp->am_symn; 136 for (cnt = 0; cnt < symn; syms++, cnt++) {
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 1462 size_t symn, strsz, count; local 1468 symn = symtab->sym_symn; 1471 symp = syms = malloc(sizeof (GElf_Sym) * symn); 1482 for (i = 0, count = 0; i < symn; i++, symp++) { 1509 for (i = 0, symp = syms; i < symn; i++, symp++) { 2243 size_t symn = symtab->sym_symn; local 2249 if (symtab->sym_data_pri == NULL || symn == 0 || strs == NULL) 2252 for (i = 0; i < symn; i++) { 2341 size_t symn = symtab->sym_symn; local 2345 if (symtab->sym_data_pri == NULL || symn 2773 size_t symn; local [all...] |
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 137 Word symn; /* # of symbols */ member in struct:__anon140 400 Word symn, cnt; local 420 symn = (Word)(shdr->sh_size / shdr->sh_entsize); 436 for (cnt = 0; cnt < symn; syms++, cnt++) { 1010 state->symn = (Word)(shdr->sh_size / shdr->sh_entsize); 1042 uint_t symn; local 1056 ((symn = (uint_t)(shdr->sh_size / shdr->sh_entsize)) == 0)) 1063 state->shxndx.n = symn; 1120 if (symndx >= state->symn) { 1653 if (sndx > state.symn) { 3934 hash_entry(Cache *refsec, Cache *strsec, const char *hsecname, Word hashndx, Word symndx, Word symn, Sym *syms, const char *file, ulong_t bkts, uint_t flags, int chain) argument 3992 Word symn; local [all...] |
/illumos-gate/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 475 int symn, _symn, found = 0; local 483 symn = shdr.sh_info; 500 for (_symn = 2; _symn < symn; _symn++) {
|
Completed in 171 milliseconds