HomeSort by: relevance | last modified time | path
    Searched refs:DysymtabLoadCmd (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 462 const char **DysymtabLoadCmd,
467 if (*DysymtabLoadCmd != nullptr)
588 *DysymtabLoadCmd = Load.Ptr;
1339 if ((Err = checkDysymtabCommand(*this, Load, I, &DysymtabLoadCmd,
1621 if (DysymtabLoadCmd) {
1626 } else if (DysymtabLoadCmd) {
1630 getStruct<MachO::dysymtab_command>(*this, DysymtabLoadCmd);
2102 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand();
2106 Ret.d.b = DysymtabLoadCmd.nextrel; // Index into the external relocations
2119 MachO::dysymtab_command DysymtabLoadCmd = getDysymtabLoadCommand()
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 674 const char *DysymtabLoadCmd = nullptr;

Completed in 18 milliseconds