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.c195 symp->st_info = ELF32_ST_INFO(
/illumos-gate/usr/src/lib/libproc/common/
H A DPservice.c367 symp->st_info = ELF32_ST_INFO(
/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dps.c58 dst->st_info = ELF32_ST_INFO(GELF_ST_BIND(src->st_info),
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h534 * S.st_info = ELF32_ST_INFO(bind, type)
539 #define ELF32_ST_INFO(bind, type) (((bind)<<4)+((type)&0xf)) macro
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c238 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_FUNC);
255 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT);
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgelf.c542 d->st_info = ELF32_ST_INFO(ELF64_ST_BIND(src->st_info),

Completed in 614 milliseconds