HomeSort by relevance Sort by last modified time
    Searched full:nlocalsym (Results 26 - 50 of 65) sorted by null

12 3

  /external/llvm/test/MC/MachO/ARM/
darwin-ARM-reloc.s 169 @ CHECK: nlocalsym: 3
  /external/llvm/test/MC/MachO/
absolutize.s 180 // CHECK: nlocalsym: 4
indirect-symbols.s 202 // CHECK: nlocalsym: 4
tlv-reloc.s 174 // CHECK: nlocalsym: 1
weakdef.s 138 // CHECK-NEXT: nlocalsym: 0
symbol-indirect.s 299 // CHECK: nlocalsym: 2
tls.s 273 // CHECK: nlocalsym: 2
variable-exprs.s 236 // CHECK-I386: nlocalsym: 7
445 // CHECK-X86_64: nlocalsym: 7
darwin-x86_64-diff-relocs.s 300 // CHECK: nlocalsym: 5
darwin-x86_64-reloc-offsets.s 274 // CHECK: nlocalsym: 1
symbol-flags.s 390 // CHECK: nlocalsym: 8
x86_32-optimal_nop.s 271 // CHECK: nlocalsym: 1
  /external/llvm/test/tools/llvm-objdump/X86/
macho-private-headers.test 103 CHECK: nlocalsym 2
300 EXE: nlocalsym 0
523 NON_VERBOSE: nlocalsym 2
  /external/llvm/include/llvm/Support/
MachO.h 724 uint32_t nlocalsym; member in struct:llvm::MachO::dysymtab_command
755 uint32_t nlocalsym; member in struct:llvm::MachO::dylib_module
771 uint32_t nlocalsym; member in struct:llvm::MachO::dylib_module_64
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 746 W.printNumber("nlocalsym", DLC.nlocalsym);
  /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/valgrind/coregrind/m_debuginfo/
readmacho.c     [all...]
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldmacho.go 131 nlocalsym uint32
274 c.dsym.nlocalsym = e4(p[12:])
macho.go 730 ml.data[1] = uint32(nkind[SymKindLocal]) /* nlocalsym */
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
ldmacho.go 128 nlocalsym uint32
271 c.dsym.nlocalsym = e4(p[12:])
macho.go 727 ml.data[1] = uint32(nkind[SymKindLocal]) /* nlocalsym */
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
ldmacho.go 131 nlocalsym uint32
274 c.dsym.nlocalsym = e4(p[12:])
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
ldmacho.go 128 nlocalsym uint32
271 c.dsym.nlocalsym = e4(p[12:])
  /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...]

Completed in 744 milliseconds

12 3