reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
735 for (const auto &Load : O->load_commands()) { 737 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); 739 MachO::section_64 Sec = O->getSection64(Load, J); 761 PrintIndirectSymbolTable(O, verbose, n, count, stride, Sec.addr); 765 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); 767 MachO::section Sec = O->getSection(Load, J); 789 PrintIndirectSymbolTable(O, verbose, n, count, stride, Sec.addr);