Searched refs:UpdateSection (Results 1 – 5 of 5) sorted by relevance
656 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()657 auto UpdateSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { in handleArgs() local660 if (Error E = handleUserSection(NewSection, UpdateSection)) in handleArgs()
224 std::vector<NewSectionInfo> UpdateSection; member
248 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
424 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()
860 Config.UpdateSection)) in parseObjcopyOptions()