Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 555) sorted by last modified time

12345678910>>...23

/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers1473 # may depend on them. All symbol content for SunOS 5.6 is now in SUNW_1.1
/illumos-gate/usr/src/uts/
H A DMakefile.targ286 ($(ECHO) "warning: $(MODULE) symbol checking:" \
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.c1700 mdb_tgt_add_sbrkpt(mdb_tgt_t *t, const char *symbol, in mdb_tgt_add_sbrkpt() argument
1703 return (t->t_ops->t_add_sbrkpt(t, symbol, spec_flags, func, p)); in mdb_tgt_add_sbrkpt()
/illumos-gate/exception_lists/
H A Dcheck_rtime202 # symbol sort sections. Such exceptions should be rare --- most code will
221 # (any necessary runtime symbol should be provided by libc.so, instead).
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.c265 base = ctftest_lookup_symbol(fp, symbol); in ctftest_check_descent()
267 warnx("failed to lookup type for symbol %s", symbol); in ctftest_check_descent()
281 tests->cd_tname, symbol); in ctftest_check_descent()
300 tests->cd_tname, symbol); in ctftest_check_descent()
311 tests->cd_tname, symbol); in ctftest_check_descent()
323 tests->cd_tname, symbol, in ctftest_check_descent()
334 tests->cd_tname, symbol, in ctftest_check_descent()
355 symbol, ari.ctr_contents, in ctftest_check_descent()
586 if (!ctftest_lookup_function(fp, symbol, &sym, &fi)) { in ctftest_check_function()
587 warnx("failed to look up function %s", symbol); in ctftest_check_function()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dcheetahasm.h38 #define ASM_LD(reg, symbol) \ argument
39 sethi %hi(symbol), reg; \
40 ld [reg + %lo(symbol)], reg; \
42 #define ASM_LDX(reg, symbol) \ argument
43 sethi %hi(symbol), reg; \
44 ldx [reg + %lo(symbol)], reg; \
46 #define ASM_JMP(reg, symbol) \ argument
47 sethi %hi(symbol), reg; \
48 jmp reg + %lo(symbol); \
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c117 struct symbol { struct
376 struct symbol *sp;
664 struct symbol *sp;
892 struct symbol *sp;
2539 struct symbol *sp;
2868 struct symbol *sp;
2907 struct symbol *sp; in has_destructor()
3864 struct symbol *sp;
3868 sp = (struct symbol *)malloc( sizeof(struct symbol) );
3895 int Symbolcmpp(struct symbol **a, struct symbol **b){ in Symbolcmpp()
[all …]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Di386_data.s33 / global symbol errno
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Damd64_data.s30 / global symbol errno
/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c576 if (symbol == 0) in RangeEnc_EncodeBit()
597 symbol |= 0x100; in LitEnc_Encode()
601 symbol <<= 1; in LitEnc_Encode()
614 symbol <<= 1; in LitEnc_EncodeMatched()
662 price += GET_PRICEa(probs[symbol >> 8], (symbol >> 7) & 1); in LitEnc_GetPrice()
663 symbol <<= 1; in LitEnc_GetPrice()
678 symbol <<= 1; in LitEnc_GetPriceMatched()
709 symbol >>= 1; in RcTree_ReverseEncode()
719 price += GET_PRICEa(probs[symbol >> 1], symbol & 1); in RcTree_GetPrice()
720 symbol >>= 1; in RcTree_GetPrice()
[all …]
H A DLzmaDec.c180 unsigned symbol; in LzmaDec_DecodeReal() local
189 symbol = 1; in LzmaDec_DecodeReal()
190 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_DecodeReal()
196 symbol = 1; in LzmaDec_DecodeReal()
203 probLit = prob + offs + bit + symbol; in LzmaDec_DecodeReal()
206 while (symbol < 0x100); in LzmaDec_DecodeReal()
208 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()
536 unsigned symbol = 1; in LzmaDec_TryDummy() local
537 do { GET_BIT_CHECK(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_TryDummy()
544 unsigned symbol = 1; in LzmaDec_TryDummy() local
[all …]
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c1062 ppm_convert(char *symbol, uint_t *val) in ppm_convert() argument
1068 if ((s = strchr(symbol, '=')) == NULL) { in ppm_convert()
1070 "ppm.conf file", symbol); in ppm_convert()
1081 "in ppm.conf file", symbol); in ppm_convert()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmain.c1411 char symbol[PATLEN + 1]; in copydata() local
1436 putinclude(symbol); in copydata()
1437 putstring(symbol); in copydata()
1453 char symbol[PATLEN + 1]; in copyinverted() local
1488 putinclude(symbol); in copyinverted()
1493 getstring(symbol); in copyinverted()
1503 getstring(symbol); in copyinverted()
1506 putposting(symbol, type); in copyinverted()
1507 putstring(symbol); in copyinverted()
H A Dfind.c87 char symbol[PATLEN + 1]; /* symbol name */ in findsymbol() local
162 s = symbol; in findsymbol()
173 s = symbol; in findsymbol()
203 getstring(symbol); in findsymbol()
204 s = symbol; in findsymbol()
253 char symbol[PATLEN + 1]; /* symbol name */ in finddef() local
307 s = symbol; in finddef()
324 s = symbol; in finddef()
H A Dcrossref.c73 } *symbol; variable
99 if (symbol == NULL) { in crossref()
100 symbol = mymalloc(msymbols * sizeof (struct symbol)); in crossref()
121 if (length == symbol[i].length && in crossref()
123 symbol[i].first, length) == 0 && in crossref()
125 token == symbol[i].type)) { in crossref()
167 symbol = (struct symbol *)myrealloc(symbol, in savesymbol()
171 symbol[symbols].type = token; in savesymbol()
172 symbol[symbols].first = first; in savesymbol()
173 symbol[symbols].last = last; in savesymbol()
[all …]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dhash.c363 if(node->symbol.data && node->symbol.del_fn) { in _new_HashSymbol()
364 node->symbol.data = node->symbol.del_fn(hash->app_data, node->symbol.code, in _new_HashSymbol()
381 return &node->symbol; in _new_HashSymbol()
458 return &node->symbol; in _find_HashSymbol()
492 node->symbol.name = NULL; in _new_HashNode()
493 node->symbol.code = code; in _new_HashNode()
494 node->symbol.fn = fn; in _new_HashNode()
495 node->symbol.data = data; in _new_HashNode()
503 if(!node->symbol.name) in _new_HashNode()
541 if(node->symbol.data && node->symbol.del_fn) in _del_HashNode()
[all …]
/illumos-gate/usr/src/lib/libproc/common/
H A DPsymtab.c2985 const char *symbol, GElf_Sym *symp) in Plookup_by_name() argument
2987 return (Pxlookup_by_name(P, PR_LMID_EVERY, object, symbol, symp, NULL)); in Plookup_by_name()
/illumos-gate/usr/src/lib/krb5/ss/
H A Dutils.c86 char *symbol; local
88 symbol = malloc((strlen(name)+6) * sizeof(char));
90 sprintf(symbol, "%s%05ld", name, gensym_n);
91 return(symbol);
/illumos-gate/usr/src/head/
H A Dapptrace.h48 #define ABI_VFLAG(lib, symbol) \ argument
49 __abi_ ## lib ## _ ## symbol ## _sym.a_vflag
54 #define ABI_REAL(lib, symbol) \ argument
55 __abi_ ## lib ## _ ## symbol ## _sym.a_real
/illumos-gate/usr/src/cmd/sgs/tools/
H A DSUNWonld-README158 4295613 COMMON symbol resolution can be incorrect
218 4309212 dlsym can't find symbol
757 4850703 enable per-symbol direct bindings
800 4939565 per-symbol filtering required
804 4955373 per-symbol filtering refinements
1130 6201866 amd64: linker symbol elimination is broken
1333 6475375 symbol search optimization to reduce rescans
1350 PSARC/2007/026 ELF symbol sort sections
1588 6918143 symbol capabilities (D)
1600 PSARC/2010/XXX Deferred symbol references
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot.S97 / init is called from the _init symbol in the CRT, however .init_array
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Drtld.msg53 @ MSG_ARG_ILLSYM "illegal symbol name"
73 @ MSG_GEN_NOSYM "%s: can't find symbol"
85 @ MSG_REL_NOSYM "relocation error: file %s: symbol %s: \
86 referenced symbol not found"
90 @ MSG_REL_UNSUPSZ "relocation error: %s: file %s: symbol %s: \
92 @ MSG_REL_BADTLS "relocation error: %s: file %s: symbol %s: \
165 @ MSG_LDD_CPY_PROT "\trelocation %s symbol: %s: file %s: relocation bound \
166 to a symbol with STV_PROTECTED visibility\n"
177 @ MSG_LDD_REL_CPYDISP "\tsymbol %s: file %s: copy relocation symbol may \
258 @ MSG_DEF_NOSYMFOUND "%s: no deferred symbol found"
H A Drtld.sparc.msg29 @ MSG_REL_UNIMPL "relocation error: file %s: symbol %s: \
31 @ MSG_REL_NONALIGN "relocation error: %s: file %s: symbol %s: \
33 @ MSG_REL_UNNOBITS "relocation error: %s: file %s: symbol %s: \
35 @ MSG_REL_LOSEBITS "relocation error: %s: file %s: symbol %s: \
37 @ MSG_REL_NOFIT "relocation error: %s: file %s: symbol %s: \
42 @ MSG_REG_SYMCONF "register symbol conflict: %s: \
43 file %s symbol %s; file %s symbol %s"
45 @ MSG_LDD_REG_SYMCONF "\tregister symbol conflict: %s\n\
46 \t\t(file %s symbol %s; file %s symbol %s)\n"
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg591 symbol '%s'"
798 symbol=%s; %s"
944 tentative symbol"
951 symbol's index"
977 @ MSG_SYM_CAP_ORIG "symbol[%d]=%s converting to symbol capability \
1009 @ MSG_SYM_DUPSORTADDR "section %s: symbol '%s' and symbol '%s' have the \
1343 section symbol"
1354 section / symbol"
1356 section / symbol"
1366 addend symbol"
[all …]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg253 @ MSG_ARG_DETAIL_ZWRAP "\t[-z wrap=symbol], [-wrap=symbol], [--wrap=symbol]\n\
287 bad symbol type %s: symbol type must be TLS"
294 symbol %s: offset 0x%llx, symbol index %d"
312 symbol %s: symbol has been discarded with discarded \
318 %s at 0x%llx: symbol %s is a copy relocated symbol"
503 @ MSG_SYM_TENTERR "\ttentative symbol cannot override defined symbol \
558 # "Undefined symbol"
582 @ MSG_SYM_EXTERN "%s symbol '%s' is undefined (symbol belongs to \
627 @ MSG_CAP_MULDEFSYMS "\t(file %s symbol '%s'; file %s symbol '%s');"
637 family lead symbol '%s': invalid symbol index %d"
[all …]

12345678910>>...23