Searched refs:match_inline (Results 1 - 1 of 1) sorted by relevance

/external/elfutils/libdw/
H A Dlibdw_visit_scopes.c56 enum die_class { ignore, match, match_inline, walk, imported }; enumerator in enum:die_class
73 return match_inline;
79 ? match_inline : match);
133 case match_inline:

Completed in 61 milliseconds