HomeSort by relevance Sort by last modified time
    Searched full:nsyms (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /external/llvm/test/tools/llvm-objdump/AArch64/
macho-private-headers.test 55 CHECK: nsyms 5
239 EXE: nsyms 4
  /external/llvm/test/tools/llvm-objdump/ARM/
macho-private-headers.test 102 CHECK: nsyms 2
273 EXE: nsyms 5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stab.def 52 __define_stab (N_NSYMS, 0x32, "NSYMS")
207 | 30 PC | 32 NSYMS | 34 NOMAP | 36 |
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stab.def 52 __define_stab (N_NSYMS, 0x32, "NSYMS")
207 | 30 PC | 32 NSYMS | 34 NOMAP | 36 |
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
plugin-api.h 210 (*ld_plugin_add_symbols) (void *handle, int nsyms,
235 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
  /toolchain/binutils/binutils-2.27/include/
plugin-api.h 210 (*ld_plugin_add_symbols) (void *handle, int nsyms,
235 (*ld_plugin_get_symbols) (const void *handle, int nsyms,
  /external/llvm/test/ObjectYAML/MachO/
export_trie.yaml 73 nsyms: 30
out_of_order_linkedit.yaml 73 nsyms: 30
sections.yaml 183 nsyms: 30
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
darwin-ARM-reloc.s 108 @ CHECK: ('nsyms', 4)
darwin-Thumb-reloc.s 92 @ CHECK: ('nsyms', 2)
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
absolutize.s 150 // CHECK: ('nsyms', 4)
indirect-symbols.s 97 // CHECK: ('nsyms', 6)
pcrel-to-other-section.s 68 // CHECK-NEXT: ('nsyms', 1)
symbol-diff.s 75 // CHECK-NEXT: ('nsyms', 2)
tlv-reloc.s 111 // CHECK: ('nsyms', 4)
weakdef.s 94 // CHECK-NEXT: ('nsyms', 2)
symbols-1.s 59 // CHECK-X86_32: ('nsyms', 9)
207 // CHECK-X86_64: ('nsyms', 9)
reloc.s 181 // CHECK: ('nsyms', 10)
symbol-flags.s 118 // CHECK: ('nsyms', 24)
symbol-indirect.s 137 // CHECK: ('nsyms', 10)
tls.s 167 // CHECK: ('nsyms', 9)
  /external/elfutils/src/
nm.c 743 GElf_SymX *syms, size_t nsyms, int longest_name,
806 for (cnt = 1; cnt < nsyms; ++cnt)
925 GElf_SymX *syms, size_t nsyms)
938 for (size_t cnt = 0; cnt < nsyms; ++cnt)
1057 size_t nsyms)
1070 for (size_t cnt = 0; cnt < nsyms; ++cnt)
    [all...]
  /toolchain/binutils/binutils-2.27/bfd/
mach-o.c 747 return mdata->symtab->nsyms;
753 long nsyms = bfd_mach_o_count_symbols (abfd); local
755 return ((nsyms + 1) * sizeof (asymbol *));
762 long nsyms = bfd_mach_o_count_symbols (abfd); local
766 if (nsyms < 0)
767 return nsyms;
769 if (nsyms == 0)
785 for (j = 0; j < sym->nsyms; j++)
790 return nsyms;
833 if (isym < symtab->nsyms && (strng = symtab->symbols[isym].symbol.name)
    [all...]
  /toolchain/binutils/binutils-2.27/include/aout/
stab.def 66 __define_stab (N_NSYMS, 0x32, "NSYMS")
255 | 30 PC | 32 NSYMS | 34 NOMAP | 36 |

Completed in 1088 milliseconds

1 23 4 5 6 7