/toolchain/binutils/binutils-2.27/gas/config/ |
D | obj-aout.h | 42 #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
|
D | obj-multi.h | 44 #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
|
D | obj-elf.h | 100 #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
|
D | obj-evax.h | 76 #define S_GET_OTHER(S) 0 argument 77 #define S_GET_TYPE(S) 0 argument 78 #define S_GET_DESC(S) 0 argument
|
D | obj-macho.h | 42 #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
|
D | tc-moxie.h | 37 #define md_convert_frag(B, S, F) as_fatal (_("convert_frag\n")) argument
|
D | tc-ft32.h | 36 #define md_convert_frag(B, S, F) (as_fatal (_("convert_frag\n"))) argument
|
D | tc-pj.h | 39 #define md_convert_frag(B, S, F) as_fatal (_("convert_frag\n")) argument
|
D | obj-coff.h | 185 #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
|
D | tc-arm.h | 111 #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
|
D | tc-arc.h | 171 #define tc_frob_label(S) arc_frob_label (S) argument
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/ |
D | pr13066.cc | 3 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/ |
D | dual03.s | 31 S: label
|
/toolchain/binutils/binutils-2.27/libiberty/testsuite/ |
D | test-pexecute.c | 51 #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/ |
D | libiberty.h | 365 #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/ |
D | arc-plt.h | 46 #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
|
D | elf32-mep.c | 36 #define S complain_overflow_signed macro
|
/toolchain/binutils/binutils-2.27/libiberty/ |
D | safe-ctype.c | 154 #define S (const unsigned short) (nv|sp|bl|pr) /* space */ macro
|
/toolchain/binutils/binutils-2.27/include/coff/ |
D | z80.h | 38 #define COFF_ENCODE_ALIGNMENT(S,X) ((S).s_flags |= (((unsigned)(X)&0xF)<<8)) argument
|
/toolchain/binutils/binutils-2.27/gold/ |
D | arm-reloc-property.cc | 264 Pa("Pa"), S("S"), T("T"), TLS("TLS"), tp("tp"); in Arm_reloc_property_table() local
|
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | convex.h | 43 #define S 2 macro
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | tic80-opc.c | 550 #define S(x) ((x) << 11) macro
|
/toolchain/binutils/binutils-2.27/gas/ |
D | stabs.c | 132 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) aout_process_stab(W,S,T,O,D) argument
|
D | itbl-ops.c | 713 itbl_get_field (char **S) in itbl_get_field()
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/all/ |
D | test-gen.c | 286 #define get_bits_from_size(V,S) \ argument
|