Searched refs:highpc (Results 1 – 12 of 12) sorted by relevance
/external/elfutils/tests/ |
D | addrscopes.c | 121 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()
|
D | funcscopes.c | 149 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()
|
D | low_high_pc.c | 62 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()
|
D | ChangeLog | 1064 * run-all-dwarf-ranges.sh: Add new ranges for addrx low/highpc. 2047 * addrscopes.c (handle_address): Last address in scope is highpc - 1. 3029 * low_high_pc.c: Allow highpc == lowpc for CU DIEs for buggy GCC.
|
/external/elfutils/src/ |
D | nm.c | 555 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 …]
|
D | readelf.c | 7435 Dwarf_Addr highpc; in attr_callback() local 7436 if (attr == DW_AT_high_pc && dwarf_highpc (die, &highpc) == 0) in attr_callback() 7441 print_dwarf_addr (cbargs->dwflmod, cbargs->addrsize, highpc, highpc); in attr_callback()
|
D | ChangeLog | 2607 (attr_callback): When highpc is in constant form also print as
|
/external/elfutils/libdw/ |
D | dwarf_entry_breakpoints.c | 138 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/ |
D | functioninfo.cc | 132 current_function_info_->lowpc = current_function_info_->highpc = 0; in StartDIE() 180 current_function_info_->highpc = data; in ProcessAttributeUnsigned()
|
D | functioninfo.h | 60 uint64_t highpc; member
|
/external/elfutils/ |
D | NEWS | 453 When highpc is in constant form print it also as address.
|
/external/elfutils/config/ |
D | elfutils.spec.in | 650 When highpc is in constant form print it also as address.
|