OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VMA
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libop/
op_xml_out.h
42
DETAIL_TABLE, SYMBOL_DETAILS, DETAIL_DATA,
VMA
,
/external/oprofile/libpp/
format_output.cpp
56
string get_vma(bfd_vma
vma
, bool vma_64)
61
out << hex << setw(width) << setfill('0') <<
vma
;
103
format_map[ff_vma] = field_description(9, "
vma
", &formatter::format_vma);
166
// first output the
vma
field
266
return get_vma(f.sample.
vma
, vma_64);
374
// first output the
vma
field
801
// first output the
vma
field
804
output_attribute(str, datum, ff_vma,
VMA
);
Completed in 915 milliseconds