Searched refs:ELF_ST_INFO (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/boot/sys/sys/
H A Delf_generic.h86 #define ELF_ST_INFO __ELFN(ST_INFO) macro
/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h57 #define ELF_ST_INFO ELF64_ST_INFO macro
83 #define ELF_ST_INFO ELF32_ST_INFO macro
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c450 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_NOTYPE);
475 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_SECTION);
506 glbsymtabent->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT);
526 glbsymtabent->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT);
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_support.c481 sym->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT);
500 sym->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT);
1111 sym->st_info = ELF_ST_INFO(STB_GLOBAL, ms->ms_type);
1158 sym->st_info = ELF_ST_INFO(STB_GLOBAL, ms->ms_type);
H A Dsyms.c658 ELF_ST_INFO(STB_GLOBAL, STT_OBJECT);
705 sym->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT);
753 sdp->sd_sym->st_info = ELF_ST_INFO(bind, STT_OBJECT);
2613 rsym->st_info = ELF_ST_INFO(STB_GLOBAL, ntype);
2976 csym->st_info = ELF_ST_INFO(STB_LOCAL,
3075 sym->st_info = ELF_ST_INFO(STB_GLOBAL, STT_NOTYPE);
H A Dversion.c260 ELF_ST_INFO(bind, STT_OBJECT);
288 sym->st_info = ELF_ST_INFO(bind, STT_OBJECT);
H A Dupdate.c342 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_FILE);
356 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_FILE);
405 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_SECTION);
1122 symptr->st_info = ELF_ST_INFO(bind, type);
1673 sym->st_info = ELF_ST_INFO(bind, type);
1799 sym->st_info = ELF_ST_INFO(STB_LOCAL,
1908 sym->st_info = ELF_ST_INFO(bind,
1917 sym->st_info = ELF_ST_INFO(bind,
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dsym.c733 sym->st_info = ELF_ST_INFO(bind, type);
970 sym->st_info = ELF_ST_INFO(bind, type);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c2666 ELF_ST_INFO(STB_LOCAL, STT_OBJECT) };

Completed in 94 milliseconds