/titanic_51/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 180 key[STT_NOTYPE][STB_LOCAL] = "n"; in main() 183 key[STT_OBJECT][STB_LOCAL] = "d"; in main() 186 key[STT_FUNC][STB_LOCAL] = "t"; in main() 189 key[STT_SECTION][STB_LOCAL] = "s"; in main() 192 key[STT_FILE][STB_LOCAL] = "f"; in main() 195 key[STT_COMMON][STB_LOCAL] = "c"; in main() 198 key[STT_TLS][STB_LOCAL] = "l"; in main() 970 case STB_LOCAL: in is_sym_print() 1054 case STB_LOCAL : sym_key = REG_LOCL; in print_brief_sym_type() 1066 case STB_LOCAL in print_brief_sym_type() [all...] |
/titanic_51/usr/src/cmd/sgs/librtld/common/ |
H A D | relocate.c | 160 (ELF_ST_BIND(sym->st_info) == STB_LOCAL)) in count_reloc() 161 bind = STB_LOCAL; in count_reloc() 171 if (bind == STB_LOCAL) { in count_reloc() 197 if (bind == STB_LOCAL) { in count_reloc() 236 if (bind == STB_LOCAL) { in count_reloc()
|
/titanic_51/usr/src/cmd/sgs/rtld/sparc/ |
H A D | common_sparc.c | 68 if ((ELF_ST_BIND(sym1->st_info) == STB_LOCAL) || in check_regsyms() 69 (ELF_ST_BIND(sym2->st_info) == STB_LOCAL)) { in check_regsyms()
|
/titanic_51/usr/src/cmd/sgs/libconv/common/ |
H A D | symbols.c | 235 CONV_DS_MSG_INIT(STB_LOCAL, binds_def) }; in conv_sym_info_bind_strings() 237 CONV_DS_MSG_INIT(STB_LOCAL, binds_cf) }; in conv_sym_info_bind_strings() 239 CONV_DS_MSG_INIT(STB_LOCAL, binds_nf) }; in conv_sym_info_bind_strings()
|
H A D | symbols.msg | 54 @ MSG_STB_LOCAL_CF "STB_LOCAL" # 0
|
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | machsym.sparc.c | 74 if ((ELF_ST_BIND(osym->st_info) == STB_LOCAL) || in ld_reg_check_sparc() 75 (ELF_ST_BIND(nsym->st_info) == STB_LOCAL)) { in ld_reg_check_sparc()
|
H A D | sunwmove.c | 260 (ELF_ST_BIND(sym->st_info) == STB_LOCAL) && in ld_process_move() 372 if ((ELF_ST_BIND(sym->st_info) == STB_LOCAL) && in ld_process_move()
|
H A D | update.c | 342 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_FILE); in update_osym() 356 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_FILE); in update_osym() 405 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_SECTION); in update_osym() 485 (ELF_ST_BIND(rsdp->sd_sym->st_info) != STB_LOCAL)) in update_osym() 1799 sym->st_info = ELF_ST_INFO(STB_LOCAL, in update_osym() 1893 bind = STB_LOCAL; in update_osym() 3131 if (ELF_ST_BIND(sym->st_info) == STB_LOCAL) { in update_move() 3155 if ((ELF_ST_BIND(sym->st_info) == STB_LOCAL) && in update_move()
|
/titanic_51/usr/src/cmd/sgs/gprof/common/ |
H A D | readelf.c | 422 if (!aflag && GELF_ST_BIND(sym->st_info) == STB_LOCAL) in is_function() 438 (GELF_ST_BIND(sym->st_info) != STB_LOCAL || aflag)) in is_function() 569 GELF_ST_BIND(gsym.st_info) == STB_LOCAL) { in get_symtab()
|
/titanic_51/usr/src/cmd/sgs/prof/common/ |
H A D | rdelf.c | 179 if (gflag && GELF_ST_BIND(sym->st_info) == STB_LOCAL) in is_function() 195 !(gflag && GELF_ST_BIND(sym->st_info) == STB_LOCAL)) in is_function()
|
/titanic_51/usr/src/cmd/sgs/rtld/common/ |
H A D | move.c | 65 if (ELF_ST_BIND(sym->st_info) != STB_LOCAL) in elf_move_bad()
|
/titanic_51/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 138 #define STB_LOCAL 0 macro
|
/titanic_51/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 450 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_NOTYPE); in output() 475 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_SECTION); in output()
|
/titanic_51/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | syms.c | 167 if ((GELF_ST_BIND(sym.st_info) == STB_LOCAL) && in addr_map_sym()
|
/titanic_51/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_gelf.c | 912 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in gelf32_symtab_sort() 972 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in gelf32_symtab_init() 985 if (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || in gelf32_symtab_init() 1009 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in gelf64_symtab_sort() 1069 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in gelf64_symtab_init() 1082 if (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || in gelf64_symtab_init() 1705 GELF_ST_BIND(sym->st_info) != STB_LOCAL) in mdb_gelf_symtab_lookup_by_file()
|
/titanic_51/usr/src/uts/intel/ia32/krtld/ |
H A D | kobj_reloc.c | 205 if (ELF32_ST_BIND(symref->st_info) == STB_LOCAL) { in do_relocate()
|
/titanic_51/usr/src/lib/libctf/common/ |
H A D | ctf_dwarf.c | 2179 if (bind == STB_LOCAL && (file == NULL || cup->cu_name == NULL)) in ctf_dwarf_match_func() 2186 if (bind == STB_LOCAL && cdf->cdf_global == B_TRUE) in ctf_dwarf_match_func() 2190 if (bind == STB_LOCAL && strcmp(file, cup->cu_name) != 0) in ctf_dwarf_match_func() 2204 if (bind == STB_LOCAL && (file == NULL || cup->cu_name == NULL)) in ctf_dwarf_match_var() 2212 if (bind == STB_LOCAL && cdv->cdv_global == B_TRUE) in ctf_dwarf_match_var() 2216 if (bind == STB_LOCAL && strcmp(file, cup->cu_name) != 0) in ctf_dwarf_match_var() 2406 if (GELF_ST_BIND(symp->st_info) == STB_LOCAL && in ctf_dwarf_conv_check_weak()
|
/titanic_51/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_reloc.c | 210 if (ELF_ST_BIND(symref->st_info) == STB_LOCAL) { in do_relocate()
|
/titanic_51/usr/src/uts/common/os/ |
H A D | ksyms_snapshot.c | 98 ELF_ST_BIND(sym->st_info) == STB_LOCAL ? in ksyms_walk_one()
|
/titanic_51/usr/src/tools/ctf/cvt/ |
H A D | output.c | 179 if (match->iim_bind == STB_LOCAL && in matching_iidesc() 273 if (GELF_ST_BIND(sym.st_info) == STB_LOCAL && in check_for_weak()
|
/titanic_51/usr/src/uts/sparc/krtld/ |
H A D | kobj_reloc.c | 260 if (ELF_ST_BIND(symref->st_info) == STB_LOCAL) { in do_relocate()
|
/titanic_51/usr/src/lib/libm/common/m9x/ |
H A D | __fex_sym.c | 277 (ELF_ST_BIND(s[j].st_info) != STB_LOCAL && in __fex_sym()
|
/titanic_51/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 91 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_syminit32() 124 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_syminit64() 202 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_symsort32() 226 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_symsort64()
|
/titanic_51/usr/src/uts/common/sys/ |
H A D | elf.h | 698 #define STB_LOCAL 0 /* BIND */ macro
|
/titanic_51/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 753 #define STB_LOCAL 0 /* Local symbol */ macro
|