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

  /toolchain/binutils/binutils-2.25/include/mach-o/
external.h 208 unsigned char nlocalsym[4]; /* Number of. */ member in struct:mach_o_dysymtab_command_external
235 unsigned char nlocalsym[4]; member in struct:mach_o_dylib_module_external
253 unsigned char nlocalsym[4]; member in struct:mach_o_dylib_module_64_external
  /toolchain/binutils/binutils-2.25/bfd/
mach-o.h 206 unsigned long nlocalsym; member in struct:bfd_mach_o_dylib_module
277 unsigned long nlocalsym; /* Number of local symbols. */ member in struct:bfd_mach_o_dysymtab_command
mach-o.c     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 469 uint32_t nlocalsym; member in struct:llvm::MachO::dysymtab_command
500 uint32_t nlocalsym; member in struct:llvm::MachO::dylib_module
516 uint32_t nlocalsym; member in struct:llvm::MachO::dylib_module_64
  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 169 @ CHECK: nlocalsym: 3
darwin-Thumb-reloc.s 131 @ CHECK: nlocalsym: 0
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c     [all...]
  /external/llvm/include/llvm/Support/
MachO.h 682 uint32_t nlocalsym; member in struct:llvm::MachO::dysymtab_command
713 uint32_t nlocalsym; member in struct:llvm::MachO::dylib_module
729 uint32_t nlocalsym; member in struct:llvm::MachO::dylib_module_64
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
od-macho.c 445 dysymtab->ilocalsym, dysymtab->nlocalsym);
447 dysymtab->ilocalsym + dysymtab->nlocalsym);
515 module->ilocalsym, module->nlocalsym);
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 399 if (Dysymtab.nlocalsym != 0 && Dysymtab.ilocalsym > Symtab.nsyms) {
405 BigSize += Dysymtab.nlocalsym;
406 if (Dysymtab.nlocalsym != 0 && BigSize > Symtab.nsyms) {
407 Err = malformedError("ilocalsym plus nlocalsym in LC_DYSYMTAB load "
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 131 nlocalsym uint32
274 c.dsym.nlocalsym = e4(p[12:])
macho.go 767 ml.data[1] = uint32(nkind[SymKindLocal]) /* nlocalsym */
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 131 nlocalsym uint32
274 c.dsym.nlocalsym = e4(p[12:])
macho.go 767 ml.data[1] = uint32(nkind[SymKindLocal]) /* nlocalsym */
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 290 IO.mapRequired("nlocalsym", LoadCommand.nlocalsym);
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 751 W.printNumber("nlocalsym", DLC.nlocalsym);
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 587 milliseconds