/external/elfutils/libasm/ |
disasm_cb.c | 93 int nsyms = shdr->sh_size / shdr->sh_entsize; local 94 for (int cnt = 1; cnt < nsyms; ++cnt)
|
/external/elfutils/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/src/ |
arlib.c | 166 uint32_t nsyms = le_bswap_32 (symtab.symsoff[AR_HDR_WORDS]); local 168 for (uint32_t cnt = 1; cnt <= nsyms; ++cnt) 257 int nsyms = shdr->sh_size / shdr->sh_entsize; local 258 for (int ndx = shdr->sh_info; ndx < nsyms; ++ndx)
|
ldgeneric.c | 1892 size_t nsyms; local [all...] |
readelf.c | 1810 unsigned int nsyms = data->d_size \/ (class == ELFCLASS32 local 2550 uint_fast32_t nsyms = 0; local 2592 uint_fast32_t nsyms = 0; local 2646 uint_fast32_t nsyms = 0; local [all...] |
/external/qemu/ |
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 = qemu_realloc(syms, nsyms * sizeof(*syms)); 152 qsort(syms, nsyms, sizeof(*syms), glue(symcmp, SZ)); 167 s->disas_num_syms = nsyms;
|
/sdk/emulator/qtools/ |
coverage.cpp | 121 int nsyms; local 122 symbol_type *syms = trace->GetSymbols(&nsyms); 125 qsort(syms, nsyms, sizeof(symbol_type), cmp_sym_names); 128 for (int ii = 0; ii < nsyms; ++ii, ++psym) {
|
profile_trace.cpp | 94 int nsyms; local 95 symbol_type *syms = trace->GetSymbols(&nsyms); 98 qsort(syms, nsyms, sizeof(symbol_type), cmp_sym_elapsed); 103 for (int ii = 0; ii < nsyms; ++ii, ++sym) { 114 for (int ii = 0; ii < nsyms; ++ii, ++sym) {
|
trace_reader.h | 243 symbol_type *FindFunction(uint32_t addr, int nsyms, 388 int nsyms = 0; local 391 nsyms += region->nsymbols; 393 *num_syms = nsyms; 396 symbol_type *syms = new symbol_type[nsyms]; [all...] |
/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/valgrind/main/coregrind/m_debuginfo/ |
readmacho.c | 414 Word nsyms, i, j, k, m; local 416 nsyms = VG_(sizeXA)(syms); 439 for (i = 0; i < nsyms; i++) { 441 k < nsyms 449 if (k < nsyms) { 459 vg_assert(i <= nsyms); 463 if (nsyms > 0) { 465 for (i = 1; i < nsyms; i++) { 483 vg_assert(j >= 0 && j <= nsyms); 484 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++) */ 1518 Int nsyms = VG_(DebugInfo_syms_howmany)(di); local [all...] |
/external/llvm/include/llvm/Support/ |
MachO.h | 467 uint32_t nsyms; member in struct:llvm::MachO::symtab_command
|
/external/valgrind/main/perf/ |
tinycc.c | 20115 int i, bound, nsyms, sym_index, off, ret; local [all...] |