Lines Matching refs:uint_t

56 static GElf_Sym *sym_by_name(sym_tbl_t *, const char *, GElf_Sym *, uint_t *);
57 static int read_ehdr32(struct ps_prochandle *, Elf32_Ehdr *, uint_t *,
60 static int read_ehdr64(struct ps_prochandle *, Elf64_Ehdr *, uint_t *,
97 get_saddrs(struct ps_prochandle *P, uintptr_t ehdr_start, uint_t *n)
100 uint_t i, naddrs = 0, unordered = 0;
105 uint_t phnum;
133 uint_t phnum;
176 uint_t i;
453 uint_t oldmapcount;
947 uint_t i;
1001 uint_t i;
1062 read_ehdr32(struct ps_prochandle *P, Elf32_Ehdr *ehdr, uint_t *phnum,
1098 uint_t phnum, Elf32_Phdr *phdr, uintptr_t addr)
1100 uint_t i;
1116 read_ehdr64(struct ps_prochandle *P, Elf64_Ehdr *ehdr, uint_t *phnum,
1152 uint_t phnum, Elf64_Phdr *phdr, uintptr_t addr)
1154 uint_t i;
1211 uint_t i, ndyn;
1271 uint_t phnum, i;
1306 uint_t phnum, i;
1352 uint_t phnum;
1462 GElf_Sym *a = &sort_syms[*(uint_t *)aa];
1463 GElf_Sym *b = &sort_syms[*(uint_t *)bb];
1473 GElf_Sym *a = &sort_syms[*(uint_t *)aa];
1474 GElf_Sym *b = &sort_syms[*(uint_t *)bb];
1506 uint_t i, *indexa, *indexb;
1541 indexa = symtab->sym_byaddr = calloc(sizeof (uint_t), count);
1542 indexb = symtab->sym_byname = calloc(sizeof (uint_t), count);
1578 qsort(symtab->sym_byaddr, count, sizeof (uint_t), byaddr_cmp);
1579 qsort(symtab->sym_byname, count, sizeof (uint_t), byname_cmp);
1621 uint_t i;
2016 uint_t i;
2073 uint_t i;
2202 uint_t *idp)
2205 uint_t i, oid, *byaddr = symtab->sym_byaddr;
2271 uint_t *idp)
2316 sym_by_addr(sym_tbl_t *symtab, GElf_Addr addr, GElf_Sym *symp, uint_t *idp)
2330 uint_t *idp)
2333 uint_t i, *byname = symtab->sym_byname;
2369 uint_t *idp)
2397 sym_by_name(sym_tbl_t *symtab, const char *name, GElf_Sym *symp, uint_t *idp)
2431 uint_t i1;
2432 uint_t i2;
2528 uint_t id;
2667 uint_t cnt;
2808 uint_t *map, i, count, ndx;
2866 uint_t s_bind, s_type, type;