Searched refs:dyn_syms (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | nm.c | 1114 asymbol **dyn_syms = NULL; in display_rel_file() local 1121 dyn_syms = (asymbol **) minisyms; in display_rel_file() 1132 dyn_syms = (asymbol **) xmalloc (storage); in display_rel_file() 1133 dyn_count = bfd_canonicalize_dynamic_symtab (abfd, dyn_syms); in display_rel_file() 1140 dyn_count, dyn_syms, &synthsyms); in display_rel_file()
|
/toolchain/binutils/binutils-2.27/bfd/ |
D | elf64-ppc.c | 3228 long dyn_count, asymbol **dyn_syms, in ppc64_elf_get_synthetic_symtab() argument 3264 memcpy (syms + static_count, dyn_syms, (dyn_count + 1) * sizeof (*syms)); in ppc64_elf_get_synthetic_symtab() 3267 memcpy (syms, dyn_syms, (symcount + 1) * sizeof (*syms)); in ppc64_elf_get_synthetic_symtab() 3530 if (! (*slurp_relocs) (abfd, relplt, dyn_syms, TRUE)) in ppc64_elf_get_synthetic_symtab()
|