Searched refs:csym (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/boot/sys/amd64/include/ |
H A D | asm.h | 55 #define CNAME(csym) csym argument
|
H A D | asmacros.h | 45 #define CNAME(csym) csym argument
|
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 854 GElf_Sym csym; in build_file() local 856 (void) gelf_getsym(data, c, &csym); in build_file() 858 if ((csym.st_shndx < SHN_LORESERVE) && in build_file() 859 (csym.st_shndx != SHN_UNDEF)) { in build_file() 862 sec_table[csym.st_shndx]; in build_file() 866 csym.st_shndx = in build_file() 881 csym.st_shndx = 1; in build_file() 887 csym.st_shndx = 0; in build_file() 888 csym.st_name = 0; in build_file() 889 csym.st_value = 0; in build_file() [all …]
|
/illumos-gate/usr/src/boot/sys/i386/include/ |
H A D | asm.h | 67 #define CNAME(csym) csym argument
|
/illumos-gate/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 474 sym_local(Cache *cache, Cache *csym, const char *file) in sym_local() argument 481 (void) gelf_getshdr(csym->c_scn, &shdr); in sym_local() 489 (void) gelf_getsym(csym->c_data, 1, &sym); in sym_local() 494 csym->c_name); in sym_local() 504 (void) gelf_getsym(csym->c_data, _symn, &sym); in sym_local()
|
/illumos-gate/usr/src/cmd/sgs/libld/common/ |
H A D | syms.c | 3115 Sym *csym; in ld_sym_process() local 3154 if ((csym = libld_malloc(sizeof (Sym))) == NULL) in ld_sym_process() 3157 *csym = *osdp->sd_sym; in ld_sym_process() 3158 csym->st_info = ELF_ST_INFO(STB_LOCAL, in ld_sym_process() 3162 osdp->sd_sym = csym; in ld_sym_process() 3176 cname, csym, osdp)); in ld_sym_process()
|
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | ar.cc | 625 char *csym; /* string table */ in translate_entry() local
|