Searched refs:Dysymtab (Results 1 – 4 of 4) sorted by relevance
476 MachO::dysymtab_command Dysymtab = DysymtabOrErr.get(); in checkDysymtabCommand() local477 if (Dysymtab.cmdsize != sizeof(MachO::dysymtab_command)) in checkDysymtabCommand()481 if (Dysymtab.tocoff > FileSize) in checkDysymtabCommand()485 uint64_t BigSize = Dysymtab.ntoc; in checkDysymtabCommand()487 BigSize += Dysymtab.tocoff; in checkDysymtabCommand()493 if (Error Err = checkOverlappingElement(Elements, Dysymtab.tocoff, in checkDysymtabCommand()494 Dysymtab.ntoc * sizeof(struct in checkDysymtabCommand()498 if (Dysymtab.modtaboff > FileSize) in checkDysymtabCommand()502 BigSize = Dysymtab.nmodtab; in checkDysymtabCommand()513 BigSize += Dysymtab.modtaboff; in checkDysymtabCommand()[all …]
616 MachO::dysymtab_command Dysymtab = O.getDysymtabLoadCommand(); in findMachOIndirectCovFunctions() local630 for (uint32_t J = 0; J < Cnt && N + J < Dysymtab.nindirectsyms; J++) { in findMachOIndirectCovFunctions()632 O.getIndirectSymbolTableEntry(Dysymtab, N + J); in findMachOIndirectCovFunctions()
67 def macho_dysymtab : FF<"macho-dysymtab", "Display Dysymtab command">, Group<grp_mach_o>;
629 MachO::dysymtab_command Dysymtab = O->getDysymtabLoadCommand(); in PrintIndirectSymbolTable() local630 uint32_t nindirectsyms = Dysymtab.nindirectsyms; in PrintIndirectSymbolTable()652 MachO::dysymtab_command Dysymtab = O->getDysymtabLoadCommand(); in PrintIndirectSymbolTable() local653 uint32_t indirect_symbol = O->getIndirectSymbolTableEntry(Dysymtab, n + j); in PrintIndirectSymbolTable()1002 const MachO::dysymtab_command Dysymtab = O->getDysymtabLoadCommand(); in PrintRelocations() local1003 if (Dysymtab.nextrel != 0) { in PrintRelocations()1004 outs() << "External relocation information " << Dysymtab.nextrel in PrintRelocations()1011 if (Dysymtab.nlocrel != 0) { in PrintRelocations()1013 Dysymtab.nlocrel); in PrintRelocations()3315 MachO::dysymtab_command Dysymtab = info->O->getDysymtabLoadCommand(); in GuessIndirectSymbol() local[all …]