Home
last modified time | relevance | path

Searched refs:syms (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c52 static asymbol **syms; /* Symbol table. */ variable
126 syms = (asymbol **) xmalloc (storage); in slurp_symtab()
128 symcount = bfd_canonicalize_dynamic_symtab (abfd, syms); in slurp_symtab()
130 symcount = bfd_canonicalize_symtab (abfd, syms); in slurp_symtab()
169 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc - vma, in find_address_in_section()
191 found = bfd_find_nearest_line_discriminator (abfd, section, syms, pc, in find_offset_in_section()
381 if (syms != NULL) in process_file()
383 free (syms); in process_file()
384 syms = NULL; in process_file()