Home
last modified time | relevance | path

Searched refs:ELF32_ST_BIND (Results 1 – 13 of 13) sorted by relevance

/titanic_51/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c205 if (ELF32_ST_BIND(symref->st_info) == STB_LOCAL) { in do_relocate()
224 if (ELF32_ST_BIND(symref->st_info) in do_relocate()
/titanic_51/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h132 #define ELF32_ST_BIND(i) ((i) >> 4) macro
/titanic_51/usr/src/cmd/sgs/include/
H A D_machelf.h81 #define ELF_ST_BIND ELF32_ST_BIND
/titanic_51/usr/src/uts/common/sys/
H A Dmachelf.h116 #define ELF_ST_BIND ELF32_ST_BIND
H A Delf.h689 #define ELF32_ST_BIND(info) ((info) >> 4) macro
/titanic_51/usr/src/boot/sys/sys/
H A Delf32.h205 #define ELF32_ST_BIND(info) ((info) >> 4) macro
/titanic_51/usr/src/lib/libdtrace/common/
H A Ddt_module.c91 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_syminit32()
154 if ((ELF32_ST_BIND(lhs->st_info) == STB_WEAK) != in dt_module_symcomp32()
155 (ELF32_ST_BIND(rhs->st_info) == STB_WEAK)) in dt_module_symcomp32()
156 return (ELF32_ST_BIND(lhs->st_info) == STB_WEAK ? 1 : -1); in dt_module_symcomp32()
202 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_symsort32()
/titanic_51/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c866 if ((ELF32_ST_BIND(lhs->st_info) == STB_WEAK) != in gelf32_sym_compare()
867 (ELF32_ST_BIND(rhs->st_info) == STB_WEAK)) in gelf32_sym_compare()
868 return (ELF32_ST_BIND(lhs->st_info) == STB_WEAK ? 1 : -1); in gelf32_sym_compare()
912 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in gelf32_symtab_sort()
972 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in gelf32_symtab_init()
985 if (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || in gelf32_symtab_init()
/titanic_51/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c54 #define ELF_ST_BIND ELF32_ST_BIND
/titanic_51/usr/src/cmd/abi/appcert/static_prof/
H A Dstatic_prof.c931 stbind = ELF32_ST_BIND(symtab_entry->st_info); in scan_archive_symbols()
1018 stbind = ELF32_ST_BIND(symtab_entry->st_info); in scan_symbols()
1094 stbind = ELF32_ST_BIND(symtab_entry->st_info); in bind_symbols()
/titanic_51/usr/src/cmd/sgs/prof/common/
H A Dprof.c134 ((ELF32_ST_BIND(i) == STB_GLOBAL) || \
135 (gflag && (ELF32_ST_BIND(i) == STB_LOCAL))))
/titanic_51/usr/src/cmd/sgs/gprof/common/
H A Dreadelf.c339 n_bind = ELF32_ST_BIND((orig_list + nextsym)->syminfo); in remove_dup_syms()
/titanic_51/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c497 dst->st_info = ELF64_ST_INFO(ELF32_ST_BIND(s->st_info), in gelf_getsym()