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

  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 210 unsigned char nextdefsym[4]; member in struct:mach_o_dysymtab_command_external
231 unsigned char nextdefsym[4]; member in struct:mach_o_dylib_module_external
249 unsigned char nextdefsym[4]; member in struct:mach_o_dylib_module_64_external
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 192 unsigned long nextdefsym; member in struct:bfd_mach_o_dylib_module
279 unsigned long nextdefsym; /* Number of externally defined symbols. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c     [all...]
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 171 @ CHECK: nextdefsym: 0
darwin-Thumb-reloc.s 133 @ CHECK: nextdefsym: 1
  /external/llvm/include/llvm/Support/
MachO.h 726 uint32_t nextdefsym; member in struct:llvm::MachO::dysymtab_command
751 uint32_t nextdefsym; member in struct:llvm::MachO::dylib_module
767 uint32_t nextdefsym; member in struct:llvm::MachO::dylib_module_64
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 449 dysymtab->iextdefsym, dysymtab->nextdefsym);
451 dysymtab->iextdefsym + dysymtab->nextdefsym);
511 module->iextdefsym, module->nextdefsym);
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 748 W.printNumber("nextdefsym", DLC.nextdefsym);
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 1177 milliseconds