Searched refs:UpdateSection (Results 1 – 5 of 5) sorted by relevance
221 SmallVector<NewSectionInfo, 0> UpdateSection; member
772 for (const NewSectionInfo &NewSection : Config.UpdateSection) { in handleArgs()773 auto UpdateSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { in handleArgs() local776 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()
964 Config.UpdateSection)) in parseObjcopyOptions()