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

  /external/llvm/include/llvm/Support/
MachO.h 476 uint32_t nlocalsym; member in struct:llvm::MachO::dysymtab_command
507 uint32_t nlocalsym; member in struct:llvm::MachO::dylib_module
523 uint32_t nlocalsym; member in struct:llvm::MachO::dylib_module_64
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 856 if (dysymcmd->ilocalsym + dysymcmd->nlocalsym > symcmd->nsyms
868 dysymcmd->nextdefsym, dysymcmd->nlocalsym );
887 syms + dysymcmd->ilocalsym, dysymcmd->nlocalsym,
    [all...]

Completed in 67 milliseconds