HomeSort by relevance Sort by last modified time
    Searched refs:ext_copy (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
ecoffswap.h 99 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern)
103 *ext = *(struct hdr_ext *) ext_copy;
182 ecoff_swap_fdr_in (bfd *abfd, void * ext_copy, FDR *intern)
186 *ext = *(struct fdr_ext *) ext_copy;
319 ecoff_swap_pdr_in (bfd *abfd, void * ext_copy, PDR *intern)
323 *ext = *(struct pdr_ext *) ext_copy;
441 ecoff_swap_sym_in (bfd *abfd, void * ext_copy, SYMR *intern)
445 *ext = *(struct sym_ext *) ext_copy;
545 ecoff_swap_ext_in (bfd *abfd, void * ext_copy, EXTR *intern)
549 *ext = *(struct ext_ext *) ext_copy;
    [all...]
ecofflink.c 45 _bfd_ecoff_swap_tir_in (int bigend, const struct tir_ext *ext_copy,
50 *ext = *ext_copy; /* Make it reasonable to do in-place. */
162 const struct rndx_ext *ext_copy,
167 *ext = *ext_copy; /* Make it reasonable to do in-place. */
    [all...]
  /art/openjdkjvmti/
ti_class.cc 1117 JvmtiUniquePtr<char[]> ext_copy; local
    [all...]

Completed in 2094 milliseconds