Home
last modified time | relevance | path

Searched refs:sym_index (Results 1 – 8 of 8) sorted by relevance

/external/oprofile/libpp/
Dprofile_container.cpp101 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()
Dsymbol.h74 size_t sym_index; variable
Dprofile_container.h145 void add_samples(op_bfd const & abfd, symbol_index_t sym_index,
Dxml_utils.cpp378 if (abfd.get_symbol_contents(symb->sym_index, contents.get())) { in output_symbol_bytes()
Dformat_output.cpp726 if (abfd && abfd->symbol_has_contents(symb->sym_index)) in output_the_symbol_data()
/external/valgrind/main/perf/
Dtinycc.c5480 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++/
Dop_bfd.h210 bool get_symbol_contents(symbol_index_t sym_index,
Dop_bfd.cpp327 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()