Searched refs:fde_tmp (Results 1 – 1 of 1) sorted by relevance
356 struct dwarf_fde *fde_tmp; in dwarf_lookup_fde() local359 fde_tmp = rb_entry(*rb_node, struct dwarf_fde, node); in dwarf_lookup_fde()360 BUG_ON(!fde_tmp); in dwarf_lookup_fde()362 tmp_start = fde_tmp->initial_location; in dwarf_lookup_fde()363 tmp_end = fde_tmp->initial_location + fde_tmp->address_range; in dwarf_lookup_fde()369 fde = fde_tmp; in dwarf_lookup_fde()922 struct dwarf_fde *fde_tmp; in dwarf_parse_fde() local926 fde_tmp = rb_entry(*rb_node, struct dwarf_fde, node); in dwarf_parse_fde()931 tmp_start = fde_tmp->initial_location; in dwarf_parse_fde()932 tmp_end = fde_tmp->initial_location + fde_tmp->address_range; in dwarf_parse_fde()