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()
782 for (auto &InitSection : G.sections()) { in preserveInitSections() local784 if (!isInitializerSection(InitSection.getName())) in preserveInitSections()790 for (auto &Sym : InitSection.symbols()) { in preserveInitSections()800 for (auto *B : InitSection.blocks()) in preserveInitSections()
907 auto *InitSection = G.findSectionByName(InitSectionName); in preserveInitSections() local908 if (!InitSection) in preserveInitSections()914 for (auto &Sym : InitSection->symbols()) { in preserveInitSections()924 for (auto *B : InitSection->blocks()) in preserveInitSections()