Lines Matching refs:mach_o
1931 MachO mach_o(&zone);1932 Writer w(&mach_o);1934 mach_o.AddSection(new(&zone) MachOTextSection(kCodeAlignment,1938 CreateDWARFSections(desc, &zone, &mach_o);1940 mach_o.Write(&w, desc->CodeStart(), desc->CodeSize());