Home
last modified time | relevance | path

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

/external/elfutils/tests/
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()
Dlow_high_pc.c62 Dwarf_Addr highpc = 0; in handle_die() local
65 if (dwarf_highpc (die, &highpc) != 0 && dwarf_hasattr (die, DW_AT_high_pc)) in handle_die()
72 && highpc <= lowpc in handle_die()
73 && ! (dwarf_tag (die) == DW_TAG_compile_unit && highpc == lowpc)) in handle_die()
75 printf("lowpc: %" PRIx64 ", highpc: %" PRIx64 "lx\n", lowpc, highpc); in handle_die()
DChangeLog467 * run-all-dwarf-ranges.sh: Add new ranges for addrx low/highpc.
1450 * addrscopes.c (handle_address): Last address in scope is highpc - 1.
2432 * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.
/external/elfutils/src/
Dnm.c555 Dwarf_Addr highpc; member
569 if (g1->lowpc <= g2->lowpc && g1->highpc >= g2->highpc) in local_compare()
573 g2->highpc = g1->highpc; in local_compare()
576 else if (g2->lowpc <= g1->lowpc && g2->highpc >= g1->highpc) in local_compare()
580 g1->highpc = g2->highpc; in local_compare()
592 get_var_range (Dwarf_Die *die, Dwarf_Word *lowpc, Dwarf_Word *highpc) in get_var_range() argument
608 *lowpc = *highpc = loc[0].number; in get_var_range()
676 Dwarf_Addr highpc; in get_local_names() local
680 || dwarf_highpc (die, &highpc) != 0) in get_local_names()
685 if (get_var_range (die, &lowpc, &highpc) != 0) in get_local_names()
[all …]
Dreadelf.c7349 Dwarf_Addr highpc; in attr_callback() local
7350 if (attr == DW_AT_high_pc && dwarf_highpc (cbargs->die, &highpc) == 0) in attr_callback()
7355 print_dwarf_addr (cbargs->dwflmod, cbargs->addrsize, highpc, highpc); in attr_callback()
DChangeLog2201 (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.in452 When highpc is in constant form print it also as address.
/external/elfutils/
DNEWS318 When highpc is in constant form print it also as address.