Searched refs:InitSection (Results 1 – 3 of 3) sorted by relevance
99 for (XCOFFYAML::Section &InitSection : InitSections) { in initRelocations()100 if (!InitSection.Relocations.empty()) { in initRelocations()101 InitSection.NumberOfRelocations = InitSection.Relocations.size(); in initRelocations()102 InitSection.FileOffsetToRelocations = CurrentOffset; in initRelocations()105 CurrentOffset += InitSection.NumberOfRelocations * RelSize; in initRelocations()
781 for (auto &InitSection : G.sections()) { in preserveInitSections() local783 if (!isInitializerSection(InitSection.getName())) in preserveInitSections()789 for (auto &Sym : InitSection.symbols()) { in preserveInitSections()799 for (auto *B : InitSection.blocks()) in preserveInitSections()
703 auto *InitSection = G.findSectionByName(InitSectionName); in preserveInitSections() local704 if (!InitSection) in preserveInitSections()710 for (auto &Sym : InitSection->symbols()) { in preserveInitSections()720 for (auto *B : InitSection->blocks()) in preserveInitSections()