Searched refs:VerneedV (Results 1 – 7 of 7) sorted by relevance
1076 if (!Section.VerneedV) in writeSectionContent()1080 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()1081 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()1086 if (I == Section.VerneedV->size() - 1) in writeSectionContent()1111 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()1385 if (VerNeed->VerneedV) { in finalizeStrings()1386 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
1094 IO.mapOptional("Dependencies", Section.VerneedV); in sectionMapping()1449 if (VD->VerneedV && VD->Content) in validate()
1530 if (!Section.VerneedV) in writeSectionContent()1534 for (size_t I = 0; I < Section.VerneedV->size(); ++I) { in writeSectionContent()1535 const ELFYAML::VerneedEntry &VE = (*Section.VerneedV)[I]; in writeSectionContent()1540 if (I == Section.VerneedV->size() - 1) in writeSectionContent()1565 SHeader.sh_size = Section.VerneedV->size() * sizeof(Elf_Verneed) + in writeSectionContent()1872 if (VerNeed->VerneedV) { in finalizeStrings()1873 for (const ELFYAML::VerneedEntry &VE : *VerNeed->VerneedV) { in finalizeStrings()
1215 IO.mapOptional("Dependencies", Section.VerneedV); in sectionMapping()
395 Optional<std::vector<VerneedEntry>> VerneedV; member401 return {{"Dependencies", VerneedV.hasValue()}}; in getEntries()
332 Optional<std::vector<VerneedEntry>> VerneedV; member
1402 S->VerneedV.emplace(); in dumpVerneedSection()1430 S->VerneedV->push_back(Entry); in dumpVerneedSection()