Searched refs:SYM (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/nm/common/ |
H A D | nm.c | 66 } SYM; typedef 147 static SYM * readsyms(Elf_Data *, GElf_Sxword, Elf *, unsigned int, 149 static int compare(SYM *, SYM *); 698 static void print_with_uflag(SYM *, char *); 700 static void print_with_pflag(int, Elf *, unsigned int, SYM *, char *); 701 static void print_with_Pflag(int, Elf *, unsigned int, SYM *); 703 SYM *, char *); 720 SYM *sym_data; 721 SYM *s; 765 qsort((char *)sym_data, count-1, sizeof (SYM), [all …]
|
/illumos-gate/usr/src/tools/protocmp/ |
H A D | proto_list.c | 193 if ((v[SYM][0] == '-') && (v[SYM][1] == '\0')) in parse_line() 196 e->symsrc = malloc(strlen(v[SYM]) + 1); in parse_line() 197 (void) strcpy(e->symsrc, v[SYM]); in parse_line()
|
H A D | proto_list.h | 38 #define SYM 2 macro
|
/illumos-gate/usr/src/cmd/sgs/mcs/common/ |
H A D | file.c | 326 int ret = 0, SYM = 0; /* used by strip command */ in traverse_file() local 488 SYM = scn_index; in traverse_file() 506 if (CHK_OPT(cmd_info, I_AM_STRIP) && SYM != 0) { in traverse_file() 509 (void) gelf_getshdr(state->sec_table[SYM].scn, &tmp_shdr); in traverse_file() 510 state->sec_table[SYM].secno = (GElf_Word)DELETED; in traverse_file() 514 SET_ACTION(state->sec_table[SYM].si_flags, ACT_DELETE); in traverse_file() 515 state->off_table[SYM] = 0; in traverse_file()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | data.msg | 39 @ MSG_DATA_SYM "SYM"
|
/illumos-gate/usr/src/ |
H A D | Targetdirs | 41 DIRLINKS= $(SYM.DIRS) 42 $(BUILD64) DIRLINKS += $(SYM.DIRS64) 495 SYM.DIRS= \ 527 SYM.DIRS64= \
|
/illumos-gate/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"
|
/illumos-gate/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) },
|