/toolchain/binutils/binutils-2.25/gas/ |
D | stabs.c | 137 aout_process_stab (what, string, type, other, desc) in aout_process_stab() argument 138 int what; in aout_process_stab() 152 if (what == 's' || what == 'n') 179 s_stab_generic (int what, char *stab_secname, char *stabstr_secname) in s_stab_generic() argument 195 if (what != 's') in s_stab_generic() 214 as_warn (_(".stab%c: missing comma"), what); in s_stab_generic() 222 as_warn (_(".stab%c: missing comma"), what); in s_stab_generic() 230 as_warn (_(".stab%c: missing comma"), what); in s_stab_generic() 243 what, desc); in s_stab_generic() 245 if (what == 's' || what == 'n') in s_stab_generic() [all …]
|
D | hash.c | 448 char *what (); in main() 481 p = hash_find (h, name = what ("symbol")); in main() 500 p = hash_insert (h, name = what ("symbol"), value = what ("value")); in main() 508 p = hash_jam (h, name = what ("symbol"), value = what ("value")); in main() 520 p = hash_replace (h, name = what ("symbol"), value = what ("value")); in main() 532 p = hash_delete (h, name = what ("symbol")); in main() 543 what (description) in what() function
|
D | read.h | 192 extern void s_stab (int what); 196 extern void s_xstab (int what);
|
D | ecoff.h | 85 extern void ecoff_stab (segT sec, int what, const char *string,
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-coff-seh.c | 284 obj_coff_seh_32 (int what) in obj_coff_seh_32() argument 286 if (!verify_context_and_target ((what ? ".seh_32" : ".seh_no32"), in obj_coff_seh_32() 290 seh_ctx_cur->use_instruction_32 = (what ? 1 : 0); in obj_coff_seh_32() 297 obj_coff_seh_eh (int what ATTRIBUTE_UNUSED) in obj_coff_seh_eh() 313 obj_coff_seh_handler (int what ATTRIBUTE_UNUSED) in obj_coff_seh_handler() 389 obj_coff_seh_handlerdata (int what ATTRIBUTE_UNUSED) in obj_coff_seh_handlerdata() 411 obj_coff_seh_endproc (int what ATTRIBUTE_UNUSED) in obj_coff_seh_endproc() 426 obj_coff_seh_proc (int what ATTRIBUTE_UNUSED) in obj_coff_seh_proc() 470 obj_coff_seh_endprologue (int what ATTRIBUTE_UNUSED) in obj_coff_seh_endprologue() 574 obj_coff_seh_pushreg (int what ATTRIBUTE_UNUSED) in obj_coff_seh_pushreg() [all …]
|
D | tc-sh64.c | 1919 int what = GET_WHAT (fragP->fr_subtype); in shmedia_md_estimate_size_before_relax() local 1922 fragP->fr_subtype = C (what, SH64PCREL16); in shmedia_md_estimate_size_before_relax() 1926 int what = GET_WHAT (fragP->fr_subtype); in shmedia_md_estimate_size_before_relax() local 1932 fragP->fr_subtype = C (what, SH64PCREL32); in shmedia_md_estimate_size_before_relax() 1942 int what = GET_WHAT (fragP->fr_subtype); in shmedia_md_estimate_size_before_relax() local 1945 fragP->fr_subtype = C (what, SH64PCREL16); in shmedia_md_estimate_size_before_relax() 1949 int what = GET_WHAT (fragP->fr_subtype); in shmedia_md_estimate_size_before_relax() local 1955 fragP->fr_subtype = C (what, SH64PCREL64); in shmedia_md_estimate_size_before_relax() 1972 int what = GET_WHAT (fragP->fr_subtype); in shmedia_md_estimate_size_before_relax() local 1973 int what_high = what == MOVI_IMM_32 ? MOVI_32 : MOVI_64; in shmedia_md_estimate_size_before_relax() [all …]
|
D | obj-ecoff.h | 67 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \ argument 68 ecoff_stab ((seg), (what), (string), (type), (other), (desc))
|
D | obj-elf.h | 225 #define OBJ_PROCESS_STAB(seg, what, string, type, other, desc) \ argument 227 ecoff_stab ((seg), (what), (string), (type), (other), (desc))
|
D | tc-sh.c | 160 #define ENCODE_RELAX(what,length) (((what) << 4) + (length)) argument 2266 int what = (opcode->nibbles[1] & 4) ? COND_JUMP_DELAY : COND_JUMP; in build_relax() local 2268 md_relax_table[C (what, COND32)].rlx_length, in build_relax() 2269 md_relax_table[C (what, COND8)].rlx_length, in build_relax() 2270 C (what, 0), in build_relax() 4307 int what; in md_estimate_size_before_relax() local 4337 what = GET_WHAT (fragP->fr_subtype); in md_estimate_size_before_relax() 4344 fragP->fr_subtype = C (what, COND8); in md_estimate_size_before_relax() 4349 fragP->fr_subtype = C (what, UNDEF_WORD_DISP); in md_estimate_size_before_relax() 4354 fragP->fr_subtype = C (what, COND8); in md_estimate_size_before_relax() [all …]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | ldlex.l | 75 static void lex_warn_invalid (char *where, char *what); 700 lex_warn_invalid (char *where, char *what) 714 if (! ISPRINT (*what)) 716 sprintf (buf, "\\%03o", *(unsigned char *) what); 717 what = buf; 720 einfo ("%P:%S: ignoring invalid character `%s'%s\n", NULL, what, where);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ |
D | template | 8 # adjust it to do what you need. 34 # Now I just iterate over all the output lines, looking for what I want 64 # Did we find what we were looking for? If not, flunk it.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
D | symbols-6.s | 1 # now look at what happens when we append some indirects to the normal
|
D | symbols-6-64.s | 1 # now look at what happens when we append some indirects to the normal
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/ |
D | branch.s | 4 ; More branching instructions than you ever knew what to do with.
|
D | branch2.s | 4 ; More branching instructions than you ever knew what to do with.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | PORTING | 44 of what you need. The program gen-aout generates <target>.c for 50 similar existing file that includes aout-target.h, and fix what is wrong.)
|
D | libbfd.c | 1026 warn_deprecated (const char *what, in warn_deprecated() argument 1041 what, file, line, func); in warn_deprecated() 1043 fprintf (stderr, _("Deprecated %s called\n"), what); in warn_deprecated()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/ |
D | rd-tls-1.s | 2 ; First some expected uses, similar to what GCC will emit.
|
D | rd-tls-2.s | 2 ; First some expected uses, similar to what GCC will emit.
|
D | rd-pic-1.s | 2 ; First some expected uses, similar to what GCC will emit.
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | dllwrap.c | 347 run (const char *what, char *args) in run() argument 359 fprintf (stderr, "%s %s\n", what, args); in run() 369 argv[i++] = what; in run() 422 warn (_("%s exited with status %d"), what, WEXITSTATUS (wait_status)); in run()
|
/toolchain/binutils/binutils-2.25/include/aout/ |
D | stab.def | 85 /* Modula-2 compilation unit. Can someone say what info it contains? */ 99 /* Sun's source-code browser stabs. ?? Don't know what the fields are. 124 this entry is immediately followed by a CAUGHT stab saying what exception 192 /* Modula-2 scope information. Can someone say what info it contains? */
|
/toolchain/binutils/binutils-2.25/ |
D | ltgcc.m4 | 46 ## what you are doing...
|
/toolchain/binutils/binutils-2.25/bfd/doc/ |
D | chew.c | 142 find (str, what) in find() argument 144 char *what; 148 p = what; 154 p = what;
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | mmixelf.em | 23 # specific things. First include what we have in common with mmo.
|