Searched defs:string_section (Results 1 – 2 of 2) sorted by relevance
75 Elf32_Shdr* string_section = elf_file->GetSectionNameStringSection(); in Strip() local
862 Elf32_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName() local906 Elf32_Shdr* string_section = GetSectionHeader(symbol_section->sh_link); in FindSymbolByName() local936 const char* ElfFile::GetString(Elf32_Shdr& string_section, Elf32_Word i) const { in GetString()