Home
last modified time | relevance | path

Searched refs:ELF32_ST_INFO (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Di386-elf.h134 #define ELF32_ST_INFO(b,t) (((b)<<4)+((t)&0xf)) macro
/illumos-gate/usr/src/cmd/sgs/include/
H A D_machelf.h83 #define ELF_ST_INFO ELF32_ST_INFO
/illumos-gate/usr/src/boot/sys/sys/
H A Delf32.h209 #define ELF32_ST_INFO(bind, type) (((bind) << 4) + ((type) & 0xf)) macro
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pservice.c192 symp->st_info = ELF32_ST_INFO( in ps_pglobal_sym()
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dps.c58 dst->st_info = ELF32_ST_INFO(GELF_ST_BIND(src->st_info), in gelf_sym_to_elf32()
/illumos-gate/usr/src/lib/libproc/common/
H A DPservice.c418 symp->st_info = ELF32_ST_INFO( in ps_pglobal_sym()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h707 #define ELF32_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf)) macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c237 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_FUNC); in prepare_elf32()
254 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT); in prepare_elf32()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c542 d->st_info = ELF32_ST_INFO(ELF64_ST_BIND(src->st_info), in gelf_update_sym()