Searched refs:sym_index (Results 1 – 8 of 8) sorted by relevance
/external/oprofile/libpp/ |
D | profile_container.cpp | 101 symb_entry.sym_index = i; in add() 134 profile_container::add_samples(op_bfd const & abfd, symbol_index_t sym_index, in add_samples() argument 139 bfd_vma base_vma = abfd.syms[sym_index].vma(); in add_samples() 150 if (abfd.get_linenr(sym_index, it.vma(), filename, in add_samples()
|
D | symbol.h | 74 size_t sym_index; variable
|
D | profile_container.h | 145 void add_samples(op_bfd const & abfd, symbol_index_t sym_index,
|
D | xml_utils.cpp | 378 if (abfd.get_symbol_contents(symb->sym_index, contents.get())) { in output_symbol_bytes()
|
D | format_output.cpp | 726 if (abfd && abfd->symbol_has_contents(symb->sym_index)) in output_the_symbol_data()
|
/external/valgrind/main/perf/ |
D | tinycc.c | 5480 unsigned long value, Section *sec, int sym_index); 18170 int *ptr, *hash, nb_syms, sym_index, h; in rebuild_hash() local 18186 for(sym_index = 1; sym_index < nb_syms; sym_index++) { in rebuild_hash() 18190 hash[h] = sym_index; in rebuild_hash() 18204 int name_offset, sym_index; in put_elf_sym() local 18221 sym_index = sym - (Elf32_Sym *)s->data; in put_elf_sym() 18233 base[2 + h] = sym_index; in put_elf_sym() 18245 return sym_index; in put_elf_sym() 18254 int nbuckets, sym_index, h; in find_elf_sym() local 18262 sym_index = ((int *)hs->data)[2 + h]; in find_elf_sym() [all …]
|
/external/oprofile/libutil++/ |
D | op_bfd.h | 210 bool get_symbol_contents(symbol_index_t sym_index,
|
D | op_bfd.cpp | 327 get_symbol_contents(symbol_index_t sym_index, unsigned char * contents) const in get_symbol_contents() argument 329 op_bfd_symbol const & bfd_sym = syms[sym_index]; in get_symbol_contents()
|