Searched refs:fde_tmp (Results 1 – 1 of 1) sorted by relevance
359 struct dwarf_fde *fde_tmp; in dwarf_lookup_fde() local362 fde_tmp = rb_entry(*rb_node, struct dwarf_fde, node); in dwarf_lookup_fde()363 BUG_ON(!fde_tmp); in dwarf_lookup_fde()365 tmp_start = fde_tmp->initial_location; in dwarf_lookup_fde()366 tmp_end = fde_tmp->initial_location + fde_tmp->address_range; in dwarf_lookup_fde()372 fde = fde_tmp; in dwarf_lookup_fde()924 struct dwarf_fde *fde_tmp; in dwarf_parse_fde() local928 fde_tmp = rb_entry(*rb_node, struct dwarf_fde, node); in dwarf_parse_fde()933 tmp_start = fde_tmp->initial_location; in dwarf_parse_fde()934 tmp_end = fde_tmp->initial_location + fde_tmp->address_range; in dwarf_parse_fde()