Searched refs:ELF_ST_BIND (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dcommon_sparc.c68 if ((ELF_ST_BIND(sym1->st_info) == STB_LOCAL) ||
69 (ELF_ST_BIND(sym2->st_info) == STB_LOCAL)) {
H A Dsparc_elf.c759 if (ELF_ST_BIND(symref->st_info) == STB_LOCAL) {
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_generic.h84 #define ELF_ST_BIND __ELFN(ST_BIND) macro
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c45 #define ELF_ST_BIND ELF64_ST_BIND macro
54 #define ELF_ST_BIND ELF32_ST_BIND macro
277 (ELF_ST_BIND(s[j].st_info) != STB_LOCAL &&
278 ELF_ST_BIND(s[j].st_info) != STB_GLOBAL &&
279 ELF_ST_BIND(s[j].st_info) != STB_WEAK) ||
/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h55 #define ELF_ST_BIND ELF64_ST_BIND macro
81 #define ELF_ST_BIND ELF32_ST_BIND macro
/illumos-gate/usr/src/uts/common/sys/
H A Dmachelf.h69 #define ELF_ST_BIND ELF64_ST_BIND macro
116 #define ELF_ST_BIND ELF32_ST_BIND macro
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmachsym.sparc.c74 if ((ELF_ST_BIND(osym->st_info) == STB_LOCAL) ||
75 (ELF_ST_BIND(nsym->st_info) == STB_LOCAL)) {
198 if ((ELF_ST_BIND(sym->st_info) != STB_GLOBAL) ||
H A Dresolve.c348 (ELF_ST_BIND(nsym->st_info) == STB_GLOBAL))
371 if ((ELF_ST_BIND(osym->st_info) == STB_WEAK) &&
457 (ELF_ST_BIND(nsym->st_info) == STB_GLOBAL))
524 uchar_t obind = ELF_ST_BIND(osym->st_info);
526 uchar_t nbind = ELF_ST_BIND(nsym->st_info);
556 uchar_t obind = ELF_ST_BIND(osym->st_info);
558 uchar_t nbind = ELF_ST_BIND(nsym->st_info);
658 uchar_t obind = ELF_ST_BIND(osym->st_info);
660 uchar_t nbind = ELF_ST_BIND(nsym->st_info);
834 uchar_t obind = ELF_ST_BIND(osy
[all...]
H A Dsunwmove.c260 (ELF_ST_BIND(sym->st_info) == STB_LOCAL) &&
372 if ((ELF_ST_BIND(sym->st_info) == STB_LOCAL) &&
H A Dlibs.c157 if ((ELF_ST_BIND(syms->st_info) == STB_WEAK) &&
158 (ELF_ST_BIND(osym->st_info) != STB_WEAK))
567 ((ELF_ST_BIND(sym->st_info) == STB_WEAK) &&
H A Dsyms.c122 if ((name == 0) && (ELF_ST_BIND(sym->st_info) != STB_LOCAL)) {
525 (ELF_ST_BIND(nsym->st_info) == STB_GLOBAL) &&
1330 (ELF_ST_BIND(sym->st_info) != STB_WEAK)) {
1385 ((ELF_ST_BIND(sym->st_info) != STB_WEAK) &&
1683 (ELF_ST_BIND(sdp->sd_sym->st_info) == STB_LOCAL))
1823 bind1 = ELF_ST_BIND(sym1->st_info);
1824 bind2 = ELF_ST_BIND(sym2->st_info);
2469 bind = ELF_ST_BIND(nsym->st_info);
2777 (ELF_ST_BIND(wsym->st_info) != STB_WEAK))
2812 (ELF_ST_BIND(ssy
[all...]
H A Drelocate.c284 (ELF_ST_BIND(tsdp->sd_sym->st_info) != STB_GLOBAL) ||
1114 if (ELF_ST_BIND(_sdp->sd_sym->st_info) == STB_GLOBAL)
1125 if (ELF_ST_BIND(sym->st_info) == STB_GLOBAL)
1134 if (((ELF_ST_BIND(sdp->sd_sym->st_info) == STB_WEAK) ||
1345 (ELF_ST_BIND(sdp->sd_sym->st_info) == STB_LOCAL)) ||
1516 ((ELF_ST_BIND(sdp->sd_sym->st_info) == STB_WEAK) ||
1555 if (ELF_ST_BIND(sdp->sd_sym->st_info) == STB_LOCAL) {
1989 if (ELF_ST_BIND(sdp->sd_sym->st_info) == STB_LOCAL) {
2827 (ELF_ST_BIND(orsp->rel_sym->sd_sym->st_info) == STB_WEAK) &&
H A Dupdate.c485 (ELF_ST_BIND(rsdp->sd_sym->st_info) != STB_LOCAL))
1562 (ELF_ST_BIND(sym->st_info) == STB_WEAK) &&
1633 (ELF_ST_BIND(sym->st_info) == STB_WEAK)) {
3138 if (ELF_ST_BIND(sym->st_info) == STB_LOCAL) {
3162 if ((ELF_ST_BIND(sym->st_info) == STB_LOCAL) &&
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c210 if (ELF_ST_BIND(symref->st_info) == STB_LOCAL) {
229 if (ELF_ST_BIND(symref->st_info)
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dmove.c65 if (ELF_ST_BIND(sym->st_info) != STB_LOCAL)
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Drelocate.c160 (ELF_ST_BIND(sym->st_info) == STB_LOCAL))
335 if ((ELF_ST_BIND(_sym->st_info) == STB_WEAK) &&
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c260 if (ELF_ST_BIND(symref->st_info) == STB_LOCAL) {
281 if (ELF_ST_BIND(symref->st_info)
/illumos-gate/usr/src/uts/common/os/
H A Dksyms_snapshot.c98 ELF_ST_BIND(sym->st_info) == STB_LOCAL ?
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Drdelf.c97 prev_bind = ELF_ST_BIND(nl[prev].info);
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c320 if (ELF_ST_BIND(sym1->st_info) !=
321 ELF_ST_BIND(sym2->st_info))
448 value = ELF_ST_BIND(sym->st_info);
692 * Use the ELF_ST_BIND() macro to access the defined bits
698 old_bind = ELF_ST_BIND(sym->st_info);
950 bind = ELF_ST_BIND(sym->st_info);
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj.c983 if (ELF_ST_BIND(sp->st_info) == STB_GLOBAL) {
1528 if (ELF_ST_BIND(osp->st_info) == STB_LOCAL)
2591 ELF_ST_BIND(sp->st_info) == STB_GLOBAL) {
2594 if (ksp && ELF_ST_BIND(ksp->st_info) == STB_GLOBAL &&
3024 if (ELF_ST_BIND(sp->st_info) != STB_LOCAL) {
3045 ELF_ST_BIND(sp->st_info) != STB_WEAK) {
3227 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL) {
3228 if (ELF_ST_BIND(sym->st_info) != STB_LOCAL)
3285 ELF_ST_BIND(sp->st_info) != STB_LOCAL)
3299 ELF_ST_BIND(s
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dsyms.c645 uchar_t bind = ELF_ST_BIND(sym->st_info);
/illumos-gate/usr/src/cmd/sgs/rtld/amd64/
H A Damd64_elf.c627 if (ELF_ST_BIND(symref->st_info) == STB_LOCAL) {
/illumos-gate/usr/src/uts/intel/dtrace/
H A Dfbt.c217 if (ELF_ST_BIND(sym->st_info) == STB_WEAK)
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c604 if (ELF_ST_BIND(symref->st_info) == STB_LOCAL) {

Completed in 99 milliseconds

12