Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/unittest/
DIceELFSectionTest.cpp40 size_t shstrtab_size = std::string(".shstrtab").size(); in CheckStringTablePermLayout() local
49 EXPECT_NE(strtab_index, shstrtab_index + (shstrtab_size - strtab_size)); in CheckStringTablePermLayout()
69 shstrtab_index + shstrtab_size), in CheckStringTablePermLayout()
/external/elfutils/src/
Delfcompress.c670 size_t shstrtab_size = 0; in process_file() local
763 shstrtab_size = size; in process_file()
819 shstrtab_size = size; in process_file()
1076 shstrtab_size = shdr->sh_size; in process_file()
1086 if (compress_section (scn, shstrtab_size, shstrtab_name, in process_file()