Home
last modified time | relevance | path

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

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