HelenOS sources
elf_st_type 66 kernel/generic/src/debug/symtab.c int st_type = elf_st_type(scs->symtab[i].st_info);
elf_st_type 217 uspace/app/taskdump/symtab.c stype = elf_st_type(st->sym[i].st_info);
elf_st_type 259 uspace/app/taskdump/symtab.c stype = elf_st_type(st->sym[i].st_info);
elf_st_type 82 uspace/lib/c/generic/dlfcn.c if (elf_st_type(sd->st_info) == STT_FUNC)
elf_st_type 277 uspace/lib/c/generic/rtld/symbol.c if (elf_st_type(sym->st_info) == STT_TLS) {
HelenOS homepage, sources at GitHub