Searched refs:string_section (Results 1 – 1 of 1) sorted by relevance
854 if (string_section == nullptr) { in FindSymbolByName()868 const char* name = GetString(*string_section, symbol->st_name); in FindSymbolByName()900 if (string_section == nullptr) { in FindSymbolByName()908 const char* name = GetString(*string_section, symbol->st_name); in FindSymbolByName()930 const char* ElfFileImpl<ElfTypes>::GetString(Elf_Shdr& string_section, in GetString() argument934 if (static_cast<Elf_Word>(SHT_STRTAB) != string_section.sh_type) { in GetString()937 if (i >= string_section.sh_size) { in GetString()943 uint8_t* strings = Begin() + string_section.sh_offset; in GetString()1409 Elf_Shdr* string_section = GetSectionNameStringSection(); in Strip() local1410 CHECK(string_section != nullptr); in Strip()[all …]