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

1 23 4

  /toolchain/binutils/binutils-2.25/binutils/
readelf.c 1018 unsigned long nsyms,
6151 unsigned long nsyms; local
6233 unsigned long nsyms; \/* Number of symbols. *\/ member in struct:ia64_unw_aux_info
6655 unsigned long nsyms; \/* Number of symbols. *\/ member in struct:hppa_unw_aux_info
6959 unsigned long nsyms; \/* Number of symbols. *\/ member in struct:arm_unw_aux_info
10361 unsigned long nsyms = 0; local
10435 unsigned long nsyms = 0; local
    [all...]
  /external/bison/src/
print-xml.c 412 for (i = ntokens; i < nsyms + nuseless_nonterminals; i++)
print.c 439 for (i = ntokens; i < nsyms; i++)
tables.c 576 for (i = ntokens; i < nsyms; ++i)
  /toolchain/binutils/binutils-2.25/gold/
object.cc 354 unsigned int nsyms = this->get_global_symbols()->size(); local
355 this->reloc_bases_ = new unsigned int[nsyms];
361 for (unsigned int i = 0; i < nsyms; ++i)
381 unsigned int nsyms = this->local_symbol_count(); local
382 for (unsigned int i = 0; i < nsyms; i++)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
obj-elf.c 2023 int strsz, nsyms; local
    [all...]
  /external/llvm/tools/dsymutil/
MachOUtils.cpp 415 NewSymtab.reserve(SymtabCmd.nsyms * NListSize / 2);
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 460 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
  /prebuilts/go/darwin-x86/src/cmd/link/internal/mips64/
asm.go 296 ld.Thearch.Lput(uint32(ld.Symsize)) /* nsyms */
  /prebuilts/go/linux-x86/src/cmd/link/internal/mips64/
asm.go 296 ld.Thearch.Lput(uint32(ld.Symsize)) /* nsyms */
  /toolchain/binutils/binutils-2.25/bfd/
som.c 6559 unsigned int i, lst_size, nsyms, stringsize; local
    [all...]
  /external/elfutils/src/
readelf.c 2310 unsigned int nsyms = data->d_size \/ (class == ELFCLASS32 local
3111 uint_fast32_t nsyms = 0; local
3168 uint_fast32_t nsyms = 0; local
3243 uint_fast32_t nsyms = 0; local
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 382 if (indirect_symbol < Symtab.nsyms) {
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
pe-dll.c 707 int nsyms; local
716 nsyms = bfd_get_symcount (b);
718 for (j = 0; j < nsyms; j++)
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 673 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
1015 sys::swapByteOrder(lc.nsyms);
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MachO.h 675 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
1023 sys::swapByteOrder(lc.nsyms);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MachO.h 691 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
1062 sys::swapByteOrder(lc.nsyms);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MachO.h 691 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
1062 sys::swapByteOrder(lc.nsyms);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MachO.h 691 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
1062 sys::swapByteOrder(lc.nsyms);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 691 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
1062 sys::swapByteOrder(lc.nsyms);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
MachO.h 691 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
1062 sys::swapByteOrder(lc.nsyms);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
MachO.h 691 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
1062 sys::swapByteOrder(lc.nsyms);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
MachO.h 691 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
1062 sys::swapByteOrder(lc.nsyms);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MachO.h 691 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
1062 sys::swapByteOrder(lc.nsyms);
    [all...]
  /external/llvm/lib/ObjectYAML/
MachOYAML.cpp 516 IO.mapRequired("nsyms", LoadCommand.nsyms);

Completed in 2049 milliseconds

1 23 4