Home
last modified time | relevance | path

Searched refs:ssym (Results 1 – 6 of 6) sorted by relevance

/titanic_51/usr/src/boot/sys/boot/i386/libi386/
H A Dbootinfo32.c144 vm_offset_t ssym, esym; in bi_load32() local
238 ssym = esym = 0; in bi_load32()
241 ssym = *((vm_offset_t *)&(md->md_data)); in bi_load32()
245 if (ssym == 0 || esym == 0) in bi_load32()
246 ssym = esym = 0; /* sanity */ in bi_load32()
265 bi.bi_symtab = ssym; /* XXX this is only the primary kernel symtab */ in bi_load32()
/titanic_51/usr/src/boot/sys/boot/userboot/userboot/
H A Dbootinfo32.c144 vm_offset_t ssym, esym; in bi_load32() local
217 ssym = esym = 0; in bi_load32()
220 ssym = *((vm_offset_t *)&(md->md_data)); in bi_load32()
224 if (ssym == 0 || esym == 0) in bi_load32()
225 ssym = esym = 0; /* sanity */ in bi_load32()
246 bi.bi_symtab = ssym; /* XXX this is only the primary kernel symtab */ in bi_load32()
/titanic_51/usr/src/boot/sys/boot/efi/loader/arch/i386/
H A Dbootinfo.c216 vm_offset_t addr, ssym, esym; in bi_load() local
236 ssym = (md != NULL) ? *((vm_offset_t *)&(md->md_data)) : 0; in bi_load()
239 if (ssym != 0 && esym != 0) { in bi_load()
240 bi.bi_symtab = ssym; in bi_load()
/titanic_51/usr/src/boot/sys/boot/common/
H A Dload_elf.c313 Elf_Addr ssym, esym; in __elfN() local
578 ssym = lastaddr; in __elfN()
612 lastaddr = ssym; in __elfN()
613 ssym = 0; in __elfN()
620 lastaddr = ssym; in __elfN()
621 ssym = 0; in __elfN()
624 /* Reset offsets relative to ssym */ in __elfN()
637 file_addmetadata(fp, MODINFOMD_SSYM, sizeof(ssym), &ssym); in __elfN()
/titanic_51/usr/src/tools/ctf/cvt/
H A Doutput.c359 GElf_Sym ssym; in sort_iidescs() local
399 &ssym, &smatch.iim_file)) { in sort_iidescs()
405 smatch.iim_name = (char *)strdata->d_buf + ssym.st_name; in sort_iidescs()
406 smatch.iim_bind = GELF_ST_BIND(ssym.st_info); in sort_iidescs()
/titanic_51/usr/src/cmd/sgs/libld/common/
H A Dsyms.c2790 Sym *ssym; in ld_sym_process() local
2801 ssym = ssdp->sd_sym; in ld_sym_process()
2803 if (ssym->st_shndx == SHN_UNDEF) in ld_sym_process()
2806 if ((ssym->st_shndx != wsym->st_shndx) || in ld_sym_process()
2807 (ssym->st_value != wsym->st_value)) in ld_sym_process()
2810 if ((ssym->st_size != wsym->st_size) || in ld_sym_process()
2812 (ELF_ST_BIND(ssym->st_info) == STB_WEAK)) in ld_sym_process()