/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 183 key[STT_NOTYPE][STB_LOCAL] = "n"; in main() 186 key[STT_OBJECT][STB_LOCAL] = "d"; in main() 189 key[STT_FUNC][STB_LOCAL] = "t"; in main() 192 key[STT_SECTION][STB_LOCAL] = "s"; in main() 195 key[STT_FILE][STB_LOCAL] = "f"; in main() 198 key[STT_COMMON][STB_LOCAL] = "c"; in main() 201 key[STT_TLS][STB_LOCAL] = "l"; in main() 1020 case STB_LOCAL: 1101 case STB_LOCAL : sym_key = REG_LOCL; 1113 case STB_LOCAL : sym_key = BSS_LOCL; [all …]
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | symbols.c | 255 CONV_DS_MSG_INIT(STB_LOCAL, binds_def) }; in conv_sym_info_bind_strings() 257 CONV_DS_MSG_INIT(STB_LOCAL, binds_cf) }; in conv_sym_info_bind_strings() 259 CONV_DS_MSG_INIT(STB_LOCAL, binds_cfnp) }; in conv_sym_info_bind_strings() 261 CONV_DS_MSG_INIT(STB_LOCAL, binds_nf) }; in conv_sym_info_bind_strings()
|
H A D | symbols.msg | 63 @ MSG_STB_LOCAL_CF "STB_LOCAL" # 0
|
/illumos-gate/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 | 348 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_FILE); in update_osym() 362 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_FILE); in update_osym() 411 sym->st_info = ELF_ST_INFO(STB_LOCAL, STT_SECTION); in update_osym() 491 (ELF_ST_BIND(rsdp->sd_sym->st_info) != STB_LOCAL)) in update_osym() 1145 #define IS_BORING_SCOPE(x) ((ELF_ST_BIND(x->st_info) == STB_LOCAL) || \ in update_osym() 1865 sym->st_info = ELF_ST_INFO(STB_LOCAL, in update_osym() 1959 bind = STB_LOCAL; in update_osym() 3210 if (ELF_ST_BIND(sym->st_info) == STB_LOCAL) { in update_move() 3234 if ((ELF_ST_BIND(sym->st_info) == STB_LOCAL) && in update_move()
|
H A D | syms.c | 125 if ((name == 0) && (ELF_ST_BIND(sym->st_info) != STB_LOCAL)) { in string() 336 if (ELF_ST_BIND(sdp->sd_sym->st_info) != STB_LOCAL) in is_gcc_localalias() 1820 (ELF_ST_BIND(sdp->sd_sym->st_info) == STB_LOCAL)) in ld_sym_validate() 3158 csym->st_info = ELF_ST_INFO(STB_LOCAL, in ld_sym_process()
|
/illumos-gate/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()
|
/illumos-gate/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()
|
H A D | elf.c | 2643 ELF_ST_INFO(STB_LOCAL, STT_OBJECT) }; 2873 if (ELF_ST_BIND(symref->st_info) != STB_LOCAL) 2943 if (ELF_ST_BIND(sym->st_info) == STB_LOCAL) {
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | i386-elf.h | 138 #define STB_LOCAL 0 macro
|
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/ |
H A D | elfwrap.c | 449 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_NOTYPE); in output() 474 secsymtabent->st_info = ELF_ST_INFO(STB_LOCAL, STT_SECTION); in output()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/ |
H A D | syms.c | 167 if ((GELF_ST_BIND(sym.st_info) == STB_LOCAL) && in addr_map_sym()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | ksyms_snapshot.c | 96 ELF_ST_BIND(sym->st_info) == STB_LOCAL ? in ksyms_walk_one()
|
/illumos-gate/usr/src/uts/sparc/krtld/ |
H A D | kobj_reloc.c | 210 if (ELF_ST_BIND(symref->st_info) == STB_LOCAL) { in do_relocate()
|
/illumos-gate/usr/src/uts/intel/amd64/krtld/ |
H A D | kobj_reloc.c | 224 if (ELF_ST_BIND(symref->st_info) == STB_LOCAL) { in do_relocate()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/lib/libctf/common/ |
H A D | ctf_merge.c | 1091 if (ELF64_ST_BIND(symp->st_info) == STB_LOCAL) { in ctf_merge_add_function() 1122 if (ELF64_ST_BIND(symp->st_info) == STB_LOCAL) { in ctf_merge_add_object() 1330 if (ctf_bind == STB_LOCAL && ctf_bind == symtab_bind && in ctf_merge_symbol_match() 1346 if (ctf_bind == STB_LOCAL && ctf_file != NULL && in ctf_merge_symbol_match()
|
H A D | ctf_dwarf.c | 2641 if (symtab_bind != STB_LOCAL && symtab_bind != STB_GLOBAL) { in ctf_dwarf_symbol_match() 2674 if (bind == STB_LOCAL && (file == NULL || cup->cu_name == NULL)) in ctf_dwarf_match_func() 2706 if (bind == STB_LOCAL && (file == NULL || cup->cu_name == NULL)) in ctf_dwarf_match_var() 2853 if (GELF_ST_BIND(symp->st_info) == STB_LOCAL && in ctf_dwarf_conv_check_weak()
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_module.c | 90 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_syminit32() 123 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_syminit64() 201 (ELF32_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_symsort32() 225 (ELF64_ST_BIND(sym->st_info) != STB_LOCAL || sym->st_size)) in dt_module_symsort64()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | elf.h | 714 #define STB_LOCAL 0 /* BIND */ macro
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | elf_common.h | 753 #define STB_LOCAL 0 /* Local symbol */ macro
|