Lines Matching defs:range
60 struct range { struct
62 Dwarf_Off off;
63 Dwarf_Unsigned lopc;
64 Dwarf_Unsigned hipc;
65 char **srcfiles;
66 Dwarf_Signed nsrcfiles;
68 Dwarf_Die die;
92 static RB_HEAD(cutree, range) cuhead = RB_INITIALIZER(&cuhead); argument
101 RB_GENERATE(cutree, range, entry, lopccmp) in RB_GENERATE() argument
174 search_func(struct range *range, Dwarf_Unsigned addr) in search_func()
220 struct range *range) in collect_func()
369 print_inlines(struct range *range, struct Func *f, Dwarf_Unsigned call_file, in print_inlines()
432 struct range **range) { in check_labels()
569 struct range **range) in check_range()
668 struct range *range; in translate() local