OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:die_is_signed_type
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dwarf-aux.h
60
extern bool
die_is_signed_type
(Dwarf_Die *tp_die);
dwarf-aux.c
248
*
die_is_signed_type
- Check whether a type DIE is signed or not
254
bool
die_is_signed_type
(Dwarf_Die *tp_die)
function
probe-finder.c
460
die_is_signed_type
(&type) ? 's' : 'u', ret);
[
all
...]
Completed in 172 milliseconds