Symbol: ELF_ST_TYPE
lib/libc/gen/nlist.c
246
switch(ELF_ST_TYPE(s->st_info)) {
libexec/ld.so/dlfcn.c
215
if (ELF_ST_TYPE(sr.sym->st_info) == STT_FUNC)
libexec/ld.so/hppa/rtld_machine.c
218
if (ELF_ST_TYPE(sr.sym->st_info) != STT_FUNC) {
libexec/ld.so/m88k/rtld_machine.c
135
ELF_ST_TYPE (sym->st_info) == STT_NOTYPE) &&
libexec/ld.so/m88k/rtld_machine.c
138
ELF_ST_TYPE(sym->st_info) == STT_SECTION) {
libexec/ld.so/m88k/rtld_machine.c
170
(ELF_ST_TYPE(sym->st_info) == STT_SECTION ||
libexec/ld.so/m88k/rtld_machine.c
171
ELF_ST_TYPE(sym->st_info) == STT_NOTYPE))
libexec/ld.so/mips64/archdep.h
80
} else if (ELF_ST_TYPE(sp->st_info) == STT_FUNC) { \
libexec/ld.so/mips64/rtld_machine.c
120
(ELF_ST_TYPE(sym->st_info) == STT_SECTION ||
libexec/ld.so/mips64/rtld_machine.c
121
ELF_ST_TYPE(sym->st_info) == STT_NOTYPE) )
libexec/ld.so/mips64/rtld_machine.c
196
ELF_ST_TYPE(symp->st_info) == STT_FUNC) {
libexec/ld.so/mips64/rtld_machine.c
213
} else if ((ELF_ST_TYPE(symp->st_info) == STT_FUNC &&
libexec/ld.so/mips64/rtld_machine.c
97
ELF_ST_TYPE (sym->st_info) == STT_NOTYPE)) {
libexec/ld.so/powerpc/rtld_machine.c
107
ELF_ST_TYPE (sym->st_info) == STT_NOTYPE) &&
libexec/ld.so/powerpc/rtld_machine.c
129
(ELF_ST_TYPE(sym->st_info) == STT_SECTION ||
libexec/ld.so/powerpc/rtld_machine.c
130
ELF_ST_TYPE(sym->st_info) == STT_NOTYPE) ) {
libexec/ld.so/powerpc/rtld_machine.c
139
(ELF_ST_TYPE(sym->st_info) == STT_SECTION ||
libexec/ld.so/powerpc/rtld_machine.c
140
ELF_ST_TYPE(sym->st_info) == STT_NOTYPE) ) {
libexec/ld.so/powerpc64/rtld_machine.c
103
ELF_ST_TYPE (sym->st_info) == STT_NOTYPE) &&
libexec/ld.so/powerpc64/rtld_machine.c
125
(ELF_ST_TYPE(sym->st_info) == STT_SECTION ||
libexec/ld.so/powerpc64/rtld_machine.c
126
ELF_ST_TYPE(sym->st_info) == STT_NOTYPE) ) {
libexec/ld.so/powerpc64/rtld_machine.c
135
(ELF_ST_TYPE(sym->st_info) == STT_SECTION ||
libexec/ld.so/powerpc64/rtld_machine.c
136
ELF_ST_TYPE(sym->st_info) == STT_NOTYPE) ) {
libexec/ld.so/resolve.c
536
switch (ELF_ST_TYPE(sym->st_info)) {
libexec/ld.so/resolve.c
736
(ELF_ST_TYPE(sl.sl_out.sym->st_info) != STT_FUNC)) {
sys/ddb/db_ctf.c
126
if (ELF_ST_TYPE(symp->st_info) != type)
sys/ddb/db_elf.c
296
ELF_ST_TYPE(symp->st_info)
sys/ddb/db_elf.c
411
switch (ELF_ST_TYPE(symp->st_info)) {
sys/dev/dt/dt_prov_kprobe.c
305
if (ELF_ST_TYPE(symp->st_info) != STT_FUNC)
usr.bin/ctfconv/ctfconv.c
348
switch (ELF_ST_TYPE(st->st_info)) {
usr.bin/gprof/elf.c
147
type = ELF_ST_TYPE(sym->st_info);
usr.bin/nm/elf.c
324
ELF_ST_TYPE(sym->st_info), ELF_ST_BIND(sym->st_info),
usr.bin/nm/elf.c
329
switch (stt = ELF_ST_TYPE(sym->st_info)) {
usr.sbin/installboot/i386_nlist.c
255
switch(ELF_ST_TYPE(s->st_info)) {
usr.sbin/kvm_mkdb/nlist.c
187
switch(ELF_ST_TYPE(sbuf.st_info)) {