Lines Matching refs:jitentry
36 struct jitentry const * entry; in count_entries()
44 static void fill_entry_array(struct jitentry * entries[]) in fill_entry_array()
47 struct jitentry * entry; in fill_entry_array()
56 static struct jitentry ** create_sorted_array(compare_symbol compare) in create_sorted_array()
58 struct jitentry ** array = in create_sorted_array()
59 xmalloc(sizeof(struct jitentry *) * entry_count); in create_sorted_array()
61 qsort(array, entry_count, sizeof(struct jitentry *), compare); in create_sorted_array()
69 struct jitentry * a0 = *(struct jitentry **) a; in cmp_symbolname()
70 struct jitentry * b0 = *(struct jitentry **) b; in cmp_symbolname()
78 struct jitentry * a0 = *(struct jitentry **) a; in cmp_address()
79 struct jitentry * b0 = *(struct jitentry **) b; in cmp_address()
94 sizeof(struct jitentry *), cmp_address); in resort_address()
106 sizeof(struct jitentry *) * entry_count); in resort_address()
115 sizeof(struct jitentry *) * entry_count); in resort_symbol()
117 sizeof(struct jitentry *), cmp_symbolname); in resort_symbol()
131 static void insert_entry(struct jitentry * entry) in insert_entry()
142 entries_symbols_ascending = (struct jitentry **) in insert_entry()
144 sizeof(struct jitentry *) * max_entry_count); in insert_entry()
145 entries_address_ascending = (struct jitentry **) in insert_entry()
147 sizeof(struct jitentry *) * max_entry_count); in insert_entry()
174 static void invalidate_entry(struct jitentry * e) in invalidate_entry()
189 struct jitentry * a; in invalidate_earlybirds()
213 struct jitentry const * e; in select_one()
243 static void split_entry(struct jitentry * split, struct jitentry const * keep) in split_entry()
252 struct jitentry * new_entry = in split_entry()
253 xcalloc(1, sizeof(struct jitentry)); in split_entry()
319 struct jitentry const * keep = entries_address_ascending[keep_idx]; in eliminate_overlaps()
320 struct jitentry * e; in eliminate_overlaps()
374 struct jitentry * e; in handle_overlap_region()
431 struct jitentry const * a; in scan_overlaps()
526 struct jitentry * a; in disambiguate_symbol_names()
527 struct jitentry * b; in disambiguate_symbol_names()
552 sizeof(struct jitentry *), cmp_symbolname); in disambiguate_symbol_names()