Searched refs:hipc (Results 1 – 3 of 3) sorted by relevance
51 Dwarf_Unsigned hipc; member64 Dwarf_Unsigned hipc; member150 handle_high_pc(Dwarf_Die die, Dwarf_Unsigned lopc, Dwarf_Unsigned *hipc) in handle_high_pc() argument168 *hipc += lopc; in handle_high_pc()177 Dwarf_Unsigned lopc, hipc, addr_base; in search_func() local196 hipc = f->ranges[i].dwr_addr2 + addr_base; in search_func()197 if (addr >= lopc && addr < hipc) { in search_func()200 hipc <= f0->hipc)) { in search_func()203 f0->hipc = hipc; in search_func()208 } else if (addr >= f->lopc && addr < f->hipc) { in search_func()[all …]
174 Dwarf_Addr *hipc, Dwarf_Addr *lopc, Dwarf_Ptr *data, in dwarf_get_loclist_entry() argument189 if (dbg == NULL || hipc == NULL || lopc == NULL || data == NULL || in dwarf_get_loclist_entry()203 *hipc = *lopc = 0; in dwarf_get_loclist_entry()207 *hipc = ld->ld_hipc; in dwarf_get_loclist_entry()212 if (ld->ld_hipc > *hipc) in dwarf_get_loclist_entry()213 *hipc = ld->ld_hipc; in dwarf_get_loclist_entry()
140 Dwarf_Addr *lopc, Dwarf_Addr *hipc, Dwarf_Error *error) in dwarf_get_fde_at_pc() argument150 hipc == NULL) { in dwarf_get_fde_at_pc()164 *hipc = fde->fde_initloc + fde->fde_adrange - 1; in dwarf_get_fde_at_pc()