Searched defs:SYM (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/protocmp/
H A Dproto_list.h40 #define SYM 2 macro
/illumos-gate/usr/src/cmd/sgs/mcs/common/
H A Dfile.c323 int ret = 0, SYM = 0; /* used by strip command */ local
485 SYM = scn_index;
503 if (CHK_OPT(cmd_info, I_AM_STRIP) && SYM != 0) {
506 (void) gelf_getshdr(state->sec_table[SYM].scn, &tmp_shdr);
507 state->sec_table[SYM].secno = (GElf_Word)DELETED;
511 SET_ACTION(state->sec_table[SYM].flags, ACT_DELETE);
512 state->off_table[SYM] = 0;
/illumos-gate/usr/src/cmd/sgs/nm/common/
H A Dnm.c64 } SYM; typedef in typeref:struct:__anon1745
144 static SYM * readsyms(Elf_Data *, GElf_Sxword, Elf *, unsigned int,
146 static int compare(SYM *, SYM *);
651 static void print_with_uflag(SYM *, char *);
653 static void print_with_pflag(int, Elf *, unsigned int, SYM *, char *);
654 static void print_with_Pflag(int, Elf *, unsigned int, SYM *);
656 SYM *, char *);
673 SYM *sym_data;
674 SYM *
[all...]

Completed in 67 milliseconds