Searched refs:customSections (Results 1 – 3 of 3) sorted by relevance
363 customSections.emplace_back(make<InputSection>(section, this)); in parse()364 customSections.back()->setRelocations(section.Relocations); in parse()365 customSectionsByIndex[sectionIndex] = customSections.back(); in parse()
142 std::vector<InputSection *> customSections; variable
119 for (InputSection *section : file->customSections) { in calculateCustomSections()741 for (auto &p : file->customSections) in scanRelocations()