Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/unittest/
DIceELFSectionTest.cpp38 size_t strtab_size = std::string(".strtab").size(); in CheckStringTablePermLayout() local
49 EXPECT_NE(strtab_index, shstrtab_index + (shstrtab_size - strtab_size)); in CheckStringTablePermLayout()
66 Strtab.getSectionData().slice(strtab_index, strtab_index + strtab_size), in CheckStringTablePermLayout()