Lines Matching refs:macho
98 InMemoryStruct<macho::RelocationEntry> RE; in DumpSectionData()
129 InMemoryStruct<macho::SegmentLoadCommand> SLC; in DumpSegmentCommand()
143 InMemoryStruct<macho::Section> Sect; in DumpSegmentCommand()
165 InMemoryStruct<macho::Segment64LoadCommand> SLC; in DumpSegment64Command()
179 InMemoryStruct<macho::Section64> Sect; in DumpSegment64Command()
216 InMemoryStruct<macho::SymtabLoadCommand> SLC; in DumpSymtabCommand()
239 InMemoryStruct<macho::Symbol64TableEntry> STE; in DumpSymtabCommand()
249 InMemoryStruct<macho::SymbolTableEntry> STE; in DumpSymtabCommand()
267 InMemoryStruct<macho::DysymtabLoadCommand> DLC; in DumpDysymtabCommand()
297 InMemoryStruct<macho::IndirectSymbolTableEntry> ISTE; in DumpDysymtabCommand()
315 InMemoryStruct<macho::LinkeditDataLoadCommand> LLC; in DumpLinkeditDataCommand()
344 case macho::LCT_Segment: in DumpLoadCommand()
347 case macho::LCT_Segment64: in DumpLoadCommand()
350 case macho::LCT_Symtab: in DumpLoadCommand()
353 case macho::LCT_Dysymtab: in DumpLoadCommand()
356 case macho::LCT_CodeSignature: in DumpLoadCommand()
357 case macho::LCT_SegmentSplitInfo: in DumpLoadCommand()
358 case macho::LCT_FunctionStarts: in DumpLoadCommand()