/toolchain/binutils/binutils-2.25/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 | tc-aarch64.h | 76 #define tc_frob_label(S) aarch64_frob_label (S) argument 79 #define tc_frob_fake_label(S) aarch64_frob_label (S) argument 94 #define TC_START_LABEL(C,S,STR) ((C) == ':' \ argument 207 #define MD_PCREL_FROM_SECTION(F,S) md_pcrel_from_section(F,S) 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-pj.h | 39 #define md_convert_frag(B, S, F) as_fatal (_("convert_frag\n")) argument
|
D | tc-arm.h | 110 #define tc_frob_label(S) arm_frob_label (S) argument 113 #define tc_frob_fake_label(S) arm_frob_label (S) argument 179 #define TC_START_LABEL(C,S,STR) (C == ':' || (C == '/' && arm_data_in_code ())) argument 336 #define MD_PCREL_FROM_SECTION(F,S) md_pcrel_from_section(F,S) 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-nds32.h | 134 #define TC_START_LABEL(C, S, STR) (C == ':' && nds32_start_label (0, 0)) argument
|
/toolchain/binutils/binutils-2.25/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.25/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.25/gas/testsuite/gas/i860/ |
D | dual03.s | 31 S: label
|
/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 361 #define XALLOCAVAR(T, S) ((T *) alloca ((S))) argument 362 #define XNEWVAR(T, S) ((T *) xmalloc ((S))) argument 363 #define XCNEWVAR(T, S) ((T *) xcalloc (1, (S))) argument 365 #define XRESIZEVAR(T, P, S) ((T *) xrealloc ((P), (S))) argument 371 #define XOBNEWVAR(O, T, S) ((T *) obstack_alloc ((O), (S))) argument
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | safe-ctype.c | 154 #define S (const unsigned short) (nv|sp|bl|pr) /* space */ macro
|
/toolchain/binutils/binutils-2.25/include/coff/ |
D | z80.h | 38 #define COFF_ENCODE_ALIGNMENT(S,X) ((S).s_flags |= (((unsigned)(X)&0xF)<<8)) argument
|
/toolchain/binutils/binutils-2.25/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.25/include/opcode/ |
D | convex.h | 43 #define S 2 macro
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | tic80-opc.c | 555 #define S(x) ((x) << 11) macro
|
D | aarch64-dis.c | 717 uint32_t N, R, S; in aarch64_ext_limm() local 842 aarch64_insn S, value; in aarch64_ext_addr_regoff() local
|
/toolchain/binutils/binutils-2.25/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 | 716 itbl_get_field (char **S) in itbl_get_field()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | elf32-mep.c | 36 #define S complain_overflow_signed macro
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
D | test-gen.c | 286 #define get_bits_from_size(V,S) \ argument
|