Home
last modified time | relevance | path

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

12345678910>>...15

/toolchain/binutils/binutils-2.25/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.h131 #define ARM_GET_FLAG(s) (*symbol_get_tc (s)) argument
132 #define ARM_SET_FLAG(s,v) (*symbol_get_tc (s) |= (v)) argument
133 #define ARM_RESET_FLAG(s,v) (*symbol_get_tc (s) &= ~(v)) argument
139 #define ARM_IS_THUMB(s) (ARM_GET_FLAG (s) & ARM_FLAG_THUMB) argument
140 #define ARM_IS_INTERWORK(s) (ARM_GET_FLAG (s) & ARM_FLAG_INTERWORK) argument
146 #define THUMB_IS_FUNC(s) \ argument
153 #define ARM_IS_FUNC(s) \ argument
163 #define THUMB_IS_FUNC(s) ((s) && ARM_GET_FLAG (s) & THUMB_FLAG_FUNC) argument
164 #define ARM_IS_FUNC(s) (!THUMB_IS_FUNC (s) \ argument
168 #define ARM_SET_THUMB(s,t) ((t) ? ARM_SET_FLAG (s, ARM_FLAG_THUMB) : ARM_RESET_FLAG (s, AR… argument
[all …]
Dtc-tic54x.h88 #define md_parse_name(s,e,m,c) tic54x_parse_name(s,e) argument
90 #define md_undefined_symbol(s) tic54x_undefined_symbol(s) argument
105 #define md_estimate_size_before_relax(f,s) \ argument
109 #define md_relax_frag(seg, f,s) tic54x_relax_frag(f,s) argument
112 #define md_convert_frag(b,s,f) tic54x_convert_frag(b,s,f) argument
Dtc-z80.h51 #define md_convert_frag(b,s,f) as_fatal ("convert_frag called\n") argument
52 #define md_estimate_size_before_relax(f,s) \ argument
58 #define TC_CONS_FIX_NEW(f,w,s,e,r) z80_cons_fix_new ((f), (w), (s), (e)) argument
Dtc-dlx.h41 #define md_convert_frag(b,s,f) as_fatal ("convert_frag called\n") argument
42 #define md_estimate_size_before_relax(f,s) \ argument
/toolchain/binutils/binutils-2.25/gold/
Dyyscript.y815 Expression_ptr s = script_exp_string($1.value, $1.length); variable
821 Expression_ptr s = script_exp_string($1.value, $1.length); variable
827 Expression_ptr s = script_exp_string($1.value, $1.length); variable
833 Expression_ptr s = script_exp_string($1.value, $1.length); variable
839 Expression_ptr s = script_exp_string($1.value, $1.length); variable
845 Expression_ptr s = script_exp_string($1.value, $1.length); variable
851 Expression_ptr s = script_exp_string($1.value, $1.length); variable
857 Expression_ptr s = script_exp_string($1.value, $1.length); variable
Dstringpool.cc137 Stringpool_template<Stringpool_char>::string_hash(const Stringpool_char* s, in string_hash()
150 Stringpool_template<Stringpool_char>::add_string(const Stringpool_char* s, in add_string()
213 Stringpool_template<Stringpool_char>::add(const Stringpool_char* s, bool copy, in add()
241 Stringpool_template<Stringpool_char>::add_with_length(const Stringpool_char* s, in add_with_length()
310 Stringpool_template<Stringpool_char>::find(const Stringpool_char* s, in find()
458 const Stringpool_char* s, in get_offset_with_length()
/toolchain/binutils/binutils-2.25/gas/
Dsymbols.c120 char *s; in save_symbol_name() local
180 #define LOCAL_SYMBOL_CHECK(s) \ argument
1885 decode_local_label_name (char *s) in decode_local_label_name()
1926 S_GET_VALUE (symbolS *s) in S_GET_VALUE()
1954 S_SET_VALUE (symbolS *s, valueT val) in S_SET_VALUE()
1992 S_IS_FUNCTION (symbolS *s) in S_IS_FUNCTION()
2005 S_IS_EXTERNAL (symbolS *s) in S_IS_EXTERNAL()
2022 S_IS_WEAK (symbolS *s) in S_IS_WEAK()
2036 S_IS_WEAKREFR (symbolS *s) in S_IS_WEAKREFR()
2044 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.25/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.25/ld/testsuite/ld-srec/
Dsr2.c7 fn1 (s) in fn1() argument
14 fn2 (s) in fn2() argument
/toolchain/binutils/binutils-2.25/libiberty/
Dd-demangle.c63 string_need (string *s, int n) in string_need()
88 string_delete (string *s) in string_delete()
98 string_init (string *s) in string_init()
104 string_length (string *s) in string_length()
114 string_setlength (string *s, int n) in string_setlength()
123 string_append (string *p, const char *s) in string_append()
132 string_appendn (string *p, const char *s, int n) in string_appendn()
143 string_prependn (string *p, const char *s, int n) in string_prependn()
160 string_prepend (string *p, const char *s) in string_prepend()
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()
Dstrchr.c19 strchr (register const char *s, int c) in strchr()
Drindex.c18 rindex (const char *s, int c) in rindex()
Dindex.c18 index (const char *s, int c) in index()
Dstrrchr.c19 strrchr (register const char *s, int c) in strrchr()
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
Dreloc-overflow-abs16.s1 .globl s symbol
Dreloc-overflow-abs8.s1 .globl s symbol
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
Dalias.s103 .macro asimdshll s argument
/toolchain/binutils/binutils-2.25/binutils/
Dsysinfo.y42 char *s; member
425 yyerror (char *s) in yyerror()
Drclex.c65 char *s; member
142 const char *s = rclex_tok; in cpp_line() local
268 char *ret, *s; in handle_quotes() local
431 unichar *ret, *s; in handle_uniquotes() local
768 char *s; in yylex() local
Dnlmheader.y854 nlmlex_get_number (const char *s) in nlmlex_get_number()
886 nlmheader_warn (const char *s, int imax) in nlmheader_warn()
898 nlmheader_error (const char *s) in nlmheader_error()
907 string_list_cons (char *s, struct string_list *l) in string_list_cons()
933 string_list_append1 (struct string_list *l, char *s) in string_list_append1()
950 xstrdup (const char *s) in xstrdup()
/toolchain/binutils/binutils-2.25/ld/
Dldwrite.c335 clone_section (bfd *abfd, asection *s, const char *name, int *count) in clone_section()
405 ds (asection *s) in ds()
424 dump (char *s, asection *a1, asection *a2) in dump()
434 asection *s; in sanity_check() local

12345678910>>...15