Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-coff.h191 #define S_GET_NUMBER_AUXILIARY(s) \ argument
194 #define S_SET_NUMBER_AUXILIARY(s, v) (S_GET_NUMBER_AUXILIARY (s) = (v)) argument
197 #define S_IS_STRING(s) (strlen (S_GET_NAME (s)) > 8 ? 1 : 0) argument
203 #define SA_GET_SYM_TAGNDX(s) (SYM_AUXENT (s)->x_sym.x_tagndx.l) argument
204 #define SA_GET_SYM_LNNO(s) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_lnno) argument
205 #define SA_GET_SYM_SIZE(s) (SYM_AUXENT (s)->x_sym.x_misc.x_lnsz.x_size) argument
206 #define SA_GET_SYM_FSIZE(s) (SYM_AUXENT (s)->x_sym.x_misc.x_fsize) argument
207 #define SA_GET_SYM_LNNOPTR(s) (SYM_AUXENT (s)->x_sym.x_fcnary.x_fcn.x_lnnoptr) argument
208 #define SA_GET_SYM_ENDNDX(s) (SYM_AUXENT (s)->x_sym.x_fcnary.x_fcn.x_endndx) argument
209 #define SA_GET_SYM_DIMEN(s,i) (SYM_AUXENT (s)->x_sym.x_fcnary.x_ary.x_dimen[(i)]) argument
[all …]
Dtc-i960.c72 #define TC_S_IS_SYSPROC(s) ((1 <= S_GET_OTHER (s)) && (S_GET_OTHER (s) <= 32)) argument
73 #define TC_S_IS_BALNAME(s) (S_GET_OTHER (s) == N_BALNAME) argument
74 #define TC_S_IS_CALLNAME(s) (S_GET_OTHER (s) == N_CALLNAME) argument
75 #define TC_S_IS_BADPROC(s) ((S_GET_OTHER (s) != 0) && !TC_S_IS_CALLNAME (s) && !TC_S_IS_BALNAME (s)… argument
77 #define TC_S_SET_SYSPROC(s, p) (S_SET_OTHER ((s), (p) + 1)) argument
78 #define TC_S_GET_SYSPROC(s) (S_GET_OTHER (s) - 1) argument
80 #define TC_S_FORCE_TO_BALNAME(s) (S_SET_OTHER ((s), N_BALNAME)) argument
81 #define TC_S_FORCE_TO_CALLNAME(s) (S_SET_OTHER ((s), N_CALLNAME)) argument
82 #define TC_S_FORCE_TO_SYSPROC(s) {;} argument
87 #define TC_S_IS_SYSPROC(s) (S_GET_STORAGE_CLASS (s) == C_SCALL) argument
[all …]
Dtc-arm.h135 #define ARM_GET_FLAG(s) (*symbol_get_tc (s)) argument
136 #define ARM_SET_FLAG(s,v) (*symbol_get_tc (s) |= (v)) argument
137 #define ARM_RESET_FLAG(s,v) (*symbol_get_tc (s) &= ~(v)) argument
143 #define ARM_IS_THUMB(s) (ARM_GET_FLAG (s) & ARM_FLAG_THUMB) argument
144 #define ARM_IS_INTERWORK(s) (ARM_GET_FLAG (s) & ARM_FLAG_INTERWORK) argument
150 #define THUMB_IS_FUNC(s) \ argument
157 #define ARM_IS_FUNC(s) \ argument
167 #define THUMB_IS_FUNC(s) ((s) && ARM_GET_FLAG (s) & THUMB_FLAG_FUNC) argument
168 #define ARM_IS_FUNC(s) (!THUMB_IS_FUNC (s) \ argument
172 #define ARM_SET_THUMB(s,t) ((t) ? ARM_SET_FLAG (s, ARM_FLAG_THUMB) : ARM_RESET_FLAG (s, AR… argument
[all …]
Dtc-tic54x.h89 #define md_parse_name(s,e,m,c) tic54x_parse_name(s,e) argument
91 #define md_undefined_symbol(s) tic54x_undefined_symbol(s) argument
106 #define md_estimate_size_before_relax(f,s) \ argument
110 #define md_relax_frag(seg, f,s) tic54x_relax_frag(f,s) argument
113 #define md_convert_frag(b,s,f) tic54x_convert_frag(b,s,f) argument
/toolchain/binutils/binutils-2.27/gold/
Dyyscript.y822 Expression_ptr s = script_exp_string($1.value, $1.length); variable
828 Expression_ptr s = script_exp_string($1.value, $1.length); variable
834 Expression_ptr s = script_exp_string($1.value, $1.length); variable
840 Expression_ptr s = script_exp_string($1.value, $1.length); variable
846 Expression_ptr s = script_exp_string($1.value, $1.length); variable
852 Expression_ptr s = script_exp_string($1.value, $1.length); variable
858 Expression_ptr s = script_exp_string($1.value, $1.length); variable
864 Expression_ptr s = script_exp_string($1.value, $1.length); variable
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
Dequ.s6 .equ s, -1 define
13 .equ s, %fs define
28 .equ s, -2 define
35 .equ s, gs define
54 .equ s, -3 define
/toolchain/binutils/binutils-2.27/gas/
Dsymbols.c120 char *s; in save_symbol_name() local
180 #define LOCAL_SYMBOL_CHECK(s) \ argument
1892 decode_local_label_name (char *s) in decode_local_label_name()
1933 S_GET_VALUE (symbolS *s) in S_GET_VALUE()
1961 S_SET_VALUE (symbolS *s, valueT val) in S_SET_VALUE()
1999 S_IS_FUNCTION (symbolS *s) in S_IS_FUNCTION()
2012 S_IS_EXTERNAL (symbolS *s) in S_IS_EXTERNAL()
2029 S_IS_WEAK (symbolS *s) in S_IS_WEAK()
2043 S_IS_WEAKREFR (symbolS *s) in S_IS_WEAKREFR()
2051 S_IS_WEAKREFD (symbolS *s) in S_IS_WEAKREFD()
[all …]
Dsb.c84 sb_add_sb (sb *ptr, sb *s) in sb_add_sb()
111 sb_scrub_and_add_sb (sb *ptr, sb *s) in sb_scrub_and_add_sb()
174 sb_add_string (sb *ptr, const char *s) in sb_add_string()
185 sb_add_buffer (sb *ptr, const char *s, size_t len) in sb_add_buffer()
/toolchain/binutils/binutils-2.27/zlib/
Ddeflate.c167 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) argument
181 #define INSERT_STRING(s, str, match_head) \ argument
186 #define INSERT_STRING(s, str, match_head) \ argument
196 #define CLEAR_HASH(s) \ argument
224 deflate_state *s; local
328 deflate_state *s; local
395 deflate_state *s; local
469 deflate_state *s; local
495 deflate_state *s; local
538 deflate_state *s; local
[all …]
Dtrees.c163 # define send_code(s, c, tree) send_bits(s, tree[c].Code, tree[c].Len) argument
167 # define send_code(s, c, tree) \ argument
176 #define put_short(s, w) { \ argument
188 local void send_bits(s, value, length) in send_bits() argument
213 #define send_bits(s, value, length) \ argument
381 void ZLIB_INTERNAL _tr_init(s) in _tr_init() argument
409 local void init_block(s) in init_block() argument
432 #define pqremove(s, tree, top) \ argument
453 local void pqdownheap(s, tree, k) in pqdownheap() argument
488 local void gen_bitlen(s, desc) in gen_bitlen() argument
[all …]
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-srec/
Dsr2.c7 fn1 (s) in fn1() argument
14 fn2 (s) in fn2() argument
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
Dpr12365c.c8 my_memcpy (void *d, const void *s, size_t n) in my_memcpy()
18 my_bcopy (const void *s, void *d, size_t n) in my_bcopy()
52 memcpy (void *d, const void *s, size_t n) in memcpy()
60 bcopy (const void *s, void *d, size_t n) in bcopy()
/toolchain/binutils/binutils-2.27/zlib/contrib/puff/
Dpuff.c126 local int bits(struct state *s, int need) in bits()
164 local int stored(struct state *s) in stored()
235 local int decode(struct state *s, const struct huffman *h) in decode()
263 local int decode(struct state *s, const struct huffman *h) in decode()
436 local int codes(struct state *s, in codes()
536 local int fixed(struct state *s) in fixed()
665 local int dynamic(struct state *s) in dynamic()
798 struct state s; /* input/output state */ in puff() local
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-tic6x/
Dreloc-overflow-abs16.s1 .globl s symbol
Dreloc-overflow-abs8.s1 .globl s symbol
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
Dalias.s103 .macro asimdshll s argument
/toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
Dunzip.c589 unz64_s *s; in unzOpenInternal() local
810 unz64_s* s; in unzClose() local
830 unz64_s* s; in unzGetGlobalInfo64() local
840 unz64_s* s; in unzGetGlobalInfo() local
890 unz64_s* s; in unz64local_GetCurrentFileInfoInternal() local
1181 unz64_s* s; in unzGoToFirstFile() local
1201 unz64_s* s; in unzGoToNextFile() local
1234 unz64_s* s; in unzLocateFile() local
1310 unz64_s* s; in unzGetFilePos64() local
1340 unz64_s* s; in unzGoToFilePos64() local
[all …]
/toolchain/binutils/binutils-2.27/libiberty/
Dindex.c18 index (const char *s, int c) in index()
Dstrchr.c19 strchr (register const char *s, int c) in strchr()
Drindex.c18 rindex (const char *s, int c) in rindex()
Dvsnprintf.c60 vsnprintf (char *s, size_t n, const char *format, va_list ap) in vsnprintf()
95 checkit (char *s, size_t n, const char *format, ...) in checkit()
Dxstrdup.c31 xstrdup (const char *s) in xstrdup()
/toolchain/binutils/binutils-2.27/zlib/contrib/iostream/
Dzfstream.h106 inline gzofstream &setcompressionlevel( gzofstream &s, int l ) in setcompressionlevel()
112 inline gzofstream &setcompressionstrategy( gzofstream &s, int l ) in setcompressionstrategy()
/toolchain/binutils/binutils-2.27/binutils/
Dsysinfo.y42 char *s; member
425 yyerror (char *s) in yyerror()
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/reloc/
Dlabelopbug.s3 s: label

12345678910>>...15