/toolchain/binutils/binutils-2.27/libiberty/ |
D | dyn-string.c | 184 dyn_string_copy (dyn_string_t dest, dyn_string_t src) in dyn_string_copy() 204 dyn_string_copy_cstr (dyn_string_t dest, const char *src) in dyn_string_copy_cstr() 223 dyn_string_prepend (dyn_string_t dest, dyn_string_t src) in dyn_string_prepend() 233 dyn_string_prepend_cstr (dyn_string_t dest, const char *src) in dyn_string_prepend_cstr() 244 dyn_string_insert (dyn_string_t dest, int pos, dyn_string_t src) in dyn_string_insert() 269 dyn_string_insert_cstr (dyn_string_t dest, int pos, const char *src) in dyn_string_insert_cstr() 364 dyn_string_substring (dyn_string_t dest, dyn_string_t src, in dyn_string_substring()
|
D | stpcpy.c | 39 stpcpy (char *dst, const char *src) in stpcpy()
|
D | mempcpy.c | 39 mempcpy (PTR dst, const PTR src, size_t len) in mempcpy()
|
D | memchr.c | 24 const unsigned char *src = (const unsigned char *)src_void; in memchr() local
|
D | stpncpy.c | 42 stpncpy (char *dst, const char *src, size_t len) in stpncpy()
|
D | bcopy.c | 15 bcopy (const void *src, void *dest, size_t len) in bcopy()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | nlmswap.h | 42 Nlm_External_Fixed_Header *src = (Nlm_External_Fixed_Header *) realsrc; in nlm_swap_fixed_header_in() local 99 Nlm_Internal_Fixed_Header *src, in nlm_swap_fixed_header_out()
|
D | elfcode.h | 180 const Elf_External_Sym *src = (const Elf_External_Sym *) psrc; in elf_swap_symbol_in() local 210 const Elf_Internal_Sym *src, in elf_swap_symbol_out() 237 const Elf_External_Ehdr *src, in elf_swap_ehdr_in() 265 const Elf_Internal_Ehdr *src, in elf_swap_ehdr_out() 304 const Elf_External_Shdr *src, in elf_swap_shdr_in() 331 const Elf_Internal_Shdr *src, in elf_swap_shdr_out() 352 const Elf_External_Phdr *src, in elf_swap_phdr_in() 377 const Elf_Internal_Phdr *src, in elf_swap_phdr_out() 403 const Elf_External_Rel *src = (const Elf_External_Rel *) s; in elf_swap_reloc_in() local 414 const Elf_External_Rela *src = (const Elf_External_Rela *) s; in elf_swap_reloca_in() local [all …]
|
D | pe-mips.c | 527 mips_swap_reloc_in (bfd * abfd, void * src, void * dst) in mips_swap_reloc_in() 555 mips_swap_reloc_out (bfd * abfd, void * src, void * dst) in mips_swap_reloc_out() 626 bfd_vma val, tmp, targ, src, low; in coff_pe_mips_relocate_section() local
|
D | coff64-rs6000.c | 594 const struct external_ldhdr *src = (const struct external_ldhdr *) s; in xcoff64_swap_ldhdr_in() local 611 xcoff64_swap_ldhdr_out (bfd *abfd, const struct internal_ldhdr *src, void *d) in xcoff64_swap_ldhdr_out() 632 const struct external_ldsym *src = (const struct external_ldsym *) s; in xcoff64_swap_ldsym_in() local 649 xcoff64_swap_ldsym_out (bfd *abfd, const struct internal_ldsym *src, void *d) in xcoff64_swap_ldsym_out() 665 struct external_reloc *src = (struct external_reloc *) s; in xcoff64_swap_reloc_in() local 679 struct internal_reloc *src = (struct internal_reloc *) s; in xcoff64_swap_reloc_out() local 695 const struct external_ldrel *src = (const struct external_ldrel *) s; in xcoff64_swap_ldrel_in() local 706 xcoff64_swap_ldrel_out (bfd *abfd, const struct internal_ldrel *src, void *d) in xcoff64_swap_ldrel_out()
|
D | elf64-mips.c | 2911 mips_elf64_swap_reloc_in (bfd *abfd, const Elf64_Mips_External_Rel *src, in mips_elf64_swap_reloc_in() 2926 mips_elf64_swap_reloca_in (bfd *abfd, const Elf64_Mips_External_Rela *src, in mips_elf64_swap_reloca_in() 2941 mips_elf64_swap_reloc_out (bfd *abfd, const Elf64_Mips_Internal_Rela *src, in mips_elf64_swap_reloc_out() 2955 mips_elf64_swap_reloca_out (bfd *abfd, const Elf64_Mips_Internal_Rela *src, in mips_elf64_swap_reloca_out() 2970 mips_elf64_be_swap_reloc_in (bfd *abfd, const bfd_byte *src, in mips_elf64_be_swap_reloc_in() 2993 mips_elf64_be_swap_reloca_in (bfd *abfd, const bfd_byte *src, in mips_elf64_be_swap_reloca_in() 3016 mips_elf64_be_swap_reloc_out (bfd *abfd, const Elf_Internal_Rela *src, in mips_elf64_be_swap_reloc_out() 3038 mips_elf64_be_swap_reloca_out (bfd *abfd, const Elf_Internal_Rela *src, in mips_elf64_be_swap_reloca_out()
|
D | tekhex.c | 272 char *src = *srcp; in getvalue() local 297 char *src = *srcp; in getsym() local 357 first_phase (bfd *abfd, int type, char *src, char * src_end) in first_phase() 519 char src[MAXCHUNK]; in pass_over() local
|
D | coff-tic30.c | 113 #define SWAP_OUT_RELOC_EXTRA(abfd, src, dst) dst->r_stuff[0] = 'S'; \ argument
|
D | coffswap.h | 215 coff_swap_reloc_in (bfd * abfd, void * src, void * dst) in coff_swap_reloc_in() 230 coff_swap_reloc_out (bfd * abfd, void * src, void * dst) in coff_swap_reloc_out() 252 coff_swap_filehdr_in (bfd * abfd, void * src, void * dst) in coff_swap_filehdr_in()
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-plugin/ |
D | lto-12c.c | 5 void *memcpy(void *dest, const void *src, size_t n) in memcpy()
|
D | pr12365c.c | 11 const char *src = (const char *) s; in my_memcpy() local 21 const char *src = (const char *) s; in my_bcopy() local
|
/toolchain/binutils/binutils-2.27/gas/config/ |
D | tc-z8k.c | 205 whatreg (unsigned int *preg, char *src) in whatreg() 246 parse_reg (char *src, int *mode, unsigned int *preg) in parse_reg() 429 char *src = *ptr; in get_ctrl_operand() local 470 char *src = *ptr; in get_flags_operand() local 517 char *src = *ptr; in get_interrupt_operand() local 607 char *src = *ptr; in get_cc_operand() local 632 char *src = *ptr; in get_operand() local 1178 char *src = buffer; in build_bytes() local
|
D | tc-h8300.c | 268 const char *src = p1->name; in md_begin() local 381 parse_reg (char *src, op_type *mode, unsigned int *reg, int direction) in parse_reg() 494 parse_exp (char *src, struct h8_op *op) in parse_exp() 514 skip_colonthing (char *src, int *mode) in skip_colonthing() 610 char *src = *ptr; in get_operand() local
|
D | bfin-parse.y | 70 #define LOGI2OP(dst, src, opc) \ argument 73 #define ALU2OP(dst, src, opc) \ argument 97 #define COMPI2OPD(dst, src, op) \ argument 100 #define COMPI2OPP(dst, src, op) \ argument 112 #define PTR2OP(dst, src, opc) \ argument 118 #define CCMV(src, dst, t) \ argument
|
/toolchain/binutils/binutils-2.27/bfd/doc/ |
D | chew.c | 209 overwrite_string (dst, src) in overwrite_string() argument 244 catstr (dst, src) in catstr() argument 252 skip_white_and_stars (src, idx) in skip_white_and_stars() argument 435 remove_noncomments (src, dst) in remove_noncomments() argument 1149 char *src; local
|
/toolchain/binutils/binutils-2.27/ld/ |
D | ldexp.c | 962 try_copy_symbol_type (struct bfd_link_hash_entry *h, etree_type *src) in try_copy_symbol_type() 1314 etree_type *src, in exp_assop() 1336 exp_assign (const char *dst, etree_type *src, bfd_boolean hidden) in exp_assign() 1344 exp_defsym (const char *dst, etree_type *src) in exp_defsym() 1352 exp_provide (const char *dst, etree_type *src, bfd_boolean hidden) in exp_provide()
|
/toolchain/binutils/binutils-2.27/gprof/ |
D | symtab.c | 81 Sym *src, *dst; in symtab_finalize() local
|
/toolchain/binutils/binutils-2.27/gas/ |
D | depend.c | 83 quote_string_for_make (FILE *file, const char *src) in quote_string_for_make()
|
/toolchain/binutils/binutils-2.27/intl/ |
D | l10nflist.c | 57 # define stpcpy(dest, src) __stpcpy(dest, src) argument 445 stpcpy (dest, src) in stpcpy() argument
|
/toolchain/binutils/binutils-2.27/opcodes/ |
D | pdp11-dis.c | 196 int src, dst; in print_insn_pdp11() local
|