Home
last modified time | relevance | path

Searched refs:get_vma_range (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/pp/
Dopgprof.cpp62 void get_vma_range(bfd_vma & min, bfd_vma & max, in get_vma_range() function
151 get_vma_range(low_pc, high_pc, samples); in output_gprof()
/external/oprofile/libutil++/
Dop_bfd.h163 void get_vma_range(bfd_vma & start, bfd_vma & end) const;
Dop_bfd.cpp434 void op_bfd::get_vma_range(bfd_vma & start, bfd_vma & end) const in get_vma_range() function in op_bfd
454 get_vma_range(start, end); in create_artificial_symbol()
/external/oprofile/
DChangeLog-20035062 * libutil++/op_bfd.cpp: correct get_vma_range()