Searched refs:GELF_ST_INFO (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/head/ |
H A D | gelf.h | 91 #define GELF_ST_INFO ELF64_ST_INFO macro
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nm.c | 842 sym.st_info = GELF_ST_INFO(STB_GLOBAL, STT_NOTYPE); in cmd_nmadd() 846 sym.st_info = GELF_ST_INFO(STB_GLOBAL, STT_FUNC); in cmd_nmadd() 848 sym.st_info = GELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in cmd_nmadd()
|
H A D | mdb_proc.c | 2908 symp->st_info = GELF_ST_INFO(STB_GLOBAL, STT_FUNC); in pt_lookup_by_addr()
|
/illumos-gate/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 598 l_npe->syminfo = GELF_ST_INFO(STB_GLOBAL, STT_FUNC); in get_symtab() 606 l_npe->syminfo = GELF_ST_INFO(STB_GLOBAL, STT_FUNC); in get_symtab()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 409 sym->st_info = GELF_ST_INFO(STB_GLOBAL, STT_FUNC); in prepare_elf64() 426 sym->st_info = GELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in prepare_elf64() 1382 dsym.st_info = GELF_ST_INFO(STB_GLOBAL, in process_obj()
|
H A D | dt_pid.c | 315 GELF_ST_INFO(STB_LOCAL, STT_FUNC); in dt_pid_per_mod()
|
H A D | dt_module.c | 1304 GELF_ST_INFO(STB_GLOBAL, STT_NOTYPE); in dtrace_lookup_by_name()
|