Searched refs:SYM (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/tools/protocmp/ |
H A D | proto_list.h | 40 #define SYM 2 macro
|
H A D | proto_list.c | 191 if ((v[SYM][0] == '-') && (v[SYM][1] == '\0')) 194 e->symsrc = malloc(strlen(v[SYM]) + 1); 195 (void) strcpy(e->symsrc, v[SYM]);
|
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 64 } 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...] |
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 323 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;
|
Completed in 71 milliseconds