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

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

Completed in 193 milliseconds