Searched refs:highpc (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/tests/ |
D | addrscopes.c | 129 Dwarf_Addr lowpc, highpc; in handle_address() local 131 && dwarf_highpc (die, &highpc) == 0) in handle_address() 134 highpc += cubias; in handle_address() 136 Dwfl_Line *hiline = dwfl_getsrc (dwfl, highpc); in handle_address() 138 if (highpc != lowpc) in handle_address()
|
D | funcscopes.c | 157 Dwarf_Addr lowpc, highpc; in handle_function() local 159 && dwarf_highpc (die, &highpc) == 0) in handle_function() 162 highpc += a->dwbias; in handle_function() 164 Dwfl_Line *hiline = dwfl_getsrc (a->dwfl, highpc); in handle_function() 166 if (highpc != lowpc) in handle_function()
|
/external/elfutils/src/ |
D | nm.c | 553 Dwarf_Addr highpc; member 567 if (g1->lowpc <= g2->lowpc && g1->highpc >= g2->highpc) in local_compare() 571 g2->highpc = g1->highpc; in local_compare() 574 else if (g2->lowpc <= g1->lowpc && g2->highpc >= g1->highpc) in local_compare() 578 g1->highpc = g2->highpc; in local_compare() 590 get_var_range (Dwarf_Die *die, Dwarf_Word *lowpc, Dwarf_Word *highpc) in get_var_range() argument 606 *lowpc = *highpc = loc[0].number; in get_var_range() 674 Dwarf_Addr highpc; in get_local_names() local 678 || dwarf_highpc (die, &highpc) != 0) in get_local_names() 683 if (get_var_range (die, &lowpc, &highpc) != 0) in get_local_names() [all …]
|
/external/elfutils/libdw/ |
D | dwarf_entry_breakpoints.c | 155 Dwarf_Addr highpc = (Dwarf_Addr) -1l; local 165 highpc = end; 176 : search_range (lowpc, highpc, false, true))
|