Home
last modified time | relevance | path

Searched refs:highpc (Results 1 – 12 of 12) sorted by relevance

/external/elfutils/tests/
Dlow_high_pc.c61 Dwarf_Addr highpc = 0; in handle_die() local
64 if (dwarf_highpc (die, &highpc) != 0 && dwarf_hasattr (die, DW_AT_high_pc)) in handle_die()
71 && highpc <= lowpc in handle_die()
72 && ! (dwarf_tag (die) == DW_TAG_compile_unit && highpc == lowpc)) in handle_die()
74 printf("lowpc: %" PRIx64 ", highpc: %" PRIx64 "lx\n", lowpc, highpc); in handle_die()
Daddrscopes.c121 Dwarf_Addr lowpc, highpc; in handle_address() local
123 && dwarf_highpc (die, &highpc) == 0) in handle_address()
126 highpc += cubias; in handle_address()
128 Dwfl_Line *hiline = dwfl_getsrc (dwfl, highpc - 1); in handle_address()
130 if (highpc != lowpc) in handle_address()
131 paddr (" .. ", highpc - 1, hiline == loline ? NULL : hiline); in handle_address()
Dfuncscopes.c149 Dwarf_Addr lowpc, highpc; in handle_function() local
151 && dwarf_highpc (die, &highpc) == 0) in handle_function()
154 highpc += a->dwbias; in handle_function()
156 Dwfl_Line *hiline = dwfl_getsrc (a->dwfl, highpc - 1); in handle_function()
158 if (highpc != lowpc) in handle_function()
159 paddr (" .. ", highpc - 1, hiline == loline ? NULL : hiline); in handle_function()
DChangeLog429 * addrscopes.c (handle_address): Last address in scope is highpc - 1.
1411 * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.
/external/elfutils/src/
Dnm.c569 Dwarf_Addr highpc; member
583 if (g1->lowpc <= g2->lowpc && g1->highpc >= g2->highpc) in local_compare()
587 g2->highpc = g1->highpc; in local_compare()
590 else if (g2->lowpc <= g1->lowpc && g2->highpc >= g1->highpc) in local_compare()
594 g1->highpc = g2->highpc; in local_compare()
606 get_var_range (Dwarf_Die *die, Dwarf_Word *lowpc, Dwarf_Word *highpc) in get_var_range() argument
622 *lowpc = *highpc = loc[0].number; in get_var_range()
690 Dwarf_Addr highpc; in get_local_names() local
694 || dwarf_highpc (die, &highpc) != 0) in get_local_names()
699 if (get_var_range (die, &lowpc, &highpc) != 0) in get_local_names()
[all …]
Dreadelf.c6068 Dwarf_Addr highpc; in attr_callback() local
6069 if (attr == DW_AT_high_pc && dwarf_highpc (cbargs->die, &highpc) == 0) in attr_callback()
6072 highpc, highpc); in attr_callback()
DChangeLog1138 (attr_callback): When highpc is in constant form also print as
/external/elfutils/libdw/
Ddwarf_entry_breakpoints.c138 Dwarf_Addr highpc = (Dwarf_Addr) -1l; in dwarf_entry_breakpoints() local
149 highpc = end; in dwarf_entry_breakpoints()
160 : search_range (lowpc, highpc, false, true, in dwarf_entry_breakpoints()
/external/google-breakpad/src/common/dwarf/
Dfunctioninfo.cc131 current_function_info_->lowpc = current_function_info_->highpc = 0; in StartDIE()
179 current_function_info_->highpc = data; in ProcessAttributeUnsigned()
Dfunctioninfo.h60 uint64 highpc; member
/external/elfutils/config/
Delfutils.spec.in351 When highpc is in constant form print it also as address.
/external/elfutils/
DNEWS162 When highpc is in constant form print it also as address.