Searched refs:ObjSection (Results 1 – 2 of 2) sorted by relevance
104 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local105 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()107 ObjSection.getName(NewYAMLSection.Name); in dumpSections()109 NewYAMLSection.Header.VirtualAddress = ObjSection.getAddress(); in dumpSections()111 NewYAMLSection.Alignment = ObjSection.getAlignment(); in dumpSections()115 if (!ObjSection.isBSS()) in dumpSections()120 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()
145 for (const auto &ObjSection : Obj.sections()) { in dumpSections() local146 const object::coff_section *COFFSection = Obj.getCOFFSection(ObjSection); in dumpSections()148 ObjSection.getName(NewYAMLSection.Name); in dumpSections()150 NewYAMLSection.Header.VirtualAddress = ObjSection.getAddress(); in dumpSections()167 if (!ObjSection.isBSS()) in dumpSections()183 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()