Searched refs:Dysymtab (Results 1 – 3 of 3) sorted by relevance
481 MachO::dysymtab_command Dysymtab = DysymtabOrErr.get(); in checkDysymtabCommand() local482 if (Dysymtab.cmdsize != sizeof(MachO::dysymtab_command)) in checkDysymtabCommand()486 if (Dysymtab.tocoff > FileSize) in checkDysymtabCommand()490 uint64_t BigSize = Dysymtab.ntoc; in checkDysymtabCommand()492 BigSize += Dysymtab.tocoff; in checkDysymtabCommand()498 if (Error Err = checkOverlappingElement(Elements, Dysymtab.tocoff, in checkDysymtabCommand()499 Dysymtab.ntoc * sizeof(struct in checkDysymtabCommand()503 if (Dysymtab.modtaboff > FileSize) in checkDysymtabCommand()507 BigSize = Dysymtab.nmodtab; in checkDysymtabCommand()518 BigSize += Dysymtab.modtaboff; in checkDysymtabCommand()[all …]
603 MachO::dysymtab_command Dysymtab = O->getDysymtabLoadCommand(); in PrintIndirectSymbolTable() local604 uint32_t nindirectsyms = Dysymtab.nindirectsyms; in PrintIndirectSymbolTable()626 MachO::dysymtab_command Dysymtab = O->getDysymtabLoadCommand(); in PrintIndirectSymbolTable() local627 uint32_t indirect_symbol = O->getIndirectSymbolTableEntry(Dysymtab, n + j); in PrintIndirectSymbolTable()976 const MachO::dysymtab_command Dysymtab = O->getDysymtabLoadCommand(); in PrintRelocations() local977 if (Dysymtab.nextrel != 0) { in PrintRelocations()978 outs() << "External relocation information " << Dysymtab.nextrel in PrintRelocations()985 if (Dysymtab.nlocrel != 0) { in PrintRelocations()987 Dysymtab.nlocrel); in PrintRelocations()3277 MachO::dysymtab_command Dysymtab = info->O->getDysymtabLoadCommand(); in GuessIndirectSymbol() local[all …]
70 def macho_dysymtab : FF<"macho-dysymtab", "Display Dysymtab command">, Group<grp_mach_o>;