Lines Matching refs:function_addrs
267 struct function_addrs *function_addrs; member
274 struct function_addrs struct
346 struct function_addrs *function_addrs; member
1156 const struct function_addrs *a1 = (const struct function_addrs *) v1; in function_addrs_compare()
1157 const struct function_addrs *a2 = (const struct function_addrs *) v2; in function_addrs_compare()
1180 const struct function_addrs *entry = (const struct function_addrs *) ventry; in function_addrs_search()
2239 u->function_addrs = NULL; in build_address_map()
3192 struct function_addrs *p; in add_function_range()
3196 p = (struct function_addrs *) vec->vec.base + (vec->count - 1); in add_function_range()
3206 p = ((struct function_addrs *) in add_function_range()
3207 backtrace_vector_grow (state, sizeof (struct function_addrs), in add_function_range()
3438 struct function_addrs *p; in read_function_entry()
3439 struct function_addrs *faddrs; in read_function_entry()
3443 p = ((struct function_addrs *) in read_function_entry()
3445 sizeof (struct function_addrs), in read_function_entry()
3459 faddrs = (struct function_addrs *) fvec.vec.base; in read_function_entry()
3461 sizeof (struct function_addrs), in read_function_entry()
3464 function->function_addrs = faddrs; in read_function_entry()
3482 struct function_addrs **ret_addrs, in read_function_info()
3488 struct function_addrs *p; in read_function_info()
3489 struct function_addrs *addrs; in read_function_info()
3522 p = ((struct function_addrs *) in read_function_info()
3523 backtrace_vector_grow (state, sizeof (struct function_addrs), in read_function_info()
3538 addrs = (struct function_addrs *) pfvec->vec.base; in read_function_info()
3544 addrs = ((struct function_addrs *) in read_function_info()
3552 backtrace_qsort (addrs, addrs_count, sizeof (struct function_addrs), in read_function_info()
3568 struct function_addrs *p; in report_inlined_functions()
3569 struct function_addrs *match; in report_inlined_functions()
3581 p = ((struct function_addrs *) in report_inlined_functions()
3582 bsearch (&pc, function->function_addrs, in report_inlined_functions()
3584 sizeof (struct function_addrs), in report_inlined_functions()
3604 if (p == function->function_addrs) in report_inlined_functions()
3653 struct function_addrs *p; in dwarf_lookup_pc()
3654 struct function_addrs *fmatch; in dwarf_lookup_pc()
3737 struct function_addrs *function_addrs; in dwarf_lookup_pc() local
3745 function_addrs = NULL; in dwarf_lookup_pc()
3759 entry->u, pfvec, &function_addrs, in dwarf_lookup_pc()
3775 u->function_addrs = function_addrs; in dwarf_lookup_pc()
3782 backtrace_atomic_store_pointer (&u->function_addrs, function_addrs); in dwarf_lookup_pc()
3854 p = ((struct function_addrs *) in dwarf_lookup_pc()
3855 bsearch (&pc, entry->u->function_addrs, in dwarf_lookup_pc()
3857 sizeof (struct function_addrs), in dwarf_lookup_pc()
3877 if (p == entry->u->function_addrs) in dwarf_lookup_pc()