/titanic_44/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 181 key[STT_NOTYPE][STB_GLOBAL] = "N"; in main() 184 key[STT_OBJECT][STB_GLOBAL] = "D"; in main() 187 key[STT_FUNC][STB_GLOBAL] = "T"; in main() 190 key[STT_SECTION][STB_GLOBAL] = "S"; in main() 193 key[STT_FILE][STB_GLOBAL] = "F"; in main() 196 key[STT_COMMON][STB_GLOBAL] = "C"; in main() 199 key[STT_TLS][STB_GLOBAL] = "L"; in main() 971 case STB_GLOBAL: in is_sym_print() 994 case STB_GLOBAL: in is_sym_print() 1056 case STB_GLOBAL : sym_key = REG_GLOB; in print_brief_sym_type() [all …]
|
/titanic_44/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 416 if (GELF_ST_BIND(sym->st_info) == STB_GLOBAL) in is_function() 436 if (GELF_ST_BIND(sym->st_info) != STB_GLOBAL && in is_function() 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()
|
/titanic_44/usr/src/cmd/sgs/prof/common/ |
H A D | rdelf.c | 173 if (GELF_ST_BIND(sym->st_info) == STB_GLOBAL) in is_function() 193 if (GELF_ST_BIND(sym->st_info) != STB_GLOBAL && in is_function()
|
H A D | prof.c | 134 ((ELF32_ST_BIND(i) == STB_GLOBAL) || \
|
/titanic_44/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_nm.c | 152 case STB_GLOBAL: in nm_bind2str() 838 sym.st_info = GELF_ST_INFO(STB_GLOBAL, STT_NOTYPE); in cmd_nmadd() 842 sym.st_info = GELF_ST_INFO(STB_GLOBAL, STT_FUNC); in cmd_nmadd() 844 sym.st_info = GELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in cmd_nmadd()
|
/titanic_44/usr/src/cmd/abi/appcert/static_prof/ |
H A D | static_prof.c | 933 if (stbind != STB_GLOBAL) { in scan_archive_symbols() 955 if (stbind == STB_GLOBAL) in scan_archive_symbols() 1020 if (stbind != STB_GLOBAL) { in scan_symbols() 1042 if (stbind == STB_GLOBAL) in scan_symbols() 1100 if (stbind != STB_GLOBAL) { in bind_symbols()
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 139 #define STB_GLOBAL 1 macro
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | dt_link.c | 238 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_FUNC); in prepare_elf32() 255 sym->st_info = ELF32_ST_INFO(STB_GLOBAL, STT_OBJECT); in prepare_elf32() 410 sym->st_info = GELF_ST_INFO(STB_GLOBAL, STT_FUNC); in prepare_elf64() 427 sym->st_info = GELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in prepare_elf64() 729 if (GELF_ST_BIND(sym->st_info) == STB_GLOBAL) in dt_symtab_lookup() 1384 dsym.st_info = GELF_ST_INFO(STB_GLOBAL, in process_obj()
|
H A D | dt_module.c | 1304 GELF_ST_INFO(STB_GLOBAL, STT_NOTYPE); in dtrace_lookup_by_name()
|
/titanic_44/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 506 glbsymtabent->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in output() 526 glbsymtabent->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in output()
|
/titanic_44/usr/src/cmd/sgs/libld/common/ |
H A D | map_support.c | 481 sym->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in ld_map_seg_size_symbol() 500 sym->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in ld_map_seg_size_symbol() 1111 sym->st_info = ELF_ST_INFO(STB_GLOBAL, ms->ms_type); in ld_map_sym_enter() 1158 sym->st_info = ELF_ST_INFO(STB_GLOBAL, ms->ms_type); in ld_map_sym_enter()
|
H A D | machsym.sparc.c | 198 if ((ELF_ST_BIND(sym->st_info) != STB_GLOBAL) || in ld_is_regsym_sparc()
|
H A D | syms.c | 525 (ELF_ST_BIND(nsym->st_info) == STB_GLOBAL) && in ld_sym_enter() 658 ELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in sym_add_spec() 705 sym->st_info = ELF_ST_INFO(STB_GLOBAL, STT_OBJECT); in sym_add_spec() 752 bind = STB_GLOBAL; in sym_add_spec() 2470 if ((bind != STB_GLOBAL) && (bind != STB_WEAK)) { in ld_sym_process() 2613 rsym->st_info = ELF_ST_INFO(STB_GLOBAL, ntype); in ld_sym_process() 3075 sym->st_info = ELF_ST_INFO(STB_GLOBAL, STT_NOTYPE); in ld_sym_add_u()
|
H A D | resolve.c | 348 (ELF_ST_BIND(nsym->st_info) == STB_GLOBAL)) in sym_promote() 457 (ELF_ST_BIND(nsym->st_info) == STB_GLOBAL)) in sym_override()
|
H A D | relocate.c | 284 (ELF_ST_BIND(tsdp->sd_sym->st_info) != STB_GLOBAL) || in disp_scansyms() 1114 if (ELF_ST_BIND(_sdp->sd_sym->st_info) == STB_GLOBAL) in reloc_exec() 1125 if (ELF_ST_BIND(sym->st_info) == STB_GLOBAL) in reloc_exec()
|
H A D | version.c | 248 bind = STB_GLOBAL; in ld_vers_check_defs()
|
H A D | update.c | 1118 bind = STB_GLOBAL; in update_osym() 1669 bind = STB_GLOBAL; in update_osym() 1898 bind = STB_GLOBAL; in update_osym()
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | symbols.msg | 57 @ MSG_STB_GLOBAL_CF "STB_GLOBAL" # 1
|
/titanic_44/usr/src/cmd/dis/ |
H A D | dis_target.c | 193 if (GELF_ST_BIND(syma->se_sym.st_info) == STB_GLOBAL) in sym_compare() 195 if (GELF_ST_BIND(symb->se_sym.st_info) == STB_GLOBAL) in sym_compare()
|
/titanic_44/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 278 ELF_ST_BIND(s[j].st_info) != STB_GLOBAL && in __fex_sym()
|
/titanic_44/usr/src/cmd/sgs/librtld/common/ |
H A D | relocate.c | 163 bind = STB_GLOBAL; in count_reloc()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | elf.h | 547 #define STB_GLOBAL 1 macro
|
/titanic_44/usr/src/tools/ctf/cvt/ |
H A D | output.c | 168 if (match->iim_bind == STB_GLOBAL) { in matching_iidesc()
|
/titanic_44/usr/src/uts/common/krtld/ |
H A D | kobj.c | 983 if (ELF_ST_BIND(sp->st_info) == STB_GLOBAL) { in load_linker() 2591 ELF_ST_BIND(sp->st_info) == STB_GLOBAL) { in get_syms() 2594 if (ksp && ELF_ST_BIND(ksp->st_info) == STB_GLOBAL && in get_syms() 3227 if (ELF_ST_BIND(sym->st_info) != STB_GLOBAL) { in kobj_searchsym()
|
/titanic_44/usr/src/cmd/sgs/ar/common/ |
H A D | file.c | 1515 if (((GELF_ST_BIND(sym.st_info) == STB_GLOBAL) || in search_sym_tab()
|