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

  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.cc 383 if (!map_section_by_name(".debug_info", &debug_info_)) {
405 if (!map_section_by_name(".debug_abbrev", &debug_abbrev_) ||
406 !map_section_by_name(".debug_ranges", &debug_ranges_) ||
407 !map_section_by_name(".debug_line", &debug_line_) ||
408 !map_section_by_name(".debug_str", &debug_str_)) {
462 bool ElfFileImpl<Elf_Addr, Elf_Off>::map_section_by_name( function in class:ElfFileImpl
elf_file.h 619 bool map_section_by_name(const char* name, ElfMappedSection* section);

Completed in 252 milliseconds