Searched refs:section_contents (Results 1 – 2 of 2) sorted by relevance
164 std::string section_contents; in SplitSections() local181 section_contents += "\n"; in SplitSections()187 section_contents); in SplitSections()189 section_contents = ""; in SplitSections()202 section_contents += line + "\n"; in SplitSections()206 section_contents); in SplitSections()
67 string section_contents, table_contents; in ProcessSection() local68 section.GetContents(§ion_contents); in ProcessSection()71 bool ret = ELFSymbolsToModule(reinterpret_cast<const uint8_t*>(section_contents.data()), in ProcessSection()72 section_contents.size(), in ProcessSection()85 string section_contents; member in ELFSymbolsToModuleTestFixture