/titanic_51/usr/src/cmd/sgs/rtld/sparc/ |
H A D | common_sparc.c | 63 check_regsyms(Sym *sym1, const char *name1, Sym *sym2, const char *name2) in check_regsyms() argument 65 if ((sym1->st_name == 0) && (sym2->st_name == 0)) in check_regsyms() 69 (ELF_ST_BIND(sym2->st_info) == STB_LOCAL)) { in check_regsyms() 70 if (sym1->st_value == sym2->st_value) in check_regsyms() 75 if (sym1->st_value == sym2->st_value) { in check_regsyms() 77 if ((sym1->st_name == 0) || (sym2->st_name == 0)) in check_regsyms() 83 if ((sym1->st_shndx == SHN_ABS) && (sym2->st_shndx == SHN_ABS)) in check_regsyms() 121 const char *str, *sym1, *sym2; in elf_regsyms() local 131 sym2 = (STRTAB(lmp) + symdef->st_name); in elf_regsyms() 133 if (check_regsyms(rp->rl_sym, sym1, symdef, sym2) in elf_regsyms() [all...] |
/titanic_51/usr/src/cmd/abi/appcert/scripts/ |
H A D | symreport.pl | 629 my ($key, $lib2, $app2, $sym2); 649 ($lib2, $sym2) = split(/\|/, $key); 651 push(@list, "$sym2 $val"); 794 my (@pub, @priv, $lib2, $sym2, $text, $key); 801 ($lib2, $sym2) = split(/\|/, $key, 2); 803 push(@pub, $sym2); 807 ($lib2, $sym2) = split(/\|/, $key, 2); 809 push(@priv, $sym2);
|
/titanic_51/usr/src/uts/sparc/sys/ |
H A D | asm_linkage.h | 143 * #pragma weak sym1 = sym2 145 #define ANSI_PRAGMA_WEAK2(sym1, sym2, stype) \ argument 148 sym1 = sym2
|
/titanic_51/usr/src/uts/intel/ia32/sys/ |
H A D | asm_linkage.h | 191 * #pragma weak sym1 = sym2 193 #define ANSI_PRAGMA_WEAK2(sym1, sym2, stype) \ argument 196 sym1 = sym2
|
/titanic_51/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | sym.c | 305 Sym *sym1, *sym2; in all_same() local 312 sym2 = &symstate2->sym.data[symstate2->ndx]; in all_same() 321 ELF_ST_BIND(sym2->st_info)) in all_same() 326 if (sym1->st_info != sym2->st_info) in all_same() 343 sym2->st_name, ELFEDIT_MSG_DEBUG, 0); in all_same() 347 if (sym1->st_name != sym2->st_name) in all_same() 353 if (sym1->st_other != sym2->st_other) in all_same() 369 ndx2 = sym2->st_shndx; in all_same() 383 if (sym1->st_size != sym2->st_size) in all_same() 389 ELF_ST_TYPE(sym2 in all_same() [all...] |
/titanic_51/usr/src/cmd/sgs/libld/common/ |
H A D | syms.c | 1788 Sym *sym1, *sym2; in compare() local 1801 sym2 = sdp2->sd_sym; in compare() 1810 if (sym1->st_shndx > sym2->st_shndx) in compare() 1812 if (sym1->st_shndx < sym2->st_shndx) in compare() 1818 if (sym1->st_value > sym2->st_value) in compare() 1820 if (sym1->st_value < sym2->st_value) in compare() 1824 bind2 = ELF_ST_BIND(sym2->st_info); in compare() 2893 Sym *sym2 = sdp2->sd_sym; in ld_sym_process() local 2895 ELF_ST_BIND(sym2->st_info); in ld_sym_process() 2899 (sym1->st_value != sym2->st_value) || in ld_sym_process()
|
/titanic_51/usr/src/lib/libproc/common/ |
H A D | Psymtab.c | 2151 sym_prefer(GElf_Sym *sym1, char *name1, GElf_Sym *sym2, char *name2) in sym_prefer() argument 2157 return (sym2); in sym_prefer() 2158 if (sym2 == NULL) in sym_prefer() 2164 return (byaddr_cmp_common(sym1, name1, sym2, name2) <= 0 ? sym1 : sym2); in sym_prefer() 2398 GElf_Sym sym2, *sym2p = NULL; in i_Pxlookup_by_addr() local 2424 if ((sym2p = sym_by_addr(&fptr->file_dynsym, addr, &sym2, &i2)) != NULL) in i_Pxlookup_by_addr() 2425 name2 = fptr->file_dynsym.sym_strs + sym2.st_name; in i_Pxlookup_by_addr()
|
/titanic_51/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | typegraph.c | 1090 GElf_Sym sym2; in typegraph_kmem() local 1105 &sym2) != -1) { in typegraph_kmem() 1106 nsizes_big = sym2.st_size / sizeof (int); in typegraph_kmem() 1120 mdb_vread(&tg_sizes[nsizes_reg], sym2.st_size, in typegraph_kmem() 1121 (uintptr_t)sym2.st_value) == -1) { in typegraph_kmem()
|