HomeSort by relevance Sort by last modified time
    Searched refs:nextdefsym (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
MachO.h 474 uint32_t nextdefsym; member in struct:llvm::MachO::dysymtab_command
499 uint32_t nextdefsym; member in struct:llvm::MachO::dylib_module
515 uint32_t nextdefsym; member in struct:llvm::MachO::dylib_module_64
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 834 || dysymcmd->iextdefsym + dysymcmd->nextdefsym > symcmd->nsyms) {
845 dysymcmd->nextdefsym, dysymcmd->nlocalsym );
859 syms + dysymcmd->iextdefsym, dysymcmd->nextdefsym,
    [all...]

Completed in 45 milliseconds