HomeSort by relevance Sort by last modified time
    Searched defs:nsyms (Results 1 - 13 of 13) sorted by null

  /external/elfutils/0.153/libasm/
disasm_cb.c 93 int nsyms = shdr->sh_size / shdr->sh_entsize; local
94 for (int cnt = 1; cnt < nsyms; ++cnt)
  /external/elfutils/0.153/libelf/
nlist.c 91 size_t nsyms; local
149 nsyms = (shdr->sh_size
153 table = nlist_fshash_init (nsyms);
161 for (cnt = 0; cnt < nsyms; ++cnt)
  /external/elfutils/0.153/src/
arlib.c 167 uint32_t nsyms = le_bswap_32 (symtab.symsoff[AR_HDR_WORDS]); local
169 for (uint32_t cnt = 1; cnt <= nsyms; ++cnt)
258 int nsyms = shdr->sh_size / shdr->sh_entsize; local
259 for (int ndx = shdr->sh_info; ndx < nsyms; ++ndx)
ldgeneric.c 1890 size_t nsyms; local
    [all...]
readelf.c 1970 unsigned int nsyms = data->d_size \/ (class == ELFCLASS32 local
2711 uint_fast32_t nsyms = 0; local
2753 uint_fast32_t nsyms = 0; local
2807 uint_fast32_t nsyms = 0; local
    [all...]
  /external/qemu/include/hw/
elf_ops.h 106 int nsyms, i; local
127 nsyms = symtab->sh_size / sizeof(struct elf_sym);
130 while (i < nsyms) {
138 nsyms--;
139 if (i < nsyms) {
140 syms[i] = syms[nsyms];
150 syms = g_realloc(syms, nsyms * sizeof(*syms));
152 qsort(syms, nsyms, sizeof(*syms), glue(symcmp, SZ));
167 s->disas_num_syms = nsyms;
  /external/bison/src/
gram.c 41 int nsyms = 0; variable
246 "ntokens = %d, nvars = %d, nsyms = %d, nrules = %d, nritems = %d\n\n",
247 ntokens, nvars, nsyms, nrules, nritems);
255 for (i = ntokens; i < nsyms; i++)
  /external/oprofile/daemon/liblegacy/
p_module.h 143 unsigned nsyms; member in struct:module
  /external/lldb/source/Plugins/ObjectFile/PECOFF/
ObjectFilePECOFF.h 157 uint32_t nsyms; member in struct:ObjectFilePECOFF::coff_header
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 406 Word nsyms, i, j, k, m; local
408 nsyms = VG_(sizeXA)(syms);
431 for (i = 0; i < nsyms; i++) {
433 k < nsyms
441 if (k < nsyms) {
451 vg_assert(i <= nsyms);
455 if (nsyms > 0) {
457 for (i = 1; i < nsyms; i++) {
475 vg_assert(j >= 0 && j <= nsyms);
476 VG_(dropTailXA)(syms, nsyms - j)
    [all...]
  /external/valgrind/main/coregrind/
m_redir.c 393 Int i, nsyms, becTag, becPrio; local
500 nsyms = VG_(DebugInfo_syms_howmany)( newdi );
501 for (i = 0; i < nsyms; i++) {
594 for (i = 0; i < nsyms; i++) {
734 Int nsyms, i; local
756 nsyms = VG_(DebugInfo_syms_howmany)( di );
757 for (i = 0; i < nsyms; i++) {
791 } /* for (i = 0; i < nsyms; i++) */
1563 Int nsyms = VG_(DebugInfo_syms_howmany)(di); local
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 711 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
    [all...]
  /external/valgrind/main/perf/
tinycc.c 20115 int i, bound, nsyms, sym_index, off, ret; local
    [all...]

Completed in 744 milliseconds