Home
last modified time | relevance | path

Searched refs:hipc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/elftoolchain/addr2line/
H A Daddr2line.c51 Dwarf_Unsigned hipc; member
64 Dwarf_Unsigned hipc; member
150 handle_high_pc(Dwarf_Die die, Dwarf_Unsigned lopc, Dwarf_Unsigned *hipc) in handle_high_pc() argument
168 *hipc += lopc; in handle_high_pc()
177 Dwarf_Unsigned lopc, hipc, addr_base; in search_func() local
196 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 …]
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_loclist.c174 Dwarf_Addr *hipc, Dwarf_Addr *lopc, Dwarf_Ptr *data, in dwarf_get_loclist_entry() argument
189 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()
H A Ddwarf_frame.c140 Dwarf_Addr *lopc, Dwarf_Addr *hipc, Dwarf_Error *error) in dwarf_get_fde_at_pc() argument
150 hipc == NULL) { in dwarf_get_fde_at_pc()
164 *hipc = fde->fde_initloc + fde->fde_adrange - 1; in dwarf_get_fde_at_pc()