Home
last modified time | relevance | path

Searched refs:jitentry (Results 1 – 7 of 7) sorted by relevance

/external/oprofile/opjitconv/
Djitsymbol.c36 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()
[all …]
Dopjitconv.h40 struct jitentry { struct
42 struct jitentry * next; argument
121 extern struct jitentry * jitentry_list;
129 extern struct jitentry ** entries_symbols_ascending;
131 extern struct jitentry ** entries_address_ascending;
Dcreate_bfd.c32 struct jitentry const * e; in fill_symtab()
114 struct jitentry * ee = entries_address_ascending[end_idx]; in create_text_section()
153 struct jitentry const * e; in fill_text_section_content()
188 struct jitentry const * pred; in partition_sections()
189 struct jitentry const * entry; in partition_sections()
Dparse_dump.c29 struct jitentry * entry; in parse_code_load()
37 entry = xcalloc(1, sizeof(struct jitentry)); in parse_code_load()
89 struct jitentry * entry; in parse_code_unload()
Dconversion.c20 struct jitentry * entry, * next; in free_jit_records()
Dopjitconv.c43 struct jitentry * jitentry_list = NULL;
67 struct jitentry ** entries_symbols_ascending;
69 struct jitentry ** entries_address_ascending;
/external/oprofile/
DTODO200 in a single left to right walk of the jitentry list.