Searched defs:UpdateSection (Results 1 – 3 of 3) sorted by relevance
236 enum Action : uint8_t { AddSection, UpdateSection }; enumerator309 TEST(UpdateSection, COFF) { in TEST() argument317 TEST(UpdateSection, ELF) { in TEST() argument325 TEST(UpdateSection, MachO) { in TEST() argument
658 auto UpdateSection = [&](StringRef Name, ArrayRef<uint8_t> Data) { in handleArgs() local
224 std::vector<NewSectionInfo> UpdateSection; member