Searched refs:strtab_size (Results 1 – 2 of 2) sorted by relevance
38 size_t strtab_size = std::string(".strtab").size(); in CheckStringTablePermLayout() local49 EXPECT_NE(strtab_index, shstrtab_index + (shstrtab_size - strtab_size)); in CheckStringTablePermLayout()66 Strtab.getSectionData().slice(strtab_index, strtab_index + strtab_size), in CheckStringTablePermLayout()
614 const uint32_t strtab_size = symtab_data.GetU32(&offset); in GetSymtab() local615 if (strtab_size > 0) { in GetSymtab()617 m_coff_header.symoff + symbol_data_size, strtab_size); in GetSymtab()