Home
last modified time | relevance | path

Searched refs:target_attr (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
HDdwarf2read.c9813 struct attribute *target_attr; in read_call_site_scope() local
9816 target_attr = dwarf2_attr (target_die, DW_AT_linkage_name, target_cu); in read_call_site_scope()
9817 if (target_attr == NULL) in read_call_site_scope()
9818 target_attr = dwarf2_attr (target_die, DW_AT_MIPS_linkage_name, in read_call_site_scope()
9820 if (target_attr != NULL && DW_STRING (target_attr) != NULL) in read_call_site_scope()
9821 target_physname = DW_STRING (target_attr); in read_call_site_scope()
/dragonfly/contrib/gcc-8.0/gcc/
HDomp-low.c1626 const char *target_attr = (is_gimple_omp_offloaded (ctx->stmt) in create_omp_child_function() local
1630 = tree_cons (get_identifier (target_attr), in create_omp_child_function()