OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fn_die
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dwarf-aux.c
406
static int __die_search_func_cb(Dwarf_Die *
fn_die
, void *data)
414
if (dwarf_tag(
fn_die
) == DW_TAG_subprogram &&
415
dwarf_haspc(
fn_die
, ad->addr)) {
416
memcpy(ad->die_mem,
fn_die
, sizeof(Dwarf_Die));
probe-finder.c
792
static int find_best_scope_cb(Dwarf_Die *
fn_die
, void *data)
800
file = dwarf_decl_file(
fn_die
);
806
if (die_compare_name(
fn_die
, fsp->function)) {
807
memcpy(fsp->die_mem,
fn_die
, sizeof(Dwarf_Die));
813
dwarf_decl_line(
fn_die
, &lno);
817
memcpy(fsp->die_mem,
fn_die
, sizeof(Dwarf_Die));
[
all
...]
/external/qemu/tcg/
tcg.c
2741
uint8_t
fn_die
;
member in struct:DebugInfo
[
all
...]
/external/chromium_org/third_party/skia/platform_tools/android/bin/linux/
perfhost
/external/skia/platform_tools/android/bin/linux/
perfhost
Completed in 2391 milliseconds