Searched refs:ObjSection (Results 1 – 1 of 1) 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()114 if (!ObjSection.isBSS()) in dumpSections()119 for (const auto &Reloc : ObjSection.relocations()) { in dumpSections()