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

  /external/lldb/source/Core/
Section.cpp 457 SectionList::FindSectionByType (SectionType sect_type, bool check_children, size_t start_idx) const
470 sect_sp = m_sections[idx]->GetChildren().FindSectionByType (sect_type, check_children, 0);
  /art/runtime/
elf_file.cc 739 Elf32_Shdr* ElfFile::FindSectionByType(Elf32_Word type) const {
858 Elf32_Shdr* symbol_section = FindSectionByType(section_type);
902 Elf32_Shdr* symbol_section = FindSectionByType(section_type);
    [all...]

Completed in 66 milliseconds