Home
last modified time | relevance | path

Searched refs:csym (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sgs/mcs/common/
H A Dfile.c846 GElf_Sym csym; in build_file() local
848 (void) gelf_getsym(data, c, &csym); in build_file()
850 if ((csym.st_shndx < SHN_LORESERVE) && in build_file()
851 (csym.st_shndx != SHN_UNDEF)) { in build_file()
854 sec_table[csym.st_shndx]; in build_file()
858 csym.st_shndx = in build_file()
873 csym.st_shndx = 1; in build_file()
879 csym.st_shndx = 0; in build_file()
880 csym.st_name = 0; in build_file()
881 csym.st_value = 0; in build_file()
[all …]
/titanic_41/usr/src/cmd/sgs/pvs/common/
H A Dpvs.c473 sym_local(Cache *cache, Cache *csym, const char *file) in sym_local() argument
480 (void) gelf_getshdr(csym->c_scn, &shdr); in sym_local()
488 (void) gelf_getsym(csym->c_data, 1, &sym); in sym_local()
493 csym->c_name); in sym_local()
503 (void) gelf_getsym(csym->c_data, _symn, &sym); in sym_local()
/titanic_41/usr/src/cmd/sgs/libld/common/
H A Dsyms.c2933 Sym *csym; in ld_sym_process() local
2972 if ((csym = libld_malloc(sizeof (Sym))) == NULL) in ld_sym_process()
2975 *csym = *osdp->sd_sym; in ld_sym_process()
2976 csym->st_info = ELF_ST_INFO(STB_LOCAL, in ld_sym_process()
2980 osdp->sd_sym = csym; in ld_sym_process()
2994 cname, csym, osdp)); in ld_sym_process()
/titanic_41/usr/src/cmd/make/bin/
H A Dar.cc625 char *csym; /* string table */ in translate_entry() local