Searched refs:SYM (Results 1 – 9 of 9) sorted by relevance
/titanic_44/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 64 } SYM; typedef 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; in print_symtab() 674 SYM *s; in print_symtab() 717 qsort((char *)sym_data, count-1, sizeof (SYM), in print_symtab() [all …]
|
/titanic_44/usr/src/tools/protocmp/ |
H A D | proto_list.c | 191 if ((v[SYM][0] == '-') && (v[SYM][1] == '\0')) in parse_line() 194 e->symsrc = malloc(strlen(v[SYM]) + 1); in parse_line() 195 (void) strcpy(e->symsrc, v[SYM]); in parse_line()
|
H A D | proto_list.h | 40 #define SYM 2 macro
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | data.msg | 39 @ MSG_DATA_SYM "SYM"
|
/titanic_44/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 323 int ret = 0, SYM = 0; /* used by strip command */ in traverse_file() local 485 SYM = scn_index; in traverse_file() 503 if (CHK_OPT(cmd_info, I_AM_STRIP) && SYM != 0) { in traverse_file() 506 (void) gelf_getshdr(state->sec_table[SYM].scn, &tmp_shdr); in traverse_file() 507 state->sec_table[SYM].secno = (GElf_Word)DELETED; in traverse_file() 511 SET_ACTION(state->sec_table[SYM].flags, ACT_DELETE); in traverse_file() 512 state->off_table[SYM] = 0; in traverse_file()
|
/titanic_44/usr/src/ |
H A D | Targetdirs | 38 DIRLINKS= $(SYM.DIRS) 39 $(BUILD64) DIRLINKS += $(SYM.DIRS64) 41 FILELINKS= $(SYM.USRCCSLIB) $(SYM.USRLIB) 42 $(BUILD64) FILELINKS += $(SYM.USRCCSLIB64) $(SYM.USRLIB64) 475 SYM.DIRS= \ 510 SYM.DIRS64= \ 739 SYM.USRCCSLIB= \ 776 SYM.USRCCSLIB64= \ 1441 SYM.USRLIB= \ 1693 SYM.USRLIB64= \
|
/titanic_44/usr/src/cmd/sgs/rtld/mdbmod/common/ |
H A D | rtld.msg | 108 @ MSG_FL1_SYMSFLTR "SYM-STD-FILTER" 109 @ MSG_FL1_SYMAFLTR "SYM-AUX-FILTER"
|
/titanic_44/usr/src/cmd/sgs/libelf/common/ |
H A D | xlate.m4 | 573 /* SYM */ { sym_2L11_tof, sym_2L11_tom }, 597 /* SYM */ { sym_2M11_tof, sym_2M11_tom }, 635 /* SYM */ { ST1_sizeof, sizeof (Elf32_Sym) },
|
H A D | xlate64.m4 | 630 /* SYM */ { sym_2L11_tof, sym_2L11_tom }, 654 /* SYM */ { sym_2M11_tof, sym_2M11_tom }, 692 /* SYM */ { ST1_sizeof, sizeof (Elf64_Sym) },
|