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

  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 216 unsigned char nmodtab[4]; member in struct:mach_o_dysymtab_command_external
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 177 @ CHECK: nmodtab: 0
darwin-Thumb-reloc.s 139 @ CHECK: nmodtab: 0
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 302 unsigned long nmodtab; /* Number of module table entries. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 461 dysymtab->modtaboff, dysymtab->nmodtab);
463 dysymtab->modtaboff + dysymtab->nmodtab
495 else if (dysymtab->nmodtab > 0)
501 for (i = 0; i < dysymtab->nmodtab; i++)
548 && toc->module_index < dysymtab->nmodtab)
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 732 uint32_t nmodtab; member in struct:llvm::MachO::dysymtab_command
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 754 W.printNumber("nmodtab", DLC.nmodtab);
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 472 milliseconds