Home
last modified time | relevance | path

Searched defs:string_section (Results 1 – 2 of 2) sorted by relevance

/art/compiler/
Delf_stripper.cc75 Elf32_Shdr* string_section = elf_file->GetSectionNameStringSection(); in Strip() local
/art/runtime/
Delf_file.cc862 Elf32_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName() local
906 Elf32_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName() local
936 const char* ElfFile::GetString(Elf32_Shdr& string_section, Elf32_Word i) const { in GetString()