Searched refs:sym1 (Results 1 – 7 of 7) sorted by relevance
/titanic_50/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() 68 if ((ELF_ST_BIND(sym1->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 130 sym1 = (STRTAB(rp->rl_lmp) + rp->rl_sym->st_name); in elf_regsyms() 133 if (check_regsyms(rp->rl_sym, sym1, symdef, sym2) == 0) in elf_regsyms() [all …]
|
/titanic_50/usr/src/uts/sparc/sys/ |
H A D | asm_linkage.h | 145 #define ANSI_PRAGMA_WEAK2(sym1, sym2, stype) \ argument 146 .weak sym1; \ 147 .type sym1, #stype; \ 148 sym1 = sym2
|
/titanic_50/usr/src/uts/intel/ia32/sys/ |
H A D | asm_linkage.h | 193 #define ANSI_PRAGMA_WEAK2(sym1, sym2, stype) \ argument 194 .weak sym1; \ 195 .type sym1, @stype; \ 196 sym1 = sym2
|
/titanic_50/usr/src/cmd/sgs/elfedit/modules/common/ |
H A D | sym.c | 305 Sym *sym1, *sym2; in all_same() local 311 sym1 = &symstate1->sym.data[symstate1->ndx]; in all_same() 320 if (ELF_ST_BIND(sym1->st_info) != in all_same() 326 if (sym1->st_info != sym2->st_info) in all_same() 341 sym1->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() 361 ndx1 = sym1->st_shndx; in all_same() 383 if (sym1->st_size != sym2->st_size) in all_same() 388 if (ELF_ST_TYPE(sym1->st_info) != in all_same() [all …]
|
/titanic_50/usr/src/cmd/sgs/libld/common/ |
H A D | syms.c | 1788 Sym *sym1, *sym2; in compare() local 1800 sym1 = sdp1->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() 1823 bind1 = ELF_ST_BIND(sym1->st_info); in compare() 2874 Sym *sym1 = sdp1->sd_sym; in ld_sym_process() local 2875 uchar_t bind1 = ELF_ST_BIND(sym1->st_info); in ld_sym_process() 2899 (sym1->st_value != sym2->st_value) || in ld_sym_process()
|
/titanic_50/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 2156 if (sym1 == NULL) in sym_prefer() 2159 return (sym1); in sym_prefer() 2164 return (byaddr_cmp_common(sym1, name1, sym2, name2) <= 0 ? sym1 : sym2); in sym_prefer() 2397 GElf_Sym sym1, *sym1p = NULL; in i_Pxlookup_by_addr() local 2422 if ((sym1p = sym_by_addr(&fptr->file_symtab, addr, &sym1, &i1)) != NULL) in i_Pxlookup_by_addr() 2423 name1 = fptr->file_symtab.sym_strs + sym1.st_name; in i_Pxlookup_by_addr()
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | config.sub | 999 os=-sym1
|