Home
last modified time | relevance | path

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

/ndk/sources/host-tools/ndk-stack/binutils/
Daddr2line.c337 process_file (const char *file_name, const char *section_name, in process_file() argument
368 if (section_name != NULL) in process_file()
370 section = bfd_get_section_by_name (abfd, section_name); in process_file()
372 fatal (_("%s: cannot find section %s"), file_name, section_name); in process_file()
400 const char *section_name; in addr2line_main() local
422 section_name = NULL; in addr2line_main()
476 section_name = optarg; in addr2line_main()
490 return process_file (file_name, section_name, target); in addr2line_main()