Home
last modified time | relevance | path

Searched defs:S (Results 1 – 25 of 40) sorted by relevance

12

/toolchain/binutils/binutils-2.27/gas/config/
Dobj-aout.h42 #define S_SET_OTHER(S,V) \ argument
44 #define S_SET_TYPE(S,T) \ argument
46 #define S_SET_DESC(S,D) \ argument
48 #define S_GET_OTHER(S) \ argument
50 #define S_GET_TYPE(S) \ argument
52 #define S_GET_DESC(S) \ argument
57 #define obj_frob_symbol(S,PUNT) obj_aout_frob_symbol (S, &PUNT) argument
Dobj-multi.h44 #define obj_frob_symbol(S,P) \ argument
78 #define obj_symbol_new_hook(S) \ argument
101 #define S_SET_SIZE(S, N) \ argument
109 #define S_SET_ALIGN(S, N) \ argument
117 #define S_SET_OTHER(S, O) \ argument
125 #define S_SET_DESC(S, D) \ argument
133 #define S_SET_TYPE(S, T) \ argument
143 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) \ argument
151 #define INIT_STAB_SECTION(S) \ argument
Dobj-elf.h100 #define S_GET_SIZE(S) \ argument
104 #define S_SET_SIZE(S,V) \ argument
109 #define S_GET_ALIGN(S) \ argument
113 #define S_SET_ALIGN(S,V) \ argument
119 #define S_GET_OTHER(S) (elf_s_get_other (S)) argument
122 #define S_SET_OTHER(S,V) \ argument
Dobj-evax.h76 #define S_GET_OTHER(S) 0 argument
77 #define S_GET_TYPE(S) 0 argument
78 #define S_GET_DESC(S) 0 argument
Dobj-macho.h42 #define S_SET_ALIGN(S,V) do {\ argument
79 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) obj_mach_o_process_stab(W,S,T,O,D) argument
Dtc-moxie.h37 #define md_convert_frag(B, S, F) as_fatal (_("convert_frag\n")) argument
Dtc-ft32.h36 #define md_convert_frag(B, S, F) (as_fatal (_("convert_frag\n"))) argument
Dtc-pj.h39 #define md_convert_frag(B, S, F) as_fatal (_("convert_frag\n")) argument
Dobj-coff.h185 #define SYM_AUXENT(S) \ argument
187 #define SYM_AUXINFO(S) \ argument
308 #define obj_frob_symbol(S,P) coff_frob_symbol (S, & P) argument
309 #define obj_frob_section(S) coff_frob_section (S) argument
Dtc-arm.h111 #define tc_frob_label(S) arm_frob_label (S) argument
114 #define tc_frob_fake_label(S) arm_frob_label (S) argument
354 #define MD_PCREL_FROM_SECTION(F,S) md_pcrel_from_section(F,S) argument
Dtc-arc.h171 #define tc_frob_label(S) arc_frob_label (S) argument
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/
Dpr13066.cc3 template <typename V> struct S struct
6 __attribute__ ((noinline)) S (void) { f = 0, l = 0; } in S() argument
7 void foo (V *x) in foo()
34 S <H> k; argument
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i860/
Ddual03.s31 S: label
/toolchain/binutils/binutils-2.27/libiberty/testsuite/
Dtest-pexecute.c51 #define WIFSIGNALED(S) (((S) & 0xff) != 0 && ((S) & 0xff) != 0x7f) argument
54 #define WTERMSIG(S) ((S) & 0x7f) argument
57 #define WIFEXITED(S) (((S) & 0xff) == 0) argument
60 #define WEXITSTATUS(S) (((S) & 0xff00) >> 8) argument
66 #define WCOREDUMP(S) ((S) & WCOREFLG) argument
/toolchain/binutils/binutils-2.27/include/
Dlibiberty.h365 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) argument
366 #define XNEWVAR(T, S) ((T *) xmalloc ((S))) argument
367 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S))) argument
369 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument
375 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S))) argument
/toolchain/binutils/binutils-2.27/bfd/
Darc-plt.h46 #define IS_RELATIVE(S) ((S & (RELATIVE | RELATIVE_INSN_24 | RELATIVE_INSN_32)) != 0) argument
47 #define IS_INSN_32(S) ((S & RELATIVE_INSN_32) != 0) argument
48 #define IS_INSN_24(S) ((S & RELATIVE_INSN_24) != 0) argument
49 #define IS_MIDDLE_ENDIAN(S) ((S & MIDDLE_ENDIAN) != 0) argument
50 #define SYM_ONLY(S) (S & 0xFF) argument
Delf32-mep.c36 #define S complain_overflow_signed macro
/toolchain/binutils/binutils-2.27/libiberty/
Dsafe-ctype.c154 #define S (const unsigned short) (nv|sp|bl|pr) /* space */ macro
/toolchain/binutils/binutils-2.27/include/coff/
Dz80.h38 #define COFF_ENCODE_ALIGNMENT(S,X) ((S).s_flags |= (((unsigned)(X)&0xF)<<8)) argument
/toolchain/binutils/binutils-2.27/gold/
Darm-reloc-property.cc264 Pa("Pa"), S("S"), T("T"), TLS("TLS"), tp("tp"); in Arm_reloc_property_table() local
/toolchain/binutils/binutils-2.27/include/opcode/
Dconvex.h43 #define S 2 macro
/toolchain/binutils/binutils-2.27/opcodes/
Dtic80-opc.c550 #define S(x) ((x) << 11) macro
/toolchain/binutils/binutils-2.27/gas/
Dstabs.c132 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) aout_process_stab(W,S,T,O,D) argument
Ditbl-ops.c713 itbl_get_field (char **S) in itbl_get_field()
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/
Dtest-gen.c286 #define get_bits_from_size(V,S) \ argument

12