Home
last modified time | relevance | path

Searched refs:ELF32_ST_TYPE (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_lookup.c195 if (ELF32_ST_TYPE(symp->st_info) != STT_OBJECT) in ctf_lookup_by_symbol()
258 if (ELF32_ST_TYPE(symp->st_info) != STT_FUNC) in ctf_func_info()
H A Dctf_types.c1120 if (ELF32_ST_TYPE(symp->st_info) != STT_OBJECT) in ctf_object_iter()
1175 if (ELF32_ST_TYPE(symp->st_info) != STT_FUNC) in ctf_function_iter()
1236 if (ELF32_ST_TYPE(symp->st_info) != STT_OBJECT && in ctf_symbol_name()
1237 ELF32_ST_TYPE(symp->st_info) != STT_FUNC) { in ctf_symbol_name()
H A Dctf_create.c398 type = ELF32_ST_TYPE(symp->st_info); in ctf_update()
598 type = ELF32_ST_TYPE(symp->st_info); in ctf_update()
2012 if (ELF32_ST_TYPE(symp->st_info) != STT_FUNC) in ctf_add_function()
2079 if (ELF32_ST_TYPE(symp->st_info) != STT_OBJECT) in ctf_add_object()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h133 #define ELF32_ST_TYPE(i) ((i) & 0xf) macro
/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h82 #define ELF_ST_TYPE ELF32_ST_TYPE
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h206 #define ELF32_ST_TYPE(info) ((info) & 0xf) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h117 #define ELF_ST_TYPE ELF32_ST_TYPE
H A Delf.h706 #define ELF32_ST_TYPE(info) ((info) & 0xf) macro
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c338 i_type = ELF32_ST_TYPE((orig_list + i)->syminfo); in remove_dup_syms()
339 n_type = ELF32_ST_TYPE((orig_list + nextsym)->syminfo); in remove_dup_syms()
/illumos-gate/usr/src/cmd/lockstat/
H A Dsym.c172 if ((uint_t)ELF32_ST_TYPE(symp->st_info) <= STT_FUNC && in symtab_init()
/illumos-gate/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c941 sttype = ELF32_ST_TYPE(symtab_entry->st_info); in scan_archive_symbols()
1028 sttype = ELF32_ST_TYPE(symtab_entry->st_info); in scan_symbols()
1108 sttype = ELF32_ST_TYPE(symtab_entry->st_info); in bind_symbols()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c55 #define ELF_ST_TYPE ELF32_ST_TYPE
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_module.c82 uchar_t type = ELF32_ST_TYPE(sym->st_info); in dt_module_syminit32()
150 if ((ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE) != in dt_module_symcomp32()
151 (ELF32_ST_TYPE(rhs->st_info) == STT_NOTYPE)) in dt_module_symcomp32()
152 return (ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1); in dt_module_symcomp32()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c263 p->n_type = ELF32_ST_TYPE(sym->st_info); in _elf_nlist()
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c862 if ((ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE) != in gelf32_sym_compare()
863 (ELF32_ST_TYPE(rhs->st_info) == STT_NOTYPE)) in gelf32_sym_compare()
864 return (ELF32_ST_TYPE(lhs->st_info) == STT_NOTYPE ? 1 : -1); in gelf32_sym_compare()
955 uchar_t type = ELF32_ST_TYPE(sym->st_info); in gelf32_symtab_init()
/illumos-gate/usr/src/lib/abi/apptrace/common/
H A Dapptrace.c495 if (ELF32_ST_TYPE(symp->st_info) != STT_FUNC) in la_symbind64()
/illumos-gate/usr/src/lib/libctf/common/
H A Dctf_lib.c816 itype = ELF32_ST_TYPE(symp->st_info); in ctf_symtab_iter()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c498 ELF32_ST_TYPE(s->st_info)); in gelf_getsym()