Home
last modified time | relevance | path

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

/art/compiler/
Delf_stripper.cc75 Elf32_Shdr* string_section = elf_file->GetSectionNameStringSection(); in Strip()
/art/runtime/
Delf_file.h80 Elf32_Shdr* GetSectionNameStringSection() const;
Delf_file.cc221 Elf32_Shdr* shstrtab_section_header = GetSectionNameStringSection(); in Setup()
766 Elf32_Shdr* ElfFile::GetSectionNameStringSection() const { in GetSectionNameStringSection() function in art::ElfFile
1273 Elf32_Shdr* shstrtab_sec = GetSectionNameStringSection(); in FindSectionByName()