Searched refs:UpdateSection (Results 1 – 5 of 5) sorted by relevance
227 std::vector<NewSectionInfo> UpdateSection; member
673 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()674 auto UpdateSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { in handleArgs() local677 if (Error E = handleUserSection(NewSection, UpdateSection)) in handleArgs()
278 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
435 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
858 Config.UpdateSection)) in parseObjcopyOptions()